mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-11 10:05:07 +00:00
31 lines
698 B
YAML
31 lines
698 B
YAML
test_cases:
|
|
-
|
|
input:
|
|
bytes: [ 0x40, 0x53, 0x38, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "rasv2" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "mrs x0, ERXGSR_EL1"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x40, 0x53, 0x38, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v8.9a" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "mrs x0, ERXGSR_EL1"
|
|
|
|
-
|
|
input:
|
|
bytes: [ 0x40, 0x53, 0x38, 0xd5 ]
|
|
arch: "CS_ARCH_AARCH64"
|
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "v9.4a" ]
|
|
expected:
|
|
insns:
|
|
-
|
|
asm_text: "mrs x0, ERXGSR_EL1"
|