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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 25 for (unsigned OpIndex = 0; OpIndex < Inst.getNumOperands(); ++OpIndex) {
26 const MCOperand &Op = Inst.getOperand(OpIndex);
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDOperand.h 39 unsigned int OpIndex;
47 /// @arg opIndex - The index of the operand in inst
51 unsigned int opIndex,
EDOperand.cpp 25 unsigned int opIndex,
29 OpIndex(opIndex),
35 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex];
59 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex];
127 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex];
246 return(Inst.ThisInstInfo->operandFlags[OpIndex] == kOperandTypeRegister);
254 return(Inst.ThisInstInfo->operandFlags[OpIndex] == kOperandTypeImmediate);
262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex];
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
PTXInstPrinter.cpp 61 int OpIndex;
65 OpIndex = 1;
68 OpIndex = MI->getNumOperands()-1;
71 int PredOp = MI->getOperand(OpIndex).getImm();
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 55 // OpIndex is the index of an operation within a VLIW
58 // OpIndex together form an operation pointer that can
61 OpIndex int
464 // and OpIndex) in r.state by opAdvance steps.
466 opIndex := r.state.OpIndex + opAdvance
467 r.state.Address += uint64(r.minInstructionLength * (opIndex / r.maxOpsPerInstruction))
468 r.state.OpIndex = opIndex % r.maxOpsPerInstruction
520 OpIndex: 0
    [all...]
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 55 // OpIndex is the index of an operation within a VLIW
58 // OpIndex together form an operation pointer that can
61 OpIndex int
464 // and OpIndex) in r.state by opAdvance steps.
466 opIndex := r.state.OpIndex + opAdvance
467 r.state.Address += uint64(r.minInstructionLength * (opIndex / r.maxOpsPerInstruction))
468 r.state.OpIndex = opIndex % r.maxOpsPerInstruction
520 OpIndex: 0
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 683 int OpIndex, PrintIndex;
684 std::tie(OpIndex, PrintIndex) = getOpData(Name);
687 OS << format("\\x%02X", (unsigned char)OpIndex + 1);
691 OS << format("\\xFF\\x%02X\\x%02X", OpIndex + 1, PrintIndex + 1);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 345 unsigned OpIndex = HexagonMCInstrInfo::getNewValueOp(*MCII, MI);
346 MCOperand &MCO = MI.getOperand(OpIndex);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 1000 milliseconds