mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
8 lines
270 B
TableGen
8 lines
270 B
TableGen
// 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", []>;
|