[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-vmaxnma-vminnma-bad.s
1 .macro cond, op
2 .irp cond, eq, ne, gt, ge, lt, le
3 it \cond
4 \op\().f16 q0, q1
5 .endr
6 .endm
7
8 .syntax unified
9 .thumb
10 vmaxnma.f64 q0, q1
11 vmaxnma.i16 q0, q1
12 vminnma.f64 q0, q1
13 vminnma.i16 q0, q1
14 cond vmaxnma
15 cond vminnma
16 it eq
17 vmaxnmaeq.f32 q0, q1
18 vmaxnmaeq.f32 q0, q1
19 vpst
20 vmaxnmaeq.f32 q0, q1
21 vmaxnmat.f32 q0, q1
22 vpst
23 vmaxnma.f32 q0, q1
24 it eq
25 vminnmaeq.f32 q0, q1
26 vminnmaeq.f32 q0, q1
27 vpst
28 vminnmaeq.f32 q0, q1
29 vminnmat.f32 q0, q1
30 vpst
31 vminnma.f32 q0, q1
This page took 0.037481 seconds and 4 git commands to generate.