HomeSort by relevance Sort by last modified time
    Searched full:hist_bits (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/cachegrind/
cg_branchpred.c 98 UWord hist_bits = shift_register & hist_mask; local
102 tl_assert(hist_bits <= hist_mask);
104 indx = (hist_bits << N_IADD_BITS) | iadd_bits;

Completed in 15 milliseconds