HomeSort by relevance Sort by last modified time
    Searched full:opindex (Results 1 - 18 of 18) sorted by null

  /external/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.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];
EDOperand.h 39 unsigned int OpIndex;
47 /// @arg opIndex - The index of the operand in inst
51 unsigned int opIndex,
  /dalvik/vm/
InlineNative.h 98 * Perform the operation specified by "opIndex".
108 JValue* pResult, int opIndex)
110 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult);
117 JValue* pResult, int opIndex);
122 extern "C" Method* dvmResolveInlineNative(int opIndex);
InlineNative.cpp 875 Method* dvmResolveInlineNative(int opIndex)
877 assert(opIndex >= 0 && opIndex < NELEM(gDvmInlineOpsTable));
878 Method* method = gDvm.inlinedMethods[opIndex];
884 gDvmInlineOpsTable[opIndex].classDescriptor,
885 gDvmInlineOpsTable[opIndex].methodName,
886 gDvmInlineOpsTable[opIndex].methodSignature);
893 gDvm.inlinedMethods[opIndex] = method;
909 JValue* pResult, int opIndex)
911 Method* method = dvmResolveInlineNative(opIndex);
    [all...]
  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 8 * (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult)
  /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);
  /dalvik/vm/mterp/
gen-mterp.py 318 def loadAndEmitAltStub(source, opindex):
319 op = opcodes[opindex]
323 dict.update({ "opcode":op, "opnum":opindex })
362 def loadAndEmitC(location, opindex):
363 op = opcodes[opindex]
368 dict.update({ "opcode":op, "opnum":opindex })
378 def loadAndEmitAsm(location, opindex, sister_list):
379 op = opcodes[opindex]
382 dict.update({ "opcode":op, "opnum":opindex })
  /external/llvm/utils/TableGen/
EDEmitter.cpp 381 unsigned opIndex;
383 opIndex = inst.Operands.getOperandNamed(std::string(opName));
385 operandFlags[opIndex]->addEntry(opFlag);
751 unsigned opIndex;
752 opIndex = inst.Operands.getOperandNamed("func");
753 if (operandTypes[opIndex]->is("kOperandTypeImmediate"))
754 operandTypes[opIndex]->set("kOperandTypeARMBranchTarget");
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE_RANGE.S 61 * r10: opIndex
OP_EXECUTE_INLINE.S 68 * r10: opIndex
  /dalvik/vm/compiler/template/
gen-template.py 195 def loadAndEmitAsm(location, opindex, sister_list):
196 op = opcodes[opindex]
199 dict.update({ "opcode":op, "opnum":opindex })
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed-in.texi 193 @opindex --version
199 @opindex --help
208 @opindex -n
209 @opindex --quiet
210 @opindex --silent
221 @opindex -e
222 @opindex --expression
229 @opindex -f
230 @opindex --file
237 @opindex -
    [all...]
sed.texi 194 @opindex --version
200 @opindex --help
209 @opindex -n
210 @opindex --quiet
211 @opindex --silent
222 @opindex -e
223 @opindex --expression
230 @opindex -f
231 @opindex --file
238 @opindex -
    [all...]
  /external/qemu/
ppc-dis.c 5279 const unsigned char *opindex; local
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 135 * | ObjectReferenceTag <opIndex:IndexType>
    [all...]
  /external/clang/test/
cxx-sections.data     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]

Completed in 881 milliseconds