mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 01:02:08 +00:00
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_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x43, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart sm"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x45, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart za"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x43, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart sm"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x45, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart za"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x47, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x43, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart sm"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x45, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart za"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x43, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart sm"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x7f, 0x45, 0x03, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "smstart za"
|