Home
last modified time | relevance | path

Searched refs:pinst (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Ddec_base.cpp61 unsigned int DecoderBase::fill_prefs(const unsigned char * bytes, Inst * pinst) in fill_prefs() argument
78 return pinst->prefc; in fill_prefs()
106 return pinst->prefc; in fill_prefs()
108 return pinst->prefc; in fill_prefs()
119 return pinst->prefc; in fill_prefs()
124 if (InstPrefix_Null != pinst->pref[where]) //only one prefix in each group in fill_prefs()
127 pinst->pref[where] = (InstPrefix)by1; in fill_prefs()
129 if (pinst->prefc >= 4) //no more than 4 prefixes in fill_prefs()
132 pinst->prefc++; in fill_prefs()
139 unsigned DecoderBase::decode(const void * addr, Inst * pinst) in decode() argument
[all …]
Ddec_base.h115 static unsigned decode(const void * addr, Inst * pinst);
118 const unsigned char ** pbuf, Inst * pinst
125 Inst * pinst
130 static bool try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pinst);
131 static unsigned int fill_prefs( const unsigned char * bytes, Inst * pinst);