xref: /aosp_15_r20/external/capstone/suite/MC/AArch64/neon-shift.s.cs (revision 9a0e4156d50a75a99ec4f1653a0e9602a5d45c18)
1*9a0e4156SSadaf Ebrahimi # CS_ARCH_ARM64, 0, None
2*9a0e4156SSadaf Ebrahimi 0x20,0x44,0x22,0x0e = sshl v0.8b, v1.8b, v2.8b
3*9a0e4156SSadaf Ebrahimi 0x20,0x44,0x22,0x4e = sshl v0.16b, v1.16b, v2.16b
4*9a0e4156SSadaf Ebrahimi 0x20,0x44,0x62,0x0e = sshl v0.4h, v1.4h, v2.4h
5*9a0e4156SSadaf Ebrahimi 0x20,0x44,0x62,0x4e = sshl v0.8h, v1.8h, v2.8h
6*9a0e4156SSadaf Ebrahimi 0x20,0x44,0xa2,0x0e = sshl v0.2s, v1.2s, v2.2s
7*9a0e4156SSadaf Ebrahimi 0x20,0x44,0xa2,0x4e = sshl v0.4s, v1.4s, v2.4s
8*9a0e4156SSadaf Ebrahimi 0x20,0x44,0xe2,0x4e = sshl v0.2d, v1.2d, v2.2d
9*9a0e4156SSadaf Ebrahimi 0x20,0x44,0x22,0x2e = ushl v0.8b, v1.8b, v2.8b
10*9a0e4156SSadaf Ebrahimi 0x20,0x44,0x22,0x6e = ushl v0.16b, v1.16b, v2.16b
11*9a0e4156SSadaf Ebrahimi 0x20,0x44,0x62,0x2e = ushl v0.4h, v1.4h, v2.4h
12*9a0e4156SSadaf Ebrahimi 0x20,0x44,0x62,0x6e = ushl v0.8h, v1.8h, v2.8h
13*9a0e4156SSadaf Ebrahimi 0x20,0x44,0xa2,0x2e = ushl v0.2s, v1.2s, v2.2s
14*9a0e4156SSadaf Ebrahimi 0x20,0x44,0xa2,0x6e = ushl v0.4s, v1.4s, v2.4s
15*9a0e4156SSadaf Ebrahimi 0x20,0x44,0xe2,0x6e = ushl v0.2d, v1.2d, v2.2d
16*9a0e4156SSadaf Ebrahimi 0x20,0x54,0x0b,0x0f = shl v0.8b, v1.8b, #3
17*9a0e4156SSadaf Ebrahimi 0x20,0x54,0x13,0x0f = shl v0.4h, v1.4h, #3
18*9a0e4156SSadaf Ebrahimi 0x20,0x54,0x23,0x0f = shl v0.2s, v1.2s, #3
19*9a0e4156SSadaf Ebrahimi 0x20,0x54,0x0b,0x4f = shl v0.16b, v1.16b, #3
20*9a0e4156SSadaf Ebrahimi 0x20,0x54,0x13,0x4f = shl v0.8h, v1.8h, #3
21*9a0e4156SSadaf Ebrahimi 0x20,0x54,0x23,0x4f = shl v0.4s, v1.4s, #3
22*9a0e4156SSadaf Ebrahimi 0x20,0x54,0x43,0x4f = shl v0.2d, v1.2d, #3
23