Searched refs:pinst (Results 1 – 2 of 2) sorted by relevance
61 unsigned int DecoderBase::fill_prefs(const unsigned char * bytes, Inst * pinst) in fill_prefs() argument78 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 …]
115 static unsigned decode(const void * addr, Inst * pinst);118 const unsigned char ** pbuf, Inst * pinst125 Inst * pinst130 static bool try_mn(Mnemonic mn, const unsigned char ** pbuf, Inst * pinst);131 static unsigned int fill_prefs( const unsigned char * bytes, Inst * pinst);