gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vorn.s
1 .syntax unified
2 .thumb
3 .irp op1, q0, q1, q2, q4, q7
4 .irp op2, q0, q1, q2, q4, q7
5 .irp op3, q0, q1, q2, q4, q7
6 .irp data, u8, s8, i8, u16, f16, s32, f32
7 vorn.\data \op1, \op2, \op3
8 .endr
9 vorn \op1, \op2, \op3
10 .endr
11 .endr
12 .endr
13 vorn.i32 q0, #4294967295
14 vorn.i32 q7, #4294967295
15 vorn.i32 q0, #4294967040 @ ~0x000000FF
16 vorn.i32 q0, #4294902015 @ ~0x0000FF00
17 vorn.i32 q0, #4278255615 @ ~0xFF000000
18 vorn.i32 q0, #16777215 @ ~0x00FF0000
19 vorn.i16 q0, #4294967295
20 vorn.i16 q0, #255 @ 0x00FF
21 vorn.i16 q0, #65280 @ 0xFF00
22 vpstete
23 vornt.f16 q0, q1, q2
24 vorne q0, q1, q2
25 vornt.i32 q0, #4294967295
26 vorne.i16 q0, #4294967295
This page took 0.031026 seconds and 4 git commands to generate.