Squashed 'external/capstone/' content from commit e46f64fa
git-subtree-dir: external/capstone git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x73, 0xc6, 0xc5, 0x81 ]
|
||||
arch: "CS_ARCH_RISCV"
|
||||
options: [ "CS_MODE_RISCV32", "experimental-zimop" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mop.r.0 a2, a1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x73, 0xc6, 0xf5, 0xcd ]
|
||||
arch: "CS_ARCH_RISCV"
|
||||
options: [ "CS_MODE_RISCV32", "experimental-zimop" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mop.r.31 a2, a1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xf3, 0x46, 0xb6, 0x82 ]
|
||||
arch: "CS_ARCH_RISCV"
|
||||
options: [ "CS_MODE_RISCV32", "experimental-zimop" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mop.rr.0 a3, a2, a1"
|
||||
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xf3, 0x46, 0xb6, 0xce ]
|
||||
arch: "CS_ARCH_RISCV"
|
||||
options: [ "CS_MODE_RISCV32", "experimental-zimop" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "mop.rr.7 a3, a2, a1"
|
||||
Reference in New Issue
Block a user