mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-10 09:35:06 +00:00
37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0xd4, 0xe8, 0xcf, 0x3f, 0xd5, 0xe8, 0xdf, 0x2f, 0xd7, 0xe8, 0xef, 0x1f, 0xd8, 0xe8, 0xff, 0x67, 0xc4, 0xe8, 0xc1, 0x3f, 0xc5, 0xe8, 0xd4, 0x2f, 0xc7, 0xe8, 0xe2, 0x1f, 0xc8, 0xe8, 0xf6, 0x23, 0xd6, 0xe8, 0xaf, 0x5f, 0xd6, 0xe8, 0x8f, 0x5f, 0xd9, 0xe8, 0x9f, 0xcf, 0xc0, 0xe8, 0xaf, 0x3f, 0xc1, 0xe8, 0x8f, 0x2f, 0xc3, 0xe8, 0x9f, 0x2f ]
|
|
arch: "CS_ARCH_ARM"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_V8", "CS_MODE_THUMB" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldaexb r3, [r4]"
|
|
-
|
|
asm_text: "ldaexh r2, [r5]"
|
|
-
|
|
asm_text: "ldaex r1, [r7]"
|
|
-
|
|
asm_text: "ldaexd r6, r7, [r8]"
|
|
-
|
|
asm_text: "stlexb r1, r3, [r4]"
|
|
-
|
|
asm_text: "stlexh r4, r2, [r5]"
|
|
-
|
|
asm_text: "stlex r2, r1, [r7]"
|
|
-
|
|
asm_text: "stlexd r6, r2, r3, [r8]"
|
|
-
|
|
asm_text: "lda r5, [r6]"
|
|
-
|
|
asm_text: "ldab r5, [r6]"
|
|
-
|
|
asm_text: "ldah r12, [r9]"
|
|
-
|
|
asm_text: "stl r3, [r0]"
|
|
-
|
|
asm_text: "stlb r2, [r1]"
|
|
-
|
|
asm_text: "stlh r2, [r3]"
|