[PATCH 23/57][Arm][GAS] Add support for MVE instructions: vmla, vmul, vqadd and vqsub
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vmla-bad.s
1 .macro cond
2 .irp cond, eq, ne, gt, ge, lt, le
3 it \cond
4 vmla.s16 q0, q1, r2
5 .endr
6 .endm
7
8 .syntax unified
9 .thumb
10 vmla.f16 q0, q1, r2
11 vmla.s64 q0, q1, r2
12 vmla.s32 q0, q1, q2
13 vmla.s32 q0, q1, sp
14 vmla.s32 q0, q1, pc
15 cond
16 it eq
17 vmlaeq.u16 q0, q1, r2
18 vmlaeq.u16 q0, q1, r2
19 vpst
20 vmlaeq.u16 q0, q1, r2
21 vmlat.u16 q0, q1, r2
22 vpst
23 vmla.u16 q0, q1, r2
This page took 0.051904 seconds and 4 git commands to generate.