Searched refs:branch_index (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/cris/
H A Dcrisv32f.c421 int branch_index = (pc & (N_CRISV32_BRANCH_PREDICTORS - 1)) >> 1; local
422 int pred_taken = (profp->branch_predictors[branch_index] & 2) != 0;
432 if (profp->branch_predictors[branch_index] < 3)
433 profp->branch_predictors[branch_index]++;
439 if (profp->branch_predictors[branch_index] != 0)
440 profp->branch_predictors[branch_index]--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/cris/
H A Dcrisv32f.c421 int branch_index = (pc & (N_CRISV32_BRANCH_PREDICTORS - 1)) >> 1; local
422 int pred_taken = (profp->branch_predictors[branch_index] & 2) != 0;
432 if (profp->branch_predictors[branch_index] < 3)
433 profp->branch_predictors[branch_index]++;
439 if (profp->branch_predictors[branch_index] != 0)
440 profp->branch_predictors[branch_index]--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/cris/
H A Dcrisv32f.c421 int branch_index = (pc & (N_CRISV32_BRANCH_PREDICTORS - 1)) >> 1; local
422 int pred_taken = (profp->branch_predictors[branch_index] & 2) != 0;
432 if (profp->branch_predictors[branch_index] < 3)
433 profp->branch_predictors[branch_index]++;
439 if (profp->branch_predictors[branch_index] != 0)
440 profp->branch_predictors[branch_index]--;

Completed in 119 milliseconds