diff options
Diffstat (limited to 'capstone/suite/synctools/tablegen/X86/back/X86Capstone.td')
-rw-r--r-- | capstone/suite/synctools/tablegen/X86/back/X86Capstone.td | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/capstone/suite/synctools/tablegen/X86/back/X86Capstone.td b/capstone/suite/synctools/tablegen/X86/back/X86Capstone.td new file mode 100644 index 000000000..ca21b63a0 --- /dev/null +++ b/capstone/suite/synctools/tablegen/X86/back/X86Capstone.td @@ -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", []>; |