Squashed 'external/capstone/' content from commit e46f64fa
git-subtree-dir: external/capstone git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x0f, 0x00, 0x41, 0x7c ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_OPT_SYNTAX_NOREGNAME", "CS_MODE_LITTLE_ENDIAN", "CS_MODE_MIPS32R6" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "crc32b $1, $2, $1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x4f, 0x00, 0xa4, 0x7c ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_OPT_SYNTAX_NOREGNAME", "CS_MODE_LITTLE_ENDIAN", "CS_MODE_MIPS32R6" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "crc32h $4, $5, $4"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x8f, 0x00, 0x07, 0x7d ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_OPT_SYNTAX_NOREGNAME", "CS_MODE_LITTLE_ENDIAN", "CS_MODE_MIPS32R6" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "crc32w $7, $8, $7"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x0f, 0x01, 0x41, 0x7c ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_OPT_SYNTAX_NOREGNAME", "CS_MODE_LITTLE_ENDIAN", "CS_MODE_MIPS32R6" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "crc32cb $1, $2, $1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x4f, 0x01, 0xa4, 0x7c ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_OPT_SYNTAX_NOREGNAME", "CS_MODE_LITTLE_ENDIAN", "CS_MODE_MIPS32R6" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "crc32ch $4, $5, $4"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x8f, 0x01, 0x07, 0x7d ]
|
||||
arch: "CS_ARCH_MIPS"
|
||||
options: [ "CS_OPT_SYNTAX_NOREGNAME", "CS_MODE_LITTLE_ENDIAN", "CS_MODE_MIPS32R6" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "crc32cw $7, $8, $7"
|
||||
Reference in New Issue
Block a user