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

  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDInst.cpp 107 unsigned int opIndex;
110 for (opIndex = 0; opIndex < ThisInstInfo->numOperands; ++opIndex) {
112 (ThisInstInfo->operandFlags[opIndex] & kOperandFlagTarget)) {
113 BranchTarget = opIndex;
116 if (ThisInstInfo->operandFlags[opIndex] & kOperandFlagSource)
117 MoveSource = opIndex;
118 else if (ThisInstInfo->operandFlags[opIndex] & kOperandFlagTarget)
119 MoveTarget = opIndex;
    [all...]
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/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 189 private void checkTarget(int opIndex, int target, int codeLength,
194 throw new BadBytecode("bad branch offset at " + opIndex);
201 "," + d + ") at " + opIndex);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 385 unsigned opIndex;
387 opIndex = inst.Operands.getOperandNamed(std::string(opName));
389 operandFlags[opIndex]->addEntry(opFlag);
781 unsigned opIndex;
782 opIndex = inst.Operands.getOperandNamed("func");
783 if (operandTypes[opIndex]->is("kOperandTypeImmediate"))
784 operandTypes[opIndex]->set("kOperandTypeARMBranchTarget");
  /frameworks/ml/nn/runtime/
ModelBuilder.cpp 370 int opIndex = opsReadyToRun.back();
372 const Operation& operation = mOperations[opIndex];
374 runOrder.push_back(mOperations[opIndex]);
  /prebuilts/misc/common/swig/include/2.0.11/d/
doperators.swg 55 %rename(opIndex) *::operator[](unsigned) const;
186 %rename(opIndex) *::operator[];
std_vector.i 47 public $typemap(dtype, CTYPE) opIndex(size_t index) {
283 ValueType opIndex(size_t i) {
  /external/capstone/bindings/java/
TestX86.java 89 int index = ins.opIndex(X86_OP_IMM, i + 1);
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 37 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
38 RecordedOp* op = displayList.getOps()[opIndex];
    [all...]
  /frameworks/base/libs/hwui/
FrameBuilder.cpp 511 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
512 const RecordedOp* op = displayList.getOps()[opIndex];
517 static_cast<int>(opIndex) == displayList.projectionReceiveIndex)) {
    [all...]
RecordingCanvas.cpp 546 int opIndex = addOp(op);
547 if (CC_LIKELY(opIndex >= 0)) {
556 mDisplayList->projectionReceiveIndex = opIndex;
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 56 // OpIndex is the index of an operation within a VLIW
59 // OpIndex together form an operation pointer that can
62 OpIndex int
465 // and OpIndex) in r.state by opAdvance steps.
467 opIndex := r.state.OpIndex + opAdvance
468 r.state.Address += uint64(r.minInstructionLength * (opIndex / r.maxOpsPerInstruction))
469 r.state.OpIndex = opIndex % r.maxOpsPerInstruction
521 OpIndex: 0
    [all...]
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 56 // OpIndex is the index of an operation within a VLIW
59 // OpIndex together form an operation pointer that can
62 OpIndex int
465 // and OpIndex) in r.state by opAdvance steps.
467 opIndex := r.state.OpIndex + opAdvance
468 r.state.Address += uint64(r.minInstructionLength * (opIndex / r.maxOpsPerInstruction))
469 r.state.OpIndex = opIndex % r.maxOpsPerInstruction
521 OpIndex: 0
    [all...]
  /external/capstone/bindings/java/capstone/
Capstone.java 209 public int opIndex(int type, int index) {
  /external/annotation-tools/asmx/
javassist.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 516 milliseconds