1.macro cond, op
2.irp cond, eq, ne, gt, ge, lt, le
3it \cond
4\op\().f16 q0, q1, q2
5.endr
6.endm
7
8.syntax unified
9.thumb
10vmaxnm.f64 q0, q1, q2
11vmaxnm.i16 q0, q1, q2
12vminnm.f64 q0, q1, q2
13vminnm.i16 q0, q1, q2
14cond vmaxnm
15cond vminnm
16it eq
17vmaxnmeq.f32 q0, q1, q2
18vmaxnmeq.f32 q0, q1, q2
19vpst
20vmaxnmeq.f32 q0, q1, q2
21vmaxnmt.f32 q0, q1, q2
22vpst
23vmaxnm.f32 q0, q1, q2
24it eq
25vminnmeq.f32 q0, q1, q2
26vminnmeq.f32 q0, q1, q2
27vpst
28vminnmeq.f32 q0, q1, q2
29vminnmt.f32 q0, q1, q2
30vpst
31vminnm.f32 q0, q1, q2
32