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:
28
thirdparty/capstone/tests/MC/X86/x86_64-rtm-encoding.s.yaml
vendored
Normal file
28
thirdparty/capstone/tests/MC/X86/x86_64-rtm-encoding.s.yaml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x0f, 0x01, 0xd5 ]
|
||||
arch: "CS_ARCH_X86"
|
||||
options: [ "CS_OPT_SYNTAX_ATT", "CS_MODE_64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xend"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x0f, 0x01, 0xd6 ]
|
||||
arch: "CS_ARCH_X86"
|
||||
options: [ "CS_OPT_SYNTAX_ATT", "CS_MODE_64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xtest"
|
||||
-
|
||||
input:
|
||||
bytes: [ 0xc6, 0xf8, 0x0d ]
|
||||
arch: "CS_ARCH_X86"
|
||||
options: [ "CS_OPT_SYNTAX_ATT", "CS_MODE_64" ]
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "xabort $13"
|
Reference in New Issue
Block a user