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

  /libcore/dalvik/src/main/java/dalvik/bytecode/
OpcodeInfo.java 22 public final class OpcodeInfo {
65 private OpcodeInfo() {
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 108 {OpcodeInfo::all, {0xFE, _1}, {r_m8}, DU },
109 {OpcodeInfo::em64t, {REX_W, 0xFF, _1}, {r_m64}, DU },
272 unsigned short EncoderBase::getHash(const OpcodeInfo* odesc)
314 #define END_OPCODES() { OpcodeInfo::all, {OpcodeByteKind_LAST} }}
332 {OpcodeInfo::ia32, {0x9F}, {EAX}, D },
342 // are enough to define OpcodeInfo::all opcodes and the 'first_opcode'
349 {OpcodeInfo::decoder, {opcode_starts_from + 4, ib}, {AL, imm8}, DU_U },\
350 {OpcodeInfo::decoder, {Size16, opcode_starts_from + 5, iw}, {AX, imm16}, DU_U },\
351 {OpcodeInfo::decoder, {opcode_starts_from + 5, id}, {EAX, imm32}, DU_U },\
352 {OpcodeInfo::decoder64, {REX_W, opcode_starts_from+5, id}, {RAX, imm32s},DU_U },
    [all...]
enc_base.h 38 struct OpcodeInfo;
728 static unsigned short getHash(const OpcodeInfo* odesc);
enc_prvt.h 290 struct OpcodeInfo {
345 * MnemonicInfo::OpcodeInfo[] instead of OpcodeDesc[].
377 OpcodeInfo opcodes[25];
enc_base.cpp 791 if (opcode.platf == OpcodeInfo::decoder) {
805 if (opcode.platf == OpcodeInfo::decoder) {
827 assert(odesc->platf != OpcodeInfo::decoder);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 19 import com.android.dx.io.OpcodeInfo;
134 return OpcodeInfo.getName(opcode);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java 19 import com.android.dx.io.OpcodeInfo;
134 return OpcodeInfo.getName(opcode);
  /dalvik/opcode-gen/
regen-all 39 ${progdir}/opcode-gen dx/src/com/android/dx/io/OpcodeInfo.java
48 ../libcore/dalvik/src/main/java/dalvik/bytecode/OpcodeInfo.java
  /dalvik/dx/src/com/android/dx/io/
CodeReader.java 102 switch (OpcodeInfo.getIndexType(one.getOpcode())) {
OpcodeInfo.java 25 public final class OpcodeInfo {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
CodeReader.java 102 switch (OpcodeInfo.getIndexType(one.getOpcode())) {
OpcodeInfo.java 25 public final class OpcodeInfo {
    [all...]
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 25 import com.android.dx.io.OpcodeInfo;
85 + " (" + OpcodeInfo.getName(one.getOpcode()) + ")");
95 + " (" + OpcodeInfo.getName(one.getOpcode()) + ")");
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 20 import com.android.dx.io.OpcodeInfo;
261 IndexType indexType = OpcodeInfo.getIndexType(opcode);
369 IndexType indexType = OpcodeInfo.getIndexType(opcode);
503 IndexType indexType = OpcodeInfo.getIndexType(opcode);
676 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit);
699 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit);
723 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit);
    [all...]
DecodedInstruction.java 20 import com.android.dx.io.OpcodeInfo;
72 InstructionCodec format = OpcodeInfo.getFormat(opcode);
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 20 import com.android.dx.io.OpcodeInfo;
72 InstructionCodec format = OpcodeInfo.getFormat(opcode);
InstructionCodec.java 20 import com.android.dx.io.OpcodeInfo;
261 IndexType indexType = OpcodeInfo.getIndexType(opcode);
369 IndexType indexType = OpcodeInfo.getIndexType(opcode);
503 IndexType indexType = OpcodeInfo.getIndexType(opcode);
780 IndexType indexType = OpcodeInfo.getIndexType(opcode);
840 IndexType indexType = OpcodeInfo.getIndexType(opcode);
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java 42 import dalvik.bytecode.OpcodeInfo;
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 314 /// OpcodeInfo - This encodes the index of the string to use for the first
316 std::vector<unsigned> OpcodeInfo;
357 OpcodeInfo.push_back(Idx+1);
394 OpcodeInfo[i] |= InstIdxs[i] << (BitsLeft+AsmStrBits);
416 O << " " << OpcodeInfo[i] << "U,\t// "
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1510 milliseconds