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

  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 1 //===-- XCoreMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*--===//
25 class LLVM_LIBRARY_VISIBILITY XCoreMCInstLower {
31 XCoreMCInstLower(class AsmPrinter &asmprinter);
XCoreMCInstLower.cpp 1 //===-- XCoreMCInstLower.cpp - Convert XCore MachineInstr to MCInst -------===//
15 #include "XCoreMCInstLower.h"
27 XCoreMCInstLower::XCoreMCInstLower(class AsmPrinter &asmprinter)
30 void XCoreMCInstLower::Initialize(Mangler *M, MCContext *C) {
35 MCOperand XCoreMCInstLower::LowerSymbolOperand(const MachineOperand &MO,
81 MCOperand XCoreMCInstLower::LowerOperand(const MachineOperand &MO,
107 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {

Completed in 1712 milliseconds