Lines Matching refs:MipsMCInstLower
1 //===-- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst ---------===//
14 #include "MipsMCInstLower.h"
29 MipsMCInstLower::MipsMCInstLower(MipsAsmPrinter &asmprinter)
32 void MipsMCInstLower::Initialize(MCContext *C) {
36 MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
178 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
205 MCOperand MipsMCInstLower::createSub(MachineBasicBlock *BB1,
215 void MipsMCInstLower::
228 void MipsMCInstLower::lowerLongBranchADDiu(
244 bool MipsMCInstLower::lowerLongBranch(const MachineInstr *MI,
267 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {