mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Add missing thirdparty files
This commit is contained in:
13
thirdparty/capstone/suite/MC/ARM/neont2-reverse-encoding.s.cs
vendored
Normal file
13
thirdparty/capstone/suite/MC/ARM/neont2-reverse-encoding.s.cs
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# CS_ARCH_ARM, CS_MODE_THUMB, None
|
||||
0xf0,0xff,0x20,0x00 = vrev64.8 d16, d16
|
||||
0xf4,0xff,0x20,0x00 = vrev64.16 d16, d16
|
||||
0xf8,0xff,0x20,0x00 = vrev64.32 d16, d16
|
||||
0xf0,0xff,0x60,0x00 = vrev64.8 q8, q8
|
||||
0xf4,0xff,0x60,0x00 = vrev64.16 q8, q8
|
||||
0xf8,0xff,0x60,0x00 = vrev64.32 q8, q8
|
||||
0xf0,0xff,0xa0,0x00 = vrev32.8 d16, d16
|
||||
0xf4,0xff,0xa0,0x00 = vrev32.16 d16, d16
|
||||
0xf0,0xff,0xe0,0x00 = vrev32.8 q8, q8
|
||||
0xf4,0xff,0xe0,0x00 = vrev32.16 q8, q8
|
||||
0xf0,0xff,0x20,0x01 = vrev16.8 d16, d16
|
||||
0xf0,0xff,0x60,0x01 = vrev16.8 q8, q8
|
Reference in New Issue
Block a user