802798ce3c
git-subtree-dir: external/capstone git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
101 lines
2.1 KiB
YAML
101 lines
2.1 KiB
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x47, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x43, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart sm"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x45, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart za"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x43, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart sm"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x45, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart za"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x47, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x43, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart sm"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x45, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart za"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x43, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart sm"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x45, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart za"
|