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

  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 95 void MipsInstPrinter::printUnsignedImm(const MCInst *MI, int opNum,
97 const MCOperand &MO = MI->getOperand(opNum);
101 printOperand(MI, opNum, O);
105 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) {
109 printOperand(MI, opNum+1, O);
111 printOperand(MI, opNum, O);
116 printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O) {
119 printOperand(MI, opNum, O);
121 printOperand(MI, opNum+1, O);
126 printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O)
    [all...]
MipsInstPrinter.h 93 void printUnsignedImm(const MCInst *MI, int opNum, raw_ostream &O);
94 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
95 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O);
96 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O);
  /external/llvm/lib/Target/Blackfin/
BlackfinAsmPrinter.cpp 48 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
49 void printMemoryOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
74 void BlackfinAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
76 const MachineOperand &MO = MI->getOperand(opNum);
111 void BlackfinAsmPrinter::printMemoryOperand(const MachineInstr *MI, int opNum,
113 printOperand(MI, opNum, O);
115 if (MI->getOperand(opNum+1).isImm() && MI->getOperand(opNum+1).getImm() == 0)
119 printOperand(MI, opNum+1, O);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 55 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNum,
58 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
59 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O);
60 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
61 void printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O);
62 void printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
MipsAsmPrinter.cpp 298 unsigned OpNum, unsigned AsmVariant,
304 const MachineOperand &MO = MI->getOperand(OpNum);
310 void MipsAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
312 const MachineOperand &MO = MI->getOperand(opNum);
382 void MipsAsmPrinter::printUnsignedImm(const MachineInstr *MI, int opNum,
384 const MachineOperand &MO = MI->getOperand(opNum);
388 printOperand(MI, opNum, O);
392 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O) {
396 printOperand(MI, opNum+1, O);
398 printOperand(MI, opNum, O)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 41 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &OS);
42 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &OS,
44 void printCCOperand(const MachineInstr *MI, int opNum, raw_ostream &OS);
71 void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
73 const MachineOperand &MO = MI->getOperand (opNum);
110 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum,
112 printOperand(MI, opNum, O);
117 printOperand(MI, opNum+1, O);
121 if (MI->getOperand(opNum+1).isReg() &&
122 MI->getOperand(opNum+1).getReg() == SP::G0
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 75 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
76 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O);
77 void printFSLImm(const MachineInstr *MI, int opNum, raw_ostream &O);
78 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
211 void MBlazeAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
213 const MachineOperand &MO = MI->getOperand(opNum);
260 void MBlazeAsmPrinter::printUnsignedImm(const MachineInstr *MI, int opNum,
262 const MachineOperand &MO = MI->getOperand(opNum);
266 printOperand(MI, opNum, O);
269 void MBlazeAsmPrinter::printFSLImm(const MachineInstr *MI, int opNum,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 64 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
65 void printInlineJT(const MachineInstr *MI, int opNum, raw_ostream &O,
67 void printInlineJT32(const MachineInstr *MI, int opNum, raw_ostream &O) {
68 printInlineJT(MI, opNum, O, ".jmptable32");
70 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
195 void XCoreAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum,
197 printOperand(MI, opNum, O);
199 if (MI->getOperand(opNum+1).isImm() && MI->getOperand(opNum+1).getImm() == 0)
203 printOperand(MI, opNum+1, O)
    [all...]
  /external/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,
73 const MachineOperand &MO = MI->getOperand(opNum);
  /external/icu4c/i18n/
plurrule.cpp 339 (curAndConstraint->opNum == -1 ) ) {
340 curAndConstraint->opNum=getNumberValue(token);
523 opNum=-1;
534 this->opNum=other.opNum;
560 value = (int32_t)value % opNum;
605 return uprv_max(opNum, maxLimit);
758 uprv_itou(digitString,16, andRule->opNum,10,0);
plurrule_impl.h 156 int32_t opNum;

Completed in 125 milliseconds