Searched refs:OpIndex (Results 1 – 4 of 4) sorted by relevance
25 for (unsigned OpIndex = 0; OpIndex < Inst.getNumOperands(); ++OpIndex) { in EmitInstruction() local26 const MCOperand &Op = Inst.getOperand(OpIndex); in EmitInstruction()
215 unsigned int OpIndex; in EmitALUInstr() local216 for (OpIndex = 1; OpIndex < NumOperands; OpIndex++) { in EmitALUInstr()218 if (MI.getOperand(OpIndex).isImm() || MI.getOperand(OpIndex).isFPImm()) { in EmitALUInstr()221 EmitSrc(MI, OpIndex, OS); in EmitALUInstr()225 for ( ; OpIndex < 4; OpIndex++) { in EmitALUInstr()
717 int OpIndex, PrintIndex; in print() local718 std::tie(OpIndex, PrintIndex) = getOpData(Name); in print()721 OS << format("\\x%02X", (unsigned char)OpIndex + 1); in print()725 OS << format("\\xFF\\x%02X\\x%02X", OpIndex + 1, PrintIndex + 1); in print()
1638 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local1652 case Instruction::SDiv: OpIndex = 0; break; in X86SelectDivRem()1653 case Instruction::SRem: OpIndex = 1; break; in X86SelectDivRem()1654 case Instruction::UDiv: OpIndex = 2; break; in X86SelectDivRem()1655 case Instruction::URem: OpIndex = 3; break; in X86SelectDivRem()1659 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex]; in X86SelectDivRem()