Searched refs:OpIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp215 unsigned int OpIndex; local
216 for (OpIndex = 1; OpIndex < NumOperands; OpIndex++) {
218 if (MI.getOperand(OpIndex).isImm() || MI.getOperand(OpIndex).isFPImm()) {
221 EmitSrc(MI, OpIndex, OS);
225 for ( ; OpIndex < 4; OpIndex++) {
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DR600MCCodeEmitter.cpp215 unsigned int OpIndex; local
216 for (OpIndex = 1; OpIndex < NumOperands; OpIndex++) {
218 if (MI.getOperand(OpIndex).isImm() || MI.getOperand(OpIndex).isFPImm()) {
221 EmitSrc(MI, OpIndex, OS);
225 for ( ; OpIndex < 4; OpIndex++) {
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp707 int OpIndex, PrintIndex; local
708 std::tie(OpIndex, PrintIndex) = getOpData(Name);
711 OS << format("\\x%02X", (unsigned char)OpIndex + 1);
715 OS << format("\\xFF\\x%02X\\x%02X", OpIndex + 1, PrintIndex + 1);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1633 unsigned TypeIndex, OpIndex; local
1647 case Instruction::SDiv: OpIndex = 0; break;
1648 case Instruction::SRem: OpIndex = 1; break;
1649 case Instruction::UDiv: OpIndex = 2; break;
1650 case Instruction::URem: OpIndex = 3; break;
1654 const DivRemEntry::DivRemResult &OpEntry = TypeEntry.ResultTable[OpIndex];

Completed in 750 milliseconds