Squashed 'external/capstone/' content from commit e46f64fa

git-subtree-dir: external/capstone
git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
This commit is contained in:
2026-05-11 11:55:07 +02:00
commit 802798ce3c
3968 changed files with 2967598 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
test_cases:
-
input:
bytes: [ 0xfe, 0xf2, 0x8f, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvextrins.b $xr30, $xr23, 0xfc"
-
input:
bytes: [ 0xa0, 0x21, 0x8b, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvextrins.h $xr0, $xr13, 0xc8"
-
input:
bytes: [ 0xae, 0x62, 0x86, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvextrins.w $xr14, $xr21, 0x98"
-
input:
bytes: [ 0xdf, 0x1f, 0x82, 0x77 ]
arch: "CS_ARCH_LOONGARCH"
options: [ "CS_MODE_LOONGARCH64" ]
expected:
insns:
-
asm_text: "xvextrins.d $xr31, $xr30, 0x87"