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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 215 unsigned int OpIndex;
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/
R600MCCodeEmitter.cpp 215 unsigned int OpIndex;
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/
AsmWriterEmitter.cpp 707 int OpIndex, PrintIndex;
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);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 290 milliseconds