Home | History | Annotate | Download | only in Mips

Lines Matching defs:MipsMCInstLower

1 //===-- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst ---------===//
14 #include "MipsMCInstLower.h"
28 MipsMCInstLower::MipsMCInstLower(MipsAsmPrinter &asmprinter)
31 void MipsMCInstLower::Initialize(MCContext *C) {
35 MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
128 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
154 MCOperand MipsMCInstLower::createSub(MachineBasicBlock *BB1,
164 void MipsMCInstLower::
177 void MipsMCInstLower::
193 bool MipsMCInstLower::lowerLongBranch(const MachineInstr *MI,
219 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {