mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 01:02:08 +00:00
121 lines
2.8 KiB
YAML
121 lines
2.8 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xc0, 0xc0, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z0.h }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xa0, 0xc0, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z0.s }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x80, 0xc0, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z0.d }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0xff, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z31.h }, p7/z, [sp, #63]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xbf, 0xff, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z31.s }, p7/z, [sp, #63]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0xff, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z31.d }, p7/z, [sp, #63]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xc0, 0xc0, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z0.h }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xa0, 0xc0, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z0.s }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0x80, 0xc0, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z0.d }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0xff, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z31.h }, p7/z, [sp, #63]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xbf, 0xff, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z31.s }, p7/z, [sp, #63]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0xff, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1rsb { z31.d }, p7/z, [sp, #63]"
|