mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
21 lines
483 B
YAML
21 lines
483 B
YAML
![]() |
test_cases:
|
||
|
-
|
||
|
input:
|
||
|
bytes: [ 0x63, 0xa5, 0x38, 0xd5 ]
|
||
|
arch: "CS_ARCH_AARCH64"
|
||
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme", "+mpam" ]
|
||
|
expected:
|
||
|
insns:
|
||
|
-
|
||
|
asm_text: "mrs x3, MPAMSM_EL1"
|
||
|
|
||
|
-
|
||
|
input:
|
||
|
bytes: [ 0x63, 0xa5, 0x18, 0xd5 ]
|
||
|
arch: "CS_ARCH_AARCH64"
|
||
|
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "sme", "+mpam" ]
|
||
|
expected:
|
||
|
insns:
|
||
|
-
|
||
|
asm_text: "msr MPAMSM_EL1, x3"
|