mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0xc0, 0xee, 0x90, 0x1b, 0x8f, 0xee, 0x30, 0x2b, 0x8e, 0xee, 0x10, 0x3b, 0xe2, 0xee, 0x90, 0x4b, 0xa0, 0xee, 0xb0, 0x5b, 0xae, 0xee, 0x10, 0x6b, 0xf1, 0xff, 0x0b, 0x0c, 0xf2, 0xff, 0x0c, 0x1c, 0xf4, 0xff, 0x0d, 0x2c, 0xb1, 0xff, 0x4a, 0x6c, 0xf2, 0xff, 0x49, 0x2c, 0xf4, 0xff, 0x48, 0x0c, 0xf3, 0xff, 0x0b, 0x0c, 0xf6, 0xff, 0x0c, 0x1c, 0xfc, 0xff, 0x0d, 0x2c, 0xb3, 0xff, 0x4a, 0x6c, 0xf6, 0xff, 0x49, 0x2c, 0xfc, 0xff, 0x48, 0x0c ]
|
|
arch: "CS_ARCH_ARM"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_THUMB" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "vdup.8 d16, r1"
|
|
-
|
|
asm_text: "vdup.16 d15, r2"
|
|
-
|
|
asm_text: "vdup.32 d14, r3"
|
|
-
|
|
asm_text: "vdup.8 q9, r4"
|
|
-
|
|
asm_text: "vdup.16 q8, r5"
|
|
-
|
|
asm_text: "vdup.32 q7, r6"
|
|
-
|
|
asm_text: "vdup.8 d16, d11[0]"
|
|
-
|
|
asm_text: "vdup.16 d17, d12[0]"
|
|
-
|
|
asm_text: "vdup.32 d18, d13[0]"
|
|
-
|
|
asm_text: "vdup.8 q3, d10[0]"
|
|
-
|
|
asm_text: "vdup.16 q9, d9[0]"
|
|
-
|
|
asm_text: "vdup.32 q8, d8[0]"
|
|
-
|
|
asm_text: "vdup.8 d16, d11[1]"
|
|
-
|
|
asm_text: "vdup.16 d17, d12[1]"
|
|
-
|
|
asm_text: "vdup.32 d18, d13[1]"
|
|
-
|
|
asm_text: "vdup.8 q3, d10[1]"
|
|
-
|
|
asm_text: "vdup.16 q9, d9[1]"
|
|
-
|
|
asm_text: "vdup.32 q8, d8[1]"
|