aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/suite/MC/ARM/neon-dup-encoding.s.cs
blob: 8e57cd953191fe423f18044a9647c7181f07cb37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# CS_ARCH_ARM, CS_MODE_ARM, None
0x90,0x0b,0xc0,0xee = vdup.8 d16, r0
0xb0,0x0b,0x80,0xee = vdup.16 d16, r0
0x90,0x0b,0x80,0xee = vdup.32 d16, r0
0x90,0x0b,0xe0,0xee = vdup.8 q8, r0
0xb0,0x0b,0xa0,0xee = vdup.16 q8, r0
0x90,0x0b,0xa0,0xee = vdup.32 q8, r0
0x20,0x0c,0xf3,0xf3 = vdup.8 d16, d16[1]
0x20,0x0c,0xf6,0xf3 = vdup.16 d16, d16[1]
0x20,0x0c,0xfc,0xf3 = vdup.32 d16, d16[1]
0x60,0x0c,0xf3,0xf3 = vdup.8 q8, d16[1]
0x60,0x0c,0xf6,0xf3 = vdup.16 q8, d16[1]
0x60,0x0c,0xfc,0xf3 = vdup.32 q8, d16[1]