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: [ 0x20, 0xa0, 0x1f, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z0.s }, p0/z, [z1.s]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xbf, 0x1f, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z31.s }, p7/z, [z31.s]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xbf, 0x00, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z31.s }, p7/z, [z31.s, x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0xc0, 0x1f, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z0.d }, p0/z, [z1.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0x1f, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z31.d }, p7/z, [z31.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0x00, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z31.d }, p7/z, [z31.d, x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0xa0, 0x1f, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z0.s }, p0/z, [z1.s]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xbf, 0x1f, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z31.s }, p7/z, [z31.s]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xbf, 0x00, 0x85 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z31.s }, p7/z, [z31.s, x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0xc0, 0x1f, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z0.d }, p0/z, [z1.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0x1f, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z31.d }, p7/z, [z31.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0x00, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1w { z31.d }, p7/z, [z31.d, x0]"
|