Home | History | Annotate | Download | only in ARM

Lines Matching refs:q8

6 	vand	q8, q8, q9
9 @ CHECK: vand q8, q8, q9 @ encoding: [0x40,0xef,0xf2,0x01]
12 veor q8, q8, q9
15 @ CHECK: veor q8, q8, q9 @ encoding: [0x40,0xff,0xf2,0x01]
19 vorr q8, q8, q9
21 @ vorr.i32 q8, #0x1000000
22 @ vorr.i32 q8, #0x0
25 @ CHECK: vorr q8, q8, q9 @ encoding: [0x60,0xef,0xf2,0x01]
29 vbic q8, q8, q9
31 @ vbic.i32 q8, #0xFF000000
34 @ CHECK: vbic q8, q8, q9 @ encoding: [0x50,0xef,0xf2,0x01]
38 vorn q8, q8, q9
41 @ CHECK: vorn q8, q8, q9 @ encoding: [0x70,0xef,0xf2,0x01]
45 vmvn q8, q8
48 @ CHECK: vmvn q8, q8 @ encoding: [0xf0,0xff,0xe0,0x05]
52 vbsl q8, q10, q9
55 @ CHECK: vbsl q8, q10, q9 @ encoding: [0x54,0xff,0xf2,0x01]