XenonRecomp/thirdparty/capstone/tests/MC/ARM/thumbv8.1m-vmrs-vmsr.s.yaml
2024-09-08 17:16:32 +06:00

31 lines
985 B
YAML

test_cases:
-
input:
bytes: [ 0xe2, 0xee, 0x10, 0x0a, 0xf2, 0xee, 0x10, 0xaa, 0xfe, 0xee, 0x10, 0x0a, 0xee, 0xee, 0x10, 0xaa, 0xef, 0xee, 0x10, 0x5a, 0xfe, 0xee, 0x10, 0x3a, 0xff, 0xee, 0x10, 0x0a, 0xfc, 0xee, 0x10, 0x0a, 0xfd, 0xee, 0x10, 0x4a, 0xec, 0xee, 0x10, 0x0a, 0xed, 0xee, 0x10, 0x4a ]
arch: "CS_ARCH_ARM"
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_MCLASS", "CS_MODE_V8", "CS_MODE_THUMB" ]
expected:
insns:
-
asm_text: "vmsr fpscr_nzcvqc, r0"
-
asm_text: "vmrs r10, fpscr_nzcvqc"
-
asm_text: "vmrs r0, fpcxtns"
-
asm_text: "vmsr fpcxtns, r10"
-
asm_text: "vmsr fpcxts, r5"
-
asm_text: "vmrs r3, fpcxtns"
-
asm_text: "vmrs r0, fpcxts"
-
asm_text: "vmrs r0, vpr"
-
asm_text: "vmrs r4, p0"
-
asm_text: "vmsr vpr, r0"
-
asm_text: "vmsr p0, r4"