mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
120 lines
2.9 KiB
YAML
120 lines
2.9 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x80, 0x1f, 0x84 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z0.s }, p0/z, [z1.s]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0x1f, 0x84 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z31.s }, p7/z, [z31.s]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0x00, 0x84 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z31.s }, p7/z, [z31.s, x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x80, 0x1f, 0xc4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z0.d }, p0/z, [z1.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0x1f, 0xc4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z31.d }, p7/z, [z31.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0x00, 0xc4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z31.d }, p7/z, [z31.d, x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x80, 0x1f, 0x84 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z0.s }, p0/z, [z1.s]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0x1f, 0x84 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z31.s }, p7/z, [z31.s]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0x00, 0x84 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z31.s }, p7/z, [z31.s, x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0x80, 0x1f, 0xc4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z0.d }, p0/z, [z1.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0x1f, 0xc4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z31.d }, p7/z, [z31.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0x9f, 0x00, 0xc4 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1sb { z31.d }, p7/z, [z31.d, x0]"
|