Searched refs:pref (Results 1 – 5 of 5) sorted by relevance
54 pref[i] = InstPrefix_Null; in Inst()78 InstPrefix pref[4]; member
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()
640 InstrPrefix pref) argument642 if (pref != no_prefix) {643 assert(pref == hint_branch_taken_prefix || pref == hint_branch_taken_prefix);644 stream = prefix(stream, pref);655 InstrPrefix pref) argument657 if (pref != no_prefix) {658 assert(pref == hint_branch_taken_prefix || pref == hint_branch_taken_prefix);659 stream = prefix(stream, pref);
655 char * EncoderBase::prefix(char* stream, InstPrefix pref) in prefix() argument657 if (pref== InstPrefix_Null) { in prefix()661 *stream = (char)pref; in prefix()
103 static char * prefix(char* stream, InstPrefix pref);