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

  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 1 //===-- MSP430AsmPrinter.cpp - MSP430 LLVM assembly writer ----------------===//
40 class MSP430AsmPrinter : public AsmPrinter {
42 MSP430AsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer)
64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
105 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum,
127 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
138 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
150 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
160 RegisterAsmPrinter<MSP430AsmPrinter> X(TheMSP430Target);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430AsmPrinter.cpp 1 //===-- MSP430AsmPrinter.cpp - MSP430 LLVM assembly writer ----------------===//
40 class MSP430AsmPrinter : public AsmPrinter {
42 MSP430AsmPrinter(TargetMachine &TM, MCStreamer &Streamer)
64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
111 void MSP430AsmPrinter::printSrcMemOperand(const MachineInstr *MI, int OpNum,
133 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
144 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
156 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
166 RegisterAsmPrinter<MSP430AsmPrinter> X(TheMSP430Target);

Completed in 143 milliseconds