mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
120 lines
2.6 KiB
YAML
120 lines
2.6 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0xe0, 0xe3, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xe0, 0xe3, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xe0, 0xe3, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xe0, 0xe3, 0x6f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0, all, mul #16"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xe0, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0, pow2"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x80, 0xe3, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sve" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0, #28"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xe0, 0xe3, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xe0, 0xe3, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xe0, 0xe3, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0xe0, 0xe3, 0x6f, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0, all, mul #16"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x00, 0xe0, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0, pow2"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x80, 0xe3, 0x60, 0x04 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "cnth x0, #28"
|