mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-27 23:44:05 +00:00
Add missing thirdparty files
This commit is contained in:
30
thirdparty/capstone/tests/MC/ARM/thumbv8.1m-vmrs-vmsr.s.yaml
vendored
Normal file
30
thirdparty/capstone/tests/MC/ARM/thumbv8.1m-vmrs-vmsr.s.yaml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
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"
|
Reference in New Issue
Block a user