HomeSort by relevance Sort by last modified time
    Searched defs:MipsMCInstLower (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 1 //===-- MipsMCInstLower.h - Lower MachineInstr to MCInst -------*- C++ -*--===//
25 /// MipsMCInstLower - This class is used to lower an MachineInstr into an
27 class LLVM_LIBRARY_VISIBILITY MipsMCInstLower {
33 MipsMCInstLower(MipsAsmPrinter &asmprinter);
MipsMCInstLower.cpp 1 //===-- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst ---------===//
14 #include "MipsMCInstLower.h"
28 MipsMCInstLower::MipsMCInstLower(MipsAsmPrinter &asmprinter)
31 void MipsMCInstLower::Initialize(Mangler *M, MCContext *C) {
36 MCOperand MipsMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
129 MCOperand MipsMCInstLower::LowerOperand(const MachineOperand &MO,
155 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {

Completed in 98 milliseconds