[PATCH 19/57][Arm][GAS] Add support for MVE instructions: vmax[nm][a] and vmin[nm][a]
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vmaxnm-vminnm-bad.s
1 .macro cond, op
2 .irp cond, eq, ne, gt, ge, lt, le
3 it \cond
4 \op\().f16 q0, q1, q2
5 .endr
6 .endm
7
8 .syntax unified
9 .thumb
10 vmaxnm.f64 q0, q1, q2
11 vmaxnm.i16 q0, q1, q2
12 vminnm.f64 q0, q1, q2
13 vminnm.i16 q0, q1, q2
14 cond vmaxnm
15 cond vminnm
16 it eq
17 vmaxnmeq.f32 q0, q1, q2
18 vmaxnmeq.f32 q0, q1, q2
19 vpst
20 vmaxnmeq.f32 q0, q1, q2
21 vmaxnmt.f32 q0, q1, q2
22 vpst
23 vmaxnm.f32 q0, q1, q2
24 it eq
25 vminnmeq.f32 q0, q1, q2
26 vminnmeq.f32 q0, q1, q2
27 vpst
28 vminnmeq.f32 q0, q1, q2
29 vminnmt.f32 q0, q1, q2
30 vpst
31 vminnm.f32 q0, q1, q2
This page took 0.030498 seconds and 4 git commands to generate.