Searched refs:mispredict (Results 1 – 4 of 4) sorted by relevance
97 Bool predicted_taken, actually_taken, mispredict; in do_cond_branch_predict() local115 mispredict = (actually_taken && (!predicted_taken)) in do_cond_branch_predict()131 return mispredict ? 1 : 0; in do_cond_branch_predict()145 Bool mispredict; in do_ind_branch_predict() local150 mispredict = btac[indx] != actual; in do_ind_branch_predict()152 return mispredict ? 1 : 0; in do_ind_branch_predict()
81 dso_from, dso_to, symbol_from, symbol_to, mispredict.87 - mispredict: "N" for predicted branch, "Y" for mispredicted branch
64 Might also have the effect of spreading out the indirect mispredict
1081 let MispredictPenalty = 14; // A branch direction mispredict.