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:
37
thirdparty/capstone/tests/MC/Mips/micromips-multiply-instructions.s.yaml
vendored
Normal file
37
thirdparty/capstone/tests/MC/Mips/micromips-multiply-instructions.s.yaml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xa4, 0x00, 0x3c, 0xcb ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_MODE_MIPS32", "CS_MODE_MICRO" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "madd $a0, $a1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xa4, 0x00, 0x3c, 0xdb ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_MODE_MIPS32", "CS_MODE_MICRO" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "maddu $a0, $a1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xa4, 0x00, 0x3c, 0xeb ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_MODE_MIPS32", "CS_MODE_MICRO" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "msub $a0, $a1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xa4, 0x00, 0x3c, 0xfb ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_MODE_MIPS32", "CS_MODE_MICRO" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "msubu $a0, $a1"
|
Reference in New Issue
Block a user