mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-27 07:23:56 +00:00
Add missing thirdparty files
This commit is contained in:
7
thirdparty/capstone/suite/synctools/tablegen/X86/X86Capstone.td
vendored
Normal file
7
thirdparty/capstone/suite/synctools/tablegen/X86/X86Capstone.td
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// Capstone definitions fix for X86 LLVM instructions.
|
||||
|
||||
let Defs = [EFLAGS] in
|
||||
def INT1 : I<0xf1, RawFrm, (outs), (ins), "int1", []>;
|
||||
|
||||
// def FNCLEX : I<0xDB, MRM_E2, (outs), (ins), "fnclex", [], IIC_FNCLEX>;
|
||||
def FSETPM : I<0xDB, MRM_E4, (outs), (ins), "fsetpm", []>;
|
Reference in New Issue
Block a user