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: [ 0x21, 0xfc, 0x12, 0x0d, 0x21, 0xfc, 0x02, 0x0d, 0x22, 0xfc, 0x58, 0x0d, 0x22, 0xfc, 0x48, 0x0d, 0x21, 0xfe, 0x12, 0x0d, 0x21, 0xfe, 0x22, 0x0d, 0x22, 0xfe, 0x54, 0x0d, 0x22, 0xfe, 0x64, 0x0d ]
arch: "CS_ARCH_ARM"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_THUMB" ]
expected:
insns:
-
asm_text: "vudot.u8 d0, d1, d2"
-
asm_text: "vsdot.s8 d0, d1, d2"
-
asm_text: "vudot.u8 q0, q1, q4"
-
asm_text: "vsdot.s8 q0, q1, q4"
-
asm_text: "vudot.u8 d0, d1, d2[0]"
-
asm_text: "vsdot.s8 d0, d1, d2[1]"
-
asm_text: "vudot.u8 q0, q1, d4[0]"
-
asm_text: "vsdot.s8 q0, q1, d4[1]"