mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
25 lines
850 B
YAML
25 lines
850 B
YAML
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"
|