Merge commit '802798ce3c8baa4697120580f87bc1ee377306d3' as 'external/capstone'

This commit is contained in:
2026-05-11 11:55:07 +02:00
3968 changed files with 2967598 additions and 0 deletions
+73
View File
@@ -0,0 +1,73 @@
test_cases:
-
input:
bytes: [ 0x55, 0x20, 0x16, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackev.b $xr21, $xr2, $xr8"
-
input:
bytes: [ 0x48, 0x9a, 0x16, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackev.h $xr8, $xr18, $xr6"
-
input:
bytes: [ 0xc0, 0x78, 0x17, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackev.w $xr0, $xr6, $xr30"
-
input:
bytes: [ 0x20, 0x91, 0x17, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackev.d $xr0, $xr9, $xr4"
-
input:
bytes: [ 0xbc, 0x7f, 0x18, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackod.b $xr28, $xr29, $xr31"
-
input:
bytes: [ 0x4e, 0x99, 0x18, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackod.h $xr14, $xr10, $xr6"
-
input:
bytes: [ 0xb6, 0x0a, 0x19, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackod.w $xr22, $xr21, $xr2"
-
input:
bytes: [ 0x32, 0x89, 0x19, 0x75 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvpackod.d $xr18, $xr9, $xr2"