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

  /src/external/gpl3/gdb.old/dist/sim/cris/
crisv32f.c 425 int branch_index = (pc & (N_CRISV32_BRANCH_PREDICTORS - 1)) >> 1; local
426 int pred_taken = (profp->branch_predictors[branch_index] & 2) != 0;
436 if (profp->branch_predictors[branch_index] < 3)
437 profp->branch_predictors[branch_index]++;
443 if (profp->branch_predictors[branch_index] != 0)
444 profp->branch_predictors[branch_index]--;
  /src/external/gpl3/gdb/dist/sim/cris/
crisv32f.c 425 int branch_index = (pc & (N_CRISV32_BRANCH_PREDICTORS - 1)) >> 1; local
426 int pred_taken = (profp->branch_predictors[branch_index] & 2) != 0;
436 if (profp->branch_predictors[branch_index] < 3)
437 profp->branch_predictors[branch_index]++;
443 if (profp->branch_predictors[branch_index] != 0)
444 profp->branch_predictors[branch_index]--;
  /src/external/mpl/bind/dist/lib/dns/
qp_p.h 655 branch_index(dns_qpnode_t *n) { function
685 return (size_t)(branch_index(n) >> SHIFT_OFFSET);
756 uint64_t bitmap = branch_index(n) & mask;
792 return branch_index(n) & (1ULL << bit);

Completed in 29 milliseconds