mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
16
thirdparty/capstone/suite/MC/AArch64/neon-rounding-shift.s.cs
vendored
Normal file
16
thirdparty/capstone/suite/MC/AArch64/neon-rounding-shift.s.cs
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# CS_ARCH_AARCH64, 0, None
|
||||
|
||||
0x20,0x54,0x22,0x0e == srshl v0.8b, v1.8b, v2.8b
|
||||
0x20,0x54,0x22,0x4e == srshl v0.16b, v1.16b, v2.16b
|
||||
0x20,0x54,0x62,0x0e == srshl v0.4h, v1.4h, v2.4h
|
||||
0x20,0x54,0x62,0x4e == srshl v0.8h, v1.8h, v2.8h
|
||||
0x20,0x54,0xa2,0x0e == srshl v0.2s, v1.2s, v2.2s
|
||||
0x20,0x54,0xa2,0x4e == srshl v0.4s, v1.4s, v2.4s
|
||||
0x20,0x54,0xe2,0x4e == srshl v0.2d, v1.2d, v2.2d
|
||||
0x20,0x54,0x22,0x2e == urshl v0.8b, v1.8b, v2.8b
|
||||
0x20,0x54,0x22,0x6e == urshl v0.16b, v1.16b, v2.16b
|
||||
0x20,0x54,0x62,0x2e == urshl v0.4h, v1.4h, v2.4h
|
||||
0x20,0x54,0x62,0x6e == urshl v0.8h, v1.8h, v2.8h
|
||||
0x20,0x54,0xa2,0x2e == urshl v0.2s, v1.2s, v2.2s
|
||||
0x20,0x54,0xa2,0x6e == urshl v0.4s, v1.4s, v2.4s
|
||||
0x20,0x54,0xe2,0x6e == urshl v0.2d, v1.2d, v2.2d
|
Reference in New Issue
Block a user