Power10 Copy/Paste Extensions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vbic-bad.s
1 .macro cond1
2 .irp cond, eq, ne, gt, ge, lt, le
3 it \cond
4 vbic q0, q1, q2
5 .endr
6 .endm
7
8 .macro cond2
9 .irp cond, eq, ne, gt, ge, lt, le
10 it \cond
11 vbic.i16 q0, #255
12 .endr
13 .endm
14
15 .syntax unified
16 .thumb
17 cond1
18 it eq
19 vbiceq q0, q1, q2
20 vbiceq q0, q1, q2
21 vpst
22 vbiceq q0, q1, q2
23 vpst
24 vbic q0, q1, q2
25 vbict q0, q1, q2
26 cond2
27 it eq
28 vbiceq.i16 q0, #255
29 vbiceq.i16 q0, #255
30 vpst
31 vbiceq.i16 q0, #255
32 vpst
33 vbic.i16 q0, #255
34 vbict.i16 q0, #255
35 vbic.i8 q0, #255
36 vbic.i64 q0, #255
37 vbic.i16 q0, #257
38 vbic.i32 q0, #257
This page took 0.034995 seconds and 4 git commands to generate.