blob: ca21b63a010380df1e2dff80d3327d67e5ea99b1 (
plain)
1
2
3
4
5
6
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", []>;
|