Home | History | Annotate | Download | only in X86

Lines Matching refs:MCInst

1 //===-- X86MCInstLower.cpp - Convert X86 MachineInstr to an MCInst --------===//
11 // MCInst records.
24 #include "llvm/MC/MCInst.h"
34 /// X86MCInstLower - This class is used to lower an MachineInstr into an MCInst.
46 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
229 static void LowerUnaryToTwoAddr(MCInst &OutMI, unsigned NewOpc) {
237 static void SimplifyShortImmForm(MCInst &Inst, unsigned Opcode) {
252 Inst = MCInst();
259 static void SimplifyMOVSX(MCInst &Inst) {
280 Inst = MCInst();
286 static void SimplifyShortMoveForm(X86AsmPrinter &Printer, MCInst &Inst,
331 Inst = MCInst();
336 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
456 OutMI = MCInst();
464 OutMI = MCInst();
482 OutMI = MCInst();
642 MCInst LEA;
779 MCInst TmpInst;