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:
19
thirdparty/capstone/suite/MC/ARM/thumb2-mclass.s.cs
vendored
Normal file
19
thirdparty/capstone/suite/MC/ARM/thumb2-mclass.s.cs
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# CS_ARCH_ARM, CS_MODE_THUMB+CS_MODE_MCLASS, None
|
||||
0xef,0xf3,0x00,0x80 = mrs r0, apsr
|
||||
0xef,0xf3,0x01,0x80 = mrs r0, iapsr
|
||||
0xef,0xf3,0x02,0x80 = mrs r0, eapsr
|
||||
0xef,0xf3,0x03,0x80 = mrs r0, xpsr
|
||||
0xef,0xf3,0x05,0x80 = mrs r0, ipsr
|
||||
0xef,0xf3,0x06,0x80 = mrs r0, epsr
|
||||
0xef,0xf3,0x07,0x80 = mrs r0, iepsr
|
||||
0xef,0xf3,0x08,0x80 = mrs r0, msp
|
||||
0xef,0xf3,0x09,0x80 = mrs r0, psp
|
||||
0xef,0xf3,0x10,0x80 = mrs r0, primask
|
||||
0xef,0xf3,0x14,0x80 = mrs r0, control
|
||||
0x80,0xf3,0x05,0x88 = msr ipsr, r0
|
||||
0x80,0xf3,0x06,0x88 = msr epsr, r0
|
||||
0x80,0xf3,0x07,0x88 = msr iepsr, r0
|
||||
0x80,0xf3,0x08,0x88 = msr msp, r0
|
||||
0x80,0xf3,0x09,0x88 = msr psp, r0
|
||||
0x80,0xf3,0x10,0x88 = msr primask, r0
|
||||
0x80,0xf3,0x14,0x88 = msr control, r0
|
Reference in New Issue
Block a user