[PATCH 23/57][Arm][GAS] Add support for MVE instructions: vmla, vmul, vqadd and vqsub
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vmul-bad-2.s
1 .macro cond size, lastreg
2 .irp cond, eq, ne, gt, ge, lt, le
3 it \cond
4 vmul.\size q0, q1, \lastreg
5 .endr
6 .endm
7
8 .syntax unified
9 .thumb
10 vmul.f64 q0, q1, q2
11 vmul.f64 q0, q1, r2
12 vmul.i64 q0, q1, q2
13 vmul.i64 q0, q1, r2
14 vmul.f16 q0, q1, pc
15 vmul.f16 q0, q1, pc
16 vmul.f16 q0, q1, sp
17 vmul.f16 q0, q1, sp
18 vmul.i32 q0, q1, pc
19 vmul.i32 q0, q1, pc
20 vmul.i32 q0, q1, sp
21 vmul.i32 q0, q1, sp
22 cond i8 q2
23 cond i16 r2
24 cond f16 q2
25 cond f32 r2
26 it eq
27 vmuleq.f16 q0, q1, q2
28 vmuleq.f16 q0, q1, q2
29 vpst
30 vmuleq.f16 q0, q1, q2
31 vmult.f16 q0, q1, q2
32 vpst
33 vmul.f16 q0, q1, q2
34 it eq
35 vmuleq.f32 q0, q1, r2
36 vmuleq.f32 q0, q1, r2
37 vpst
38 vmuleq.f32 q0, q1, r2
39 vmult.f32 q0, q1, r2
40 vpst
41 vmul.f32 q0, q1, r2
This page took 0.031025 seconds and 4 git commands to generate.