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

  /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/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/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);
qp.c 951 *n = make_node(branch_index(n), evacuate(qp, n));
998 *child = make_node(branch_index(child), new_grandtwigs);
1764 index = branch_index(n) | (1ULL << new_bit);
1852 *n = make_node(branch_index(n) & ~(1ULL << bit), ref);

Completed in 29 milliseconds