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: [ 0x14, 0x2e, 0x22, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvreplve.b $xr20, $xr16, $a7"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xa0, 0xe2, 0x22, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvreplve.h $xr0, $xr21, $s1"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x54, 0x4a, 0x23, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvreplve.w $xr20, $xr18, $t6"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x64, 0xdc, 0x23, 0x75 ]
|
||||
arch: "CS_ARCH_LOONGARCH"
|
||||
options: [ "CS_MODE_LOONGARCH64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xvreplve.d $xr4, $xr3, $s0"
|
||||
Reference in New Issue
Block a user