HomeSort by relevance Sort by last modified time
    Searched defs:printOperand (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/InstPrinter/
Nios2InstPrinter.cpp 40 void Nios2InstPrinter::printOperand(const MCInst *MI, int OpNo,
54 assert(Op.isExpr() && "unknown operand kind in printOperand");
62 printOperand(MI, opNum + 1, STI, O);
64 printOperand(MI, opNum, STI, O);
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 46 void MSP430InstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
55 assert(Op.isExpr() && "unknown operand kind in printOperand");
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUAsmPrinter.cpp 63 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O) {
96 printOperand(MI, OpNo+1, O);
119 printOperand(MI, OpNo+1, O);
159 printOperand(MI, OpNo+1, O);
317 printOperand(MI, OpNo, O);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.cpp 34 void MBlazeInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
43 assert(Op.isExpr() && "unknown operand kind in printOperand");
54 printOperand(MI, OpNo, O, NULL);
63 printOperand(MI, OpNo, O, NULL);
68 printOperand(MI, OpNo, O, NULL);
70 printOperand(MI, OpNo+1, O, NULL);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 45 void MSP430InstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
54 assert(Op.isExpr() && "unknown operand kind in printOperand");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 46 void MSP430InstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
55 assert(Op.isExpr() && "unknown operand kind in printOperand");
  /external/capstone/arch/XCore/
XCoreInstPrinter.c 235 static void printOperand(MCInst *MI, int OpNum, SStream *O)
  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.cpp 52 void BPFInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 49 void printOperand(const MachineInstr *MI, int OpNum,
64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
115 printOperand(MI, OpNum+1, O, "nohash");
120 printOperand(MI, OpNum, O);
134 printOperand(MI, OpNo, O);
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 100 printOperand(MI, 1, STI, O);
102 printOperand(MI, 2, STI, O);
108 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum,
136 assert(MO.isExpr() && "Unknown operand kind in printOperand");
143 printOperand(MI, opNum, STI, O);
148 printOperand(MI, opNum+1, STI, O);
160 printOperand(MI, opNum+1, STI, O);
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 74 printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) {
86 assert(Op.isExpr() && "unknown operand kind in printOperand");
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaAsmPrinter.cpp 55 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
71 void AlphaAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
147 printOperand(MI, OpNo, O);
158 printOperand(MI, OpNo, O);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinAsmPrinter.cpp 48 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
74 void BlackfinAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
113 printOperand(MI, opNum, O);
119 printOperand(MI, opNum+1, O);
138 printOperand(MI, OpNo, O);
152 printOperand(MI, OpNo, O);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430AsmPrinter.cpp 49 void printOperand(const MachineInstr *MI, int OpNum,
64 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
121 printOperand(MI, OpNum+1, O, "nohash");
126 printOperand(MI, OpNum, O);
140 printOperand(MI, OpNo, O);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 78 void MipsInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
91 assert(Op.isExpr() && "unknown operand kind in printOperand");
101 printOperand(MI, opNum, O);
109 printOperand(MI, opNum+1, O);
111 printOperand(MI, opNum, O);
119 printOperand(MI, opNum, O);
121 printOperand(MI, opNum+1, O);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/InstPrinter/
ARCInstPrinter.cpp 135 void ARCInstPrinter::printOperand(const MCInst *MI, unsigned OpNum,
148 assert(Op.isExpr() && "unknown operand kind in printOperand");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/InstPrinter/
AVRInstPrinter.cpp 48 printOperand(MI, 0, O);
54 printOperand(MI, 1, O);
61 printOperand(MI, 0, O);
63 printOperand(MI, 1, O);
72 printOperand(MI, 1, O);
78 printOperand(MI, 2, O);
101 void AVRInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
119 assert(Op.isExpr() && "Unknown operand kind in printOperand");
153 printOperand(MI, OpNo, O);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 43 void printOperand(const MachineInstr *MI, int OpNum, raw_ostream &O);
55 void BPFAsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
99 printOperand(MI, OpNo, O);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.cpp 51 void BPFInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 47 void printOperand(const MachineInstr *MI, int OpNum,
62 void MSP430AsmPrinter::printOperand(const MachineInstr *MI, int OpNum,
113 printOperand(MI, OpNum+1, O, "nohash");
118 printOperand(MI, OpNum, O);
132 printOperand(MI, OpNo, O);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2AsmPrinter.cpp 46 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
81 printOperand(MI, OpNum, O);
99 void Nios2AsmPrinter::printOperand(const MachineInstr *MI, int opNum,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/InstPrinter/
RISCVInstPrinter.cpp 62 void RISCVInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
78 assert(MO.isExpr() && "Unknown operand kind in printOperand");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 100 printOperand(MI, 1, STI, O);
102 printOperand(MI, 2, STI, O);
108 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum,
136 assert(MO.isExpr() && "Unknown operand kind in printOperand");
143 printOperand(MI, opNum, STI, O);
148 printOperand(MI, opNum+1, STI, O);
160 printOperand(MI, opNum+1, STI, O);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 58 void X86IntelInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
66 assert(Op.isExpr() && "unknown operand kind in printOperand");
86 printOperand(MI, Op+X86::AddrBaseReg, O);
94 printOperand(MI, Op+X86::AddrIndexReg, O);
125 printOperand(MI, Op, O);
133 printOperand(MI, Op, O);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 76 printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) {
88 assert(Op.isExpr() && "unknown operand kind in printOperand");

Completed in 527 milliseconds

1 2 3 4