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

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h 115 assert(mn < Mnemonic_Count);
713 static unsigned char opcodesHashMap[Mnemonic_Count][HASH_MAX];
717 static MnemonicDesc mnemonics[Mnemonic_Count];
721 static OpcodeDesc opcodes[Mnemonic_Count][MAX_OPCODES];
enc_defs_ext.h 337 Mnemonic_Count
enc_tabl.cpp 56 EncoderBase::MnemonicDesc EncoderBase::mnemonics[Mnemonic_Count];
57 EncoderBase::OpcodeDesc EncoderBase::opcodes[Mnemonic_Count][MAX_OPCODES];
58 unsigned char EncoderBase::opcodesHashMap[Mnemonic_Count][HASH_MAX];
207 char EnbcoderBase::opcodesHashMap[Mnemonic_Count][HASH_MAX] =
222 OpcodeDesc EncoderBase::opcodes[Mnemonic_Count][MAX_OPCODES] =
    [all...]
dec_base.cpp 163 for (unsigned mn=1; mn<Mnemonic_Count; mn++) {
enc_base.cpp 843 for (unsigned m = 1; m<Mnemonic_Count; m++) {
    [all...]
enc_defs.h 640 Mnemonic_Count

Completed in 43 milliseconds