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
+46
View File
@@ -0,0 +1,46 @@
test_cases:
-
input:
bytes: [ 0x8b, 0x02, 0x07, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvreplve0.b $xr11, $xr20"
-
input:
bytes: [ 0x4d, 0x83, 0x07, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvreplve0.h $xr13, $xr26"
-
input:
bytes: [ 0x88, 0xc1, 0x07, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvreplve0.w $xr8, $xr12"
-
input:
bytes: [ 0x94, 0xe0, 0x07, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvreplve0.d $xr20, $xr4"
-
input:
bytes: [ 0x91, 0xf2, 0x07, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvreplve0.q $xr17, $xr20"