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