[PATCH 57/57][Arm][GAS] MVE Tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vqmovn.s
1 .syntax unified
2 .thumb
3 .irp data, s16, u16, s32, u32
4 .irp op1, q0, q1, q2, q4, q7
5 .irp op2, q0, q1, q2, q4, q7
6 vqmovnt.\data \op1, \op2
7 vqmovnb.\data \op1, \op2
8 .endr
9 .endr
10 .endr
11 .irp data, s16, s32
12 .irp op1, q0, q1, q2, q4, q7
13 .irp op2, q0, q1, q2, q4, q7
14 vqmovunt.\data \op1, \op2
15 vqmovunb.\data \op1, \op2
16 .endr
17 .endr
18 .endr
19
20 vpstete
21 vqmovntt.s16 q0, q1
22 vqmovnte.u32 q7, q7
23 vqmovnbt.u16 q7, q7
24 vqmovnbe.s32 q0, q1
25 vqmovunt.s16 q0, q1
26 vqmovunt.s16 q7, q7
27 vqmovunt.s32 q0, q1
28 vqmovunt.s32 q7, q7
29 vqmovunb.s16 q0, q1
30 vqmovunb.s16 q7, q7
31 vqmovunb.s32 q0, q1
32 vqmovunb.s32 q7, q7
33 vpstete
34 vqmovuntt.s16 q0, q1
35 vqmovunte.s32 q7, q7
36 vqmovunbt.s16 q7, q7
37 vqmovunbe.s32 q0, q1
This page took 0.036261 seconds and 4 git commands to generate.