gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vcmla-bad-2.s
1 .macro cond
2 .irp cond, eq, ne, gt, ge, lt, le
3 it \cond
4 vcmla.f32 q0, q1, q2, #0
5 .endr
6 .endm
7
8 .syntax unified
9 .thumb
10 vcmla.f16 q0, q1, q2, #20
11 vcmla.f32 q0, q0, q1, #0
12 vcmla.f32 q0, q1, q0, #0
13 vcmla.f64 q0, q1, q2, #0
14 vcmla.i16 q0, q1, q2, #0
15 cond
16 it eq
17 vcmlaeq.f16 q0, q1, q2, #0
18 vcmlaeq.f16 q0, q1, q2, #0
19 vpst
20 vcmlaeq.f16 q0, q1, q2, #0
21 vcmlat.f16 q0, q1, q2, #0
22 vpst
23 vcmla.f16 q0, q1, q2, #0
This page took 0.030533 seconds and 4 git commands to generate.