gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mve-vmov-vmvn-vorr-vbic.s
CommitLineData
ce760a76
MI
1.syntax unified
2.text
3@ VMVN with cmode = d
4.inst 0xff800d70
5
6@ VMVN with cmode = f, should be undefined
7.inst 0xff800f70
8
9@ VBIC
10.inst 0xef800e70 @VMOV
11.inst 0xef800070 @VMVN
12.inst 0xef800270 @VMVN
13.inst 0xef800470 @VMVN
14.inst 0xef800670 @VMVN
15.inst 0xef800870 @VMVN
16.inst 0xef800a70 @VMVN
17.inst 0xef800c70 @VMVN
18
19@ VMOV
20.inst 0xef800150 @VORR
21.inst 0xef800350 @VORR
22.inst 0xef800550 @VORR
23.inst 0xef800950 @VORR
24.inst 0xef800b50 @VORR
25.inst 0xef800170 @VBIC
26.inst 0xef800370 @VBIC
27.inst 0xef800570 @VBIC
28.inst 0xef800770 @VBIC
29.inst 0xef800970 @VBIC
30.inst 0xef800b70 @VBIC
31
32@ VMVN same as VMOV -> VBIC
33@ VORR
34.inst 0xef800050 @VMOV
35.inst 0xef800250 @VMOV
36.inst 0xef800450 @VMOV
37.inst 0xef800650 @VMOV
38.inst 0xef800850 @VMOV
39.inst 0xef800a50 @VMOV
40.inst 0xef800c50 @VMOV
41.inst 0xef800e50 @VMOV
42.inst 0xef800d50 @VMOV
43.inst 0xef800f50 @VMOV
44
45
46vmvn.i32 q0,#0x80ffff
47vmov.i32 q0,#0x80ffff
This page took 0.06102 seconds and 4 git commands to generate.