Add missing thirdparty files

This commit is contained in:
Sajid
2024-09-08 17:16:32 +06:00
parent 458577aaee
commit 13ec7258e1
488 changed files with 1066961 additions and 1 deletions

View 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"