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

  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 220 count_type nr_branch_predict_falses; /* # branches predicted incorrectly */
907 if (model_ptr->nr_branch_predict_falses) {
910 tail->count = model_ptr->nr_branch_predict_falses;
982 model_ptr->nr_branch_predict_falses++;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 220 count_type nr_branch_predict_falses; /* # branches predicted incorrectly */
907 if (model_ptr->nr_branch_predict_falses) {
910 tail->count = model_ptr->nr_branch_predict_falses;
982 model_ptr->nr_branch_predict_falses++;

Completed in 19 milliseconds