HomeSort by: relevance | last modified time | path
    Searched refs:nr_branch_predict_trues (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 219 count_type nr_branch_predict_trues; /* # branches predicted correctly */
898 if (model_ptr->nr_branch_predict_trues) {
901 tail->count = model_ptr->nr_branch_predict_trues;
980 model_ptr->nr_branch_predict_trues++;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 219 count_type nr_branch_predict_trues; /* # branches predicted correctly */
898 if (model_ptr->nr_branch_predict_trues) {
901 tail->count = model_ptr->nr_branch_predict_trues;
980 model_ptr->nr_branch_predict_trues++;

Completed in 18 milliseconds