Home
last modified time | relevance | path

Searched refs:OpcodeInfo (Results 1 – 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDop.java19 import com.android.dx.io.OpcodeInfo;
134 return OpcodeInfo.getName(opcode); in getName()
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java20 import com.android.dx.io.OpcodeInfo;
261 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C()
369 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C()
503 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C()
676 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_41C()
699 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_52C()
723 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_5RC()
913 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList()
973 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange()
DDecodedInstruction.java20 import com.android.dx.io.OpcodeInfo;
72 InstructionCodec format = OpcodeInfo.getFormat(opcode); in decode()
/external/dexmaker/src/dx/java/com/android/dx/io/
DCodeReader.java102 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
DOpcodeInfo.java25 public final class OpcodeInfo { class
1368 private OpcodeInfo() { in OpcodeInfo() method in OpcodeInfo
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp318 std::vector<uint64_t> OpcodeInfo; in EmitPrintInstruction() local
359 OpcodeInfo.push_back(Idx+1); in EmitPrintInstruction()
395 OpcodeInfo[i] |= (uint64_t)InstIdxs[i] << (64-BitsLeft); in EmitPrintInstruction()
420 O << " " << (OpcodeInfo[i] & 0xffffffff) << "U,\t// " in EmitPrintInstruction()
434 O << " " << (OpcodeInfo[i] >> 32) << "U,\t// " in EmitPrintInstruction()