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,40 @@
test_cases:
-
input:
bytes: [ 0xfb, 0xff, 0x20, 0x07, 0xfb, 0xff, 0xa0, 0x07, 0xfb, 0xff, 0x20, 0x06, 0xfb, 0xff, 0xa0, 0x06, 0xfb, 0xff, 0x60, 0x07, 0xfb, 0xff, 0xe0, 0x07, 0xfb, 0xff, 0x60, 0x06, 0xfb, 0xff, 0xe0, 0x06, 0xff, 0xef, 0x30, 0x0f, 0xff, 0xff, 0x30, 0x0f, 0xff, 0xef, 0x30, 0x0e, 0xff, 0xff, 0x30, 0x0e, 0xff, 0xef, 0x70, 0x0f, 0xff, 0xff, 0x70, 0x0f, 0xff, 0xef, 0x70, 0x0e, 0xff, 0xff, 0x70, 0x0e ]
arch: "CS_ARCH_ARM"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_THUMB" ]
expected:
insns:
-
asm_text: "vcvt.s32.f32 d16, d16"
-
asm_text: "vcvt.u32.f32 d16, d16"
-
asm_text: "vcvt.f32.s32 d16, d16"
-
asm_text: "vcvt.f32.u32 d16, d16"
-
asm_text: "vcvt.s32.f32 q8, q8"
-
asm_text: "vcvt.u32.f32 q8, q8"
-
asm_text: "vcvt.f32.s32 q8, q8"
-
asm_text: "vcvt.f32.u32 q8, q8"
-
asm_text: "vcvt.s32.f32 d16, d16, #1"
-
asm_text: "vcvt.u32.f32 d16, d16, #1"
-
asm_text: "vcvt.f32.s32 d16, d16, #1"
-
asm_text: "vcvt.f32.u32 d16, d16, #1"
-
asm_text: "vcvt.s32.f32 q8, q8, #1"
-
asm_text: "vcvt.u32.f32 q8, q8, #1"
-
asm_text: "vcvt.f32.s32 q8, q8, #1"
-
asm_text: "vcvt.f32.u32 q8, q8, #1"