Searched refs:printOperand (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp54 printOperand(MI, 0, O);
56 printOperand(MI, 1, O);
67 printOperand(MI, 0, O);
69 printOperand(MI, 1, O);
80 printOperand(MI, 0, O);
82 printOperand(MI, 1, O);
193 printOperand(MI, OpNo+1, O);
222 printOperand(MI, OpNo, O);
230 printOperand(MI, OpNo, O);
236 return printOperand(M
320 void PPCInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, function in class:PPCInstPrinter
[all...]
H A DPPCInstPrinter.h42 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp49 void printOperand(const MachineInstr *MI, int OpNum,
64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum, function in class:MSP430AsmPrinter
121 printOperand(MI, OpNum+1, O, "nohash");
126 printOperand(MI, OpNum, O);
140 printOperand(MI, OpNo, O);
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.cpp64 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum, function in class:SparcInstPrinter
79 assert(MO.isExpr() && "Unknown operand kind in printOperand");
86 printOperand(MI, opNum, O);
91 printOperand(MI, opNum+1, O);
103 printOperand(MI, opNum+1, O);
H A DSparcInstPrinter.h39 void printOperand(const MCInst *MI, int opNum, raw_ostream &OS);
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp161 void MipsInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, function in class:MipsInstPrinter
174 assert(Op.isExpr() && "unknown operand kind in printOperand");
184 printOperand(MI, opNum, O);
193 printOperand(MI, opNum, O);
201 printOperand(MI, opNum+1, O);
203 printOperand(MI, opNum, O);
211 printOperand(MI, opNum, O);
213 printOperand(MI, opNum+1, O);
231 printOperand(&MI, OpNo, OS);
240 printOperand(
[all...]
H A DMipsInstPrinter.h94 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.h34 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O,
H A DMSP430InstPrinter.cpp45 void MSP430InstPrinter::printOperand(const MCInst *MI, unsigned OpNo, function in class:MSP430InstPrinter
54 assert(Op.isExpr() && "unknown operand kind in printOperand");
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.h39 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
H A DXCoreInstPrinter.cpp72 printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) { function in class:XCoreInstPrinter
84 assert(Op.isExpr() && "unknown operand kind in printOperand");
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.h38 static void printOperand(const MCOperand &MO, raw_ostream &O);
48 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O);
H A DSystemZInstPrinter.cpp33 void SystemZInstPrinter::printOperand(const MCOperand &MO, raw_ostream &O) { function in class:SystemZInstPrinter
127 void SystemZInstPrinter::printOperand(const MCInst *MI, int OpNum,
129 printOperand(MI->getOperand(OpNum), O);
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp88 void HexagonInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, function in class:HexagonInstPrinter
121 printOperand(MI, OpNo, O);
160 printOperand(MI, OpNo, O);
167 printOperand(MI, OpNo, O);
174 printOperand(MI, OpNo, O);
201 printOperand(MI, OpNo, O);
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp218 printOperand(MI, OpNo, O);
234 void X86AsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNo, function in class:X86AsmPrinter
304 printOperand(MI, Op, O, Modifier);
308 printOperand(MI, Op+2, O, Modifier);
322 printOperand(MI, Op+4, O, Modifier);
339 printOperand(MI, Op+4, O, Modifier, AsmVariant);
347 printOperand(MI, Op, O, Modifier, AsmVariant);
355 printOperand(MI, Op+2, O, Modifier, AsmVariant);
361 printOperand(MI, Op+3, O, Modifier, AsmVariant);
436 printOperand(M
[all...]
H A DX86AsmPrinter.h61 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O,
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp75 void HexagonAsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNo, function in class:HexagonAsmPrinter
141 printOperand(MI, OpNo, OS);
160 printOperand(MI, OpNo, OS);
175 printOperand(MI, OpNo, O);
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp81 void NVPTXInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, function in class:NVPTXInstPrinter
90 assert(Op.isExpr() && "Unknown operand kind in printOperand");
268 printOperand(MI, OpNum, O);
272 printOperand(MI, OpNum + 1, O);
278 printOperand(MI, OpNum + 1, O);
H A DNVPTXInstPrinter.h38 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
/freebsd-10-stable/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp151 void X86ATTInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, function in class:X86ATTInstPrinter
166 assert(Op.isExpr() && "unknown operand kind in printOperand");
184 printOperand(MI, Op+4, O);
200 printOperand(MI, Op, O);
204 printOperand(MI, Op+2, O);
H A DX86IntelInstPrinter.cpp139 void X86IntelInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, function in class:X86IntelInstPrinter
147 assert(Op.isExpr() && "unknown operand kind in printOperand");
162 printOperand(MI, Op+4, O);
170 printOperand(MI, Op, O);
178 printOperand(MI, Op+2, O);
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp467 // We can just call printOperand as normal.
472 printOperand(MI, OpNum, O);
496 void MipsAsmPrinter::printOperand(const MachineInstr *MI, int opNum, function in class:MipsAsmPrinter
574 printOperand(MI, opNum, O);
583 printOperand(MI, opNum, O);
591 printOperand(MI, opNum+1, O);
593 printOperand(MI, opNum, O);
601 printOperand(MI, opNum, O);
603 printOperand(MI, opNum+1, O);
/freebsd-10-stable/contrib/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.h36 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
H A DAMDGPUInstPrinter.cpp83 void AMDGPUInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, function in class:AMDGPUInstPrinter
105 assert(!"unknown operand type in printOperand");
126 printOperand(MI, OpNo, O);
128 printOperand(MI, OpNo + 1, O);
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp67 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
205 void XCoreAsmPrinter::printOperand(const MachineInstr *MI, int opNum, function in class:XCoreAsmPrinter
247 printOperand(MI, OpNo, O);

Completed in 204 milliseconds

12