21 lines
477 B
YAML
Raw Normal View History

2024-09-07 18:00:09 +06:00
test_cases:
-
input:
bytes: [ 0x20, 0x99, 0x18, 0xd5 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "spe-eef" ]
expected:
insns:
-
asm_text: "msr PMSNEVFR_EL1, x0"
-
input:
bytes: [ 0x21, 0x99, 0x38, 0xd5 ]
arch: "CS_ARCH_AARCH64"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "aarch64", "spe-eef" ]
expected:
insns:
-
asm_text: "mrs x1, PMSNEVFR_EL1"