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: [ 0x9f, 0x3e, 0xd4, 0xe1, 0x9f, 0x2e, 0xf5, 0xe1, 0x9f, 0x1e, 0x97, 0xe1, 0x9f, 0x6e, 0xb8, 0xe1, 0x93, 0x1e, 0xc4, 0xe1, 0x92, 0x4e, 0xe5, 0xe1, 0x91, 0x2e, 0x87, 0xe1, 0x92, 0x6e, 0xa8, 0xe1, 0x9f, 0x5c, 0x96, 0xe1, 0x9f, 0x5c, 0xd6, 0xe1, 0x9f, 0xcc, 0xf9, 0xe1, 0x93, 0xfc, 0x80, 0xe1, 0x92, 0xfc, 0xc1, 0xe1, 0x92, 0xfc, 0xe3, 0xe1 ]
|
|
arch: "CS_ARCH_ARM"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_V8", "CS_MODE_ARM" ]
|
|
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]"
|