mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Add missing thirdparty files
This commit is contained in:
26
thirdparty/capstone/tests/MC/ARM/basic-arm-instructions-v8.s.yaml
vendored
Normal file
26
thirdparty/capstone/tests/MC/ARM/basic-arm-instructions-v8.s.yaml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x59, 0xf0, 0x7f, 0xf5, 0x51, 0xf0, 0x7f, 0xf5, 0x55, 0xf0, 0x7f, 0xf5, 0x5d, 0xf0, 0x7f, 0xf5, 0x49, 0xf0, 0x7f, 0xf5, 0x41, 0xf0, 0x7f, 0xf5, 0x45, 0xf0, 0x7f, 0xf5, 0x4d, 0xf0, 0x7f, 0xf5, 0x05, 0xf0, 0x20, 0xe3 ]
|
||||
arch: "CS_ARCH_ARM"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_V8", "CS_MODE_ARM" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "dmb ishld"
|
||||
-
|
||||
asm_text: "dmb oshld"
|
||||
-
|
||||
asm_text: "dmb nshld"
|
||||
-
|
||||
asm_text: "dmb ld"
|
||||
-
|
||||
asm_text: "dsb ishld"
|
||||
-
|
||||
asm_text: "dsb oshld"
|
||||
-
|
||||
asm_text: "dsb nshld"
|
||||
-
|
||||
asm_text: "dsb ld"
|
||||
-
|
||||
asm_text: "sevl"
|
Reference in New Issue
Block a user