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:
30
thirdparty/capstone/tests/MC/ARM/thumb-hints.s.yaml
vendored
Normal file
30
thirdparty/capstone/tests/MC/ARM/thumb-hints.s.yaml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x00, 0xbf, 0x10, 0xbf, 0x20, 0xbf, 0x30, 0xbf, 0x40, 0xbf, 0xbf, 0xf3, 0x5f, 0x8f, 0xbf, 0xf3, 0x5f, 0x8f, 0xbf, 0xf3, 0x4f, 0x8f, 0xbf, 0xf3, 0x4f, 0x8f, 0xbf, 0xf3, 0x6f, 0x8f, 0xbf, 0xf3, 0x6f, 0x8f ]
|
||||
arch: "CS_ARCH_ARM"
|
||||
options: [ "CS_OPT_NO_BRANCH_OFFSET", "CS_MODE_THUMB" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "nop"
|
||||
-
|
||||
asm_text: "yield"
|
||||
-
|
||||
asm_text: "wfe"
|
||||
-
|
||||
asm_text: "wfi"
|
||||
-
|
||||
asm_text: "sev"
|
||||
-
|
||||
asm_text: "dmb sy"
|
||||
-
|
||||
asm_text: "dmb sy"
|
||||
-
|
||||
asm_text: "dsb sy"
|
||||
-
|
||||
asm_text: "dsb sy"
|
||||
-
|
||||
asm_text: "isb sy"
|
||||
-
|
||||
asm_text: "isb sy"
|
Reference in New Issue
Block a user