Searched defs:mn (Results 1 – 8 of 8) sorted by relevance
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | dec_base.h | 60 Mnemonic mn; member 108 inline bool is_jcc(Mnemonic mn) in is_jcc()
|
D | enc_base.cpp | 293 char * EncoderBase::encode(char * stream, Mnemonic mn, const Operands& opnds) in encode() 746 static unsigned find(Mnemonic mn, unsigned hash) in find() 765 static void put(Mnemonic mn, unsigned hash, unsigned idx) in put() 774 EncoderBase::lookup(Mnemonic mn, const Operands& opnds) in lookup()
|
D | enc_base.h | 113 static const MnemonicDesc * getMnemonicDesc(Mnemonic mn) in getMnemonicDesc() 132 static const char * getMnemonicString(Mnemonic mn) in getMnemonicString() 137 static const char * toStr(Mnemonic mn) in toStr() 264 Mnemonic mn; member
|
D | dec_base.cpp | 163 for (unsigned mn=1; mn<Mnemonic_Count; mn++) { in decode() local 369 bool DecoderBase::try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pinst) { in try_mn()
|
D | enc_tabl.cpp | 310 #define BEGIN_MNEMONIC(mn, flags, roles) \ argument
|
D | enc_prvt.h | 353 Mnemonic mn; member
|
/dalvik/vm/analysis/ |
D | VerifySubs.cpp | 34 const char* mn = "trimApplications"; in dvmWantVerboseVerification() local
|
D | RegisterMap.cpp | 476 const char* mn = "readResponse"; in verifyMap() local
|