mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Initial Commit
This commit is contained in:
33
thirdparty/capstone/suite/MC/Mips/test_ctrlregs.s.cs
vendored
Normal file
33
thirdparty/capstone/suite/MC/Mips/test_ctrlregs.s.cs
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_BIG_ENDIAN, None
|
||||
0x78,0x7e,0x00,0x59 = cfcmsa $at, $0
|
||||
0x78,0x7e,0x00,0x59 = cfcmsa $at, $0
|
||||
0x78,0x7e,0x08,0x99 = cfcmsa $v0, $1
|
||||
0x78,0x7e,0x08,0x99 = cfcmsa $v0, $1
|
||||
0x78,0x7e,0x10,0xd9 = cfcmsa $v1, $2
|
||||
0x78,0x7e,0x10,0xd9 = cfcmsa $v1, $2
|
||||
0x78,0x7e,0x19,0x19 = cfcmsa $a0, $3
|
||||
0x78,0x7e,0x19,0x19 = cfcmsa $a0, $3
|
||||
0x78,0x7e,0x21,0x59 = cfcmsa $a1, $4
|
||||
0x78,0x7e,0x21,0x59 = cfcmsa $a1, $4
|
||||
0x78,0x7e,0x29,0x99 = cfcmsa $a2, $5
|
||||
0x78,0x7e,0x29,0x99 = cfcmsa $a2, $5
|
||||
0x78,0x7e,0x31,0xd9 = cfcmsa $a3, $6
|
||||
0x78,0x7e,0x31,0xd9 = cfcmsa $a3, $6
|
||||
0x78,0x7e,0x3a,0x19 = cfcmsa $t0, $7
|
||||
0x78,0x7e,0x3a,0x19 = cfcmsa $t0, $7
|
||||
0x78,0x3e,0x08,0x19 = ctcmsa $0, $at
|
||||
0x78,0x3e,0x08,0x19 = ctcmsa $0, $at
|
||||
0x78,0x3e,0x10,0x59 = ctcmsa $1, $v0
|
||||
0x78,0x3e,0x10,0x59 = ctcmsa $1, $v0
|
||||
0x78,0x3e,0x18,0x99 = ctcmsa $2, $v1
|
||||
0x78,0x3e,0x18,0x99 = ctcmsa $2, $v1
|
||||
0x78,0x3e,0x20,0xd9 = ctcmsa $3, $a0
|
||||
0x78,0x3e,0x20,0xd9 = ctcmsa $3, $a0
|
||||
0x78,0x3e,0x29,0x19 = ctcmsa $4, $a1
|
||||
0x78,0x3e,0x29,0x19 = ctcmsa $4, $a1
|
||||
0x78,0x3e,0x31,0x59 = ctcmsa $5, $a2
|
||||
0x78,0x3e,0x31,0x59 = ctcmsa $5, $a2
|
||||
0x78,0x3e,0x39,0x99 = ctcmsa $6, $a3
|
||||
0x78,0x3e,0x39,0x99 = ctcmsa $6, $a3
|
||||
0x78,0x3e,0x41,0xd9 = ctcmsa $7, $t0
|
||||
0x78,0x3e,0x41,0xd9 = ctcmsa $7, $t0
|
Reference in New Issue
Block a user