81 lines
1.9 KiB
YAML
Raw Normal View History

2024-09-07 18:00:09 +06:00
test_cases:
-
input:
bytes: [ 0x00, 0xa0, 0x40, 0x85 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "ld1rsh { z0.s }, p0/z, [x0]"
-
input:
bytes: [ 0x00, 0x80, 0x40, 0x85 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "ld1rsh { z0.d }, p0/z, [x0]"
-
input:
bytes: [ 0xff, 0xbf, 0x7f, 0x85 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "ld1rsh { z31.s }, p7/z, [sp, #126]"
-
input:
bytes: [ 0xff, 0x9f, 0x7f, 0x85 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sve" ]
expected:
insns:
-
asm_text: "ld1rsh { z31.d }, p7/z, [sp, #126]"
-
input:
bytes: [ 0x00, 0xa0, 0x40, 0x85 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "ld1rsh { z0.s }, p0/z, [x0]"
-
input:
bytes: [ 0x00, 0x80, 0x40, 0x85 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "ld1rsh { z0.d }, p0/z, [x0]"
-
input:
bytes: [ 0xff, 0xbf, 0x7f, 0x85 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "ld1rsh { z31.s }, p7/z, [sp, #126]"
-
input:
bytes: [ 0xff, 0x9f, 0x7f, 0x85 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
expected:
insns:
-
asm_text: "ld1rsh { z31.d }, p7/z, [sp, #126]"