mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 01:02:08 +00:00
121 lines
2.9 KiB
YAML
121 lines
2.9 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xa0, 0x80, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z0.d }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xa0, 0x80, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z0.d }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xbf, 0x8f, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z31.d }, p7/z, [sp, #-1, mul vl]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x55, 0xb5, 0x85, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z21.d }, p5/z, [x10, #5, mul vl]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xf7, 0x4f, 0x88, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z23.d }, p3/z, [sp, x8, lsl #2]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xb7, 0x4d, 0x88, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z23.d }, p3/z, [x13, x8, lsl #2]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xa0, 0x80, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z0.d }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xa0, 0x80, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z0.d }, p0/z, [x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xbf, 0x8f, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z31.d }, p7/z, [sp, #-1, mul vl]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x55, 0xb5, 0x85, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z21.d }, p5/z, [x10, #5, mul vl]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xf7, 0x4f, 0x88, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z23.d }, p3/z, [sp, x8, lsl #2]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xb7, 0x4d, 0x88, 0xa4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ld1sw { z23.d }, p3/z, [x13, x8, lsl #2]"
|