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:
24
thirdparty/capstone/tests/MC/ARM/neont2-table-encoding.s.yaml
vendored
Normal file
24
thirdparty/capstone/tests/MC/ARM/neont2-table-encoding.s.yaml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xf1, 0xff, 0xa0, 0x08, 0xf0, 0xff, 0xa2, 0x09, 0xf0, 0xff, 0xa4, 0x0a, 0xf0, 0xff, 0xa4, 0x0b, 0xf0, 0xff, 0xe1, 0x28, 0xf0, 0xff, 0xe2, 0x39, 0xf0, 0xff, 0xe5, 0x4a, 0xf0, 0xff, 0xe5, 0x4b ]
|
||||
arch: "CS_ARCH_ARM"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_THUMB" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "vtbl.8 d16, {d17}, d16"
|
||||
-
|
||||
asm_text: "vtbl.8 d16, {d16, d17}, d18"
|
||||
-
|
||||
asm_text: "vtbl.8 d16, {d16, d17, d18}, d20"
|
||||
-
|
||||
asm_text: "vtbl.8 d16, {d16, d17, d18, d19}, d20"
|
||||
-
|
||||
asm_text: "vtbx.8 d18, {d16}, d17"
|
||||
-
|
||||
asm_text: "vtbx.8 d19, {d16, d17}, d18"
|
||||
-
|
||||
asm_text: "vtbx.8 d20, {d16, d17, d18}, d21"
|
||||
-
|
||||
asm_text: "vtbx.8 d20, {d16, d17, d18, d19}, d21"
|
Reference in New Issue
Block a user