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

  /src/external/gpl3/gdb.old/dist/sim/cris/
crisv32f.c 426 int pred_taken = (profp->branch_predictors[branch_index] & 2) != 0; local
428 if (taken != pred_taken)
  /src/external/gpl3/gdb/dist/sim/cris/
crisv32f.c 426 int pred_taken = (profp->branch_predictors[branch_index] & 2) != 0; local
428 if (taken != pred_taken)

Completed in 16 milliseconds