mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Add missing thirdparty files
This commit is contained in:
24
thirdparty/capstone/tests/MC/ARM/thumbv7em.s.yaml
vendored
Normal file
24
thirdparty/capstone/tests/MC/ARM/thumbv7em.s.yaml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x80, 0xf3, 0x00, 0x84, 0x80, 0xf3, 0x00, 0x8c, 0x80, 0xf3, 0x01, 0x84, 0x80, 0xf3, 0x01, 0x8c, 0x80, 0xf3, 0x02, 0x84, 0x80, 0xf3, 0x02, 0x8c, 0x80, 0xf3, 0x03, 0x84, 0x80, 0xf3, 0x03, 0x8c ]
|
||||
arch: "CS_ARCH_ARM"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_MCLASS", "CS_MODE_THUMB" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "msr apsr_g, r0"
|
||||
-
|
||||
asm_text: "msr apsr_nzcvqg, r0"
|
||||
-
|
||||
asm_text: "msr iapsr_g, r0"
|
||||
-
|
||||
asm_text: "msr iapsr_nzcvqg, r0"
|
||||
-
|
||||
asm_text: "msr eapsr_g, r0"
|
||||
-
|
||||
asm_text: "msr eapsr_nzcvqg, r0"
|
||||
-
|
||||
asm_text: "msr xpsr_g, r0"
|
||||
-
|
||||
asm_text: "msr xpsr_nzcvqg, r0"
|
Reference in New Issue
Block a user