XenonRecomp/thirdparty/capstone/tests/MC/AArch64/armv8.9a-rasv2.s.yaml
2024-09-07 18:15:29 +06:00

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"