Merge commit '802798ce3c8baa4697120580f87bc1ee377306d3' as 'external/capstone'
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