mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-11 01:55:08 +00:00
67 lines
2.3 KiB
YAML
67 lines
2.3 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x3b, 0xfe, 0x05, 0x0f, 0x31, 0xfe, 0x4d, 0x0f, 0x00, 0xf0, 0x43, 0xc3, 0x10, 0xf0, 0x43, 0xc3, 0x24, 0xf0, 0x49, 0xcd, 0x3e, 0xf0, 0xe9, 0xcd, 0x05, 0xf0, 0xb7, 0xc6, 0x11, 0xf0, 0x13, 0xc2, 0x27, 0xf0, 0xe3, 0xc7, 0x01, 0xf0, 0x0d, 0xc9, 0x0a, 0xf0, 0xbf, 0xc2, 0x0a, 0xf0, 0xc1, 0xc2, 0x0a, 0xf0, 0x9b, 0xcc, 0x0a, 0xf0, 0xfb, 0xcf, 0x0b, 0xf0, 0xd1, 0xca, 0x35, 0xf0, 0x01, 0xc0, 0x05, 0xf0, 0x01, 0xe0, 0x15, 0xf0, 0x01, 0xe0, 0x27, 0xf0, 0x01, 0xe0, 0x32, 0xf0, 0x01, 0xe0, 0x1f, 0xf0, 0x01, 0xc8, 0x1f, 0xf0, 0x05, 0xc0, 0x1f, 0xf0, 0xff, 0xcf, 0x0f, 0xf0, 0x01, 0xe0, 0x08, 0xbf, 0x0f, 0xf0, 0x01, 0xe0, 0x71, 0xfe, 0x4d, 0x8f, 0x33, 0xfe, 0x05, 0x0f, 0x33, 0xfe, 0x05, 0x0f ]
|
|
arch: "CS_ARCH_ARM"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_MCLASS", "CS_MODE_V8", "CS_MODE_THUMB" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "vpsel q0, q5, q2"
|
|
-
|
|
asm_text: "vpnot"
|
|
-
|
|
asm_text: "wlstp.8 lr, r0, #0x684"
|
|
-
|
|
asm_text: "wlstp.16 lr, r0, #0x684"
|
|
-
|
|
asm_text: "wlstp.32 lr, r4, #0xa92"
|
|
-
|
|
asm_text: "wlstp.64 lr, lr, #0xbd2"
|
|
-
|
|
asm_text: "wlstp.8 lr, r5, #0xd6c"
|
|
-
|
|
asm_text: "wlstp.16 lr, r1, #0x424"
|
|
-
|
|
asm_text: "wlstp.32 lr, r7, #0xfc4"
|
|
-
|
|
asm_text: "wlstp.8 lr, r1, #0x21a"
|
|
-
|
|
asm_text: "wlstp.8 lr, r10, #0x57c"
|
|
-
|
|
asm_text: "wlstp.8 lr, r10, #0x580"
|
|
-
|
|
asm_text: "wlstp.8 lr, r10, #0x936"
|
|
-
|
|
asm_text: "wlstp.8 lr, r10, #0xff6"
|
|
-
|
|
asm_text: "wlstp.8 lr, r11, #0x5a2"
|
|
-
|
|
asm_text: "wlstp.64 lr, r5, #0"
|
|
-
|
|
asm_text: "dlstp.8 lr, r5"
|
|
-
|
|
asm_text: "dlstp.16 lr, r5"
|
|
-
|
|
asm_text: "dlstp.32 lr, r7"
|
|
-
|
|
asm_text: "dlstp.64 lr, r2"
|
|
-
|
|
asm_text: "letp lr, #-2"
|
|
-
|
|
asm_text: "letp lr, #-8"
|
|
-
|
|
asm_text: "letp lr, #-0xffe"
|
|
-
|
|
asm_text: "lctp"
|
|
-
|
|
asm_text: "it eq"
|
|
-
|
|
asm_text: "lctpeq"
|
|
-
|
|
asm_text: "vpste"
|
|
-
|
|
asm_text: "vpselt q0, q1, q2"
|
|
-
|
|
asm_text: "vpsele q0, q1, q2"
|