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

  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 65 bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNum,
68 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
69 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O);
70 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
71 void printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O);
72 void printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
MipsAsmPrinter.cpp 397 unsigned OpNum, unsigned AsmVariant,
403 const MachineOperand &MO = MI->getOperand(OpNum);
409 void MipsAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
411 const MachineOperand &MO = MI->getOperand(opNum);
481 void MipsAsmPrinter::printUnsignedImm(const MachineInstr *MI, int opNum,
483 const MachineOperand &MO = MI->getOperand(opNum);
487 printOperand(MI, opNum, O);
491 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O) {
495 printOperand(MI, opNum+1, O);
497 printOperand(MI, opNum, O)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 40 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &OS);
41 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &OS,
43 void printCCOperand(const MachineInstr *MI, int opNum, raw_ostream &OS);
72 void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
74 const MachineOperand &MO = MI->getOperand (opNum);
111 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum,
113 printOperand(MI, opNum, O);
118 printOperand(MI, opNum+1, O);
122 if (MI->getOperand(opNum+1).isReg() &&
123 MI->getOperand(opNum+1).getReg() == SP::G0
    [all...]
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 145 void MipsInstPrinter::printUnsignedImm(const MCInst *MI, int opNum,
147 const MCOperand &MO = MI->getOperand(opNum);
151 printOperand(MI, opNum, O);
155 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) {
159 printOperand(MI, opNum+1, O);
161 printOperand(MI, opNum, O);
166 printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O) {
169 printOperand(MI, opNum, O);
171 printOperand(MI, opNum+1, O);
176 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/MBlaze/
MBlazeAsmPrinter.cpp 73 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
74 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O);
75 void printFSLImm(const MachineInstr *MI, int opNum, raw_ostream &O);
76 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
209 void MBlazeAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
211 const MachineOperand &MO = MI->getOperand(opNum);
258 void MBlazeAsmPrinter::printUnsignedImm(const MachineInstr *MI, int opNum,
260 const MachineOperand &MO = MI->getOperand(opNum);
264 printOperand(MI, opNum, O);
267 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/icu4c/i18n/
plurrule.cpp 398 (curAndConstraint->opNum == -1 ) ) {
399 curAndConstraint->opNum=getNumberValue(token);
750 opNum=-1;
761 this->opNum=other.opNum;
792 value = (int32_t)value % opNum;
842 return uprv_max(opNum, maxLimit);
1011 uprv_itou(digitString,16, andRule->opNum,10,0);
    [all...]
plurrule_impl.h 148 int32_t opNum;

Completed in 237 milliseconds