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
+24
View File
@@ -0,0 +1,24 @@
test_cases:
-
input:
bytes: [ 0x00, 0x2a, 0xb0, 0xee, 0x00, 0x2a, 0xb7, 0xee, 0x00, 0x3b, 0xb0, 0xee, 0x00, 0x3b, 0xb7, 0xee, 0x01, 0x2a, 0xf0, 0x1e, 0x00, 0x2a, 0xf2, 0xce, 0x03, 0x2b, 0xb0, 0xbe, 0x00, 0x2b, 0xb4, 0xae ]
arch: "CS_ARCH_ARM"
options: [ "CS_OPT_ONLY_OFFSET_BRANCH", "CS_MODE_ARM" ]
expected:
insns:
-
asm_text: "vmov.f32 s4, #2.000000e+00"
-
asm_text: "vmov.f32 s4, #1.000000e+00"
-
asm_text: "vmov.f64 d3, #2.000000e+00"
-
asm_text: "vmov.f64 d3, #1.000000e+00"
-
asm_text: "vmovne.f32 s5, #2.125000e+00"
-
asm_text: "vmovgt.f32 s5, #8.000000e+00"
-
asm_text: "vmovlt.f64 d2, #2.375000e+00"
-
asm_text: "vmovge.f64 d2, #1.250000e-01"