mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
60 lines
1.4 KiB
YAML
60 lines
1.4 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0xc0, 0x9f, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1d { z0.d }, p0/z, [z1.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0x9f, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1d { z31.d }, p7/z, [z31.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0x80, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1d { z31.d }, p7/z, [z31.d, x0]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x20, 0xc0, 0x9f, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1d { z0.d }, p0/z, [z1.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0x9f, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1d { z31.d }, p7/z, [z31.d]"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xff, 0xdf, 0x80, 0xc5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "ldnt1d { z31.d }, p7/z, [z31.d, x0]"
|