mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-11 10:05:07 +00:00
41 lines
899 B
YAML
41 lines
899 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x40, 0x23, 0x3c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "mrs x0, HDBSSBR_EL2"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x40, 0x23, 0x1c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "msr HDBSSBR_EL2, x0"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x60, 0x23, 0x3c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "mrs x0, HDBSSPROD_EL2"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x60, 0x23, 0x1c, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "msr HDBSSPROD_EL2, x0"
|