mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 01:02:08 +00:00
101 lines
2.5 KiB
YAML
101 lines
2.5 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xc0, 0x40, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z0.s - z2.s }, p0/z, [x0, x0, lsl #2]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x25, 0xce, 0x50, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z5.s - z7.s }, p3/z, [x17, x16, lsl #2]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xe0, 0x40, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z0.s - z2.s }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xb7, 0xed, 0x48, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z23.s - z25.s }, p3/z, [x13, #-24, mul vl]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x55, 0xf5, 0x45, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z21.s - z23.s }, p5/z, [x10, #15, mul vl]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xc0, 0x40, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z0.s - z2.s }, p0/z, [x0, x0, lsl #2]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x25, 0xce, 0x50, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z5.s - z7.s }, p3/z, [x17, x16, lsl #2]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xe0, 0x40, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z0.s - z2.s }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xb7, 0xed, 0x48, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z23.s - z25.s }, p3/z, [x13, #-24, mul vl]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x55, 0xf5, 0x45, 0xa5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld3w { z21.s - z23.s }, p5/z, [x10, #15, mul vl]"
|