Squashed 'external/capstone/' content from commit e46f64fa
git-subtree-dir: external/capstone git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
This commit is contained in:
@@ -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