Home | Sort by relevance Sort by last modified time |
/external/valgrind/main/cachegrind/ | |
cg_branchpred.c | 99 UWord hist_bits = shift_register & hist_mask; local 103 tl_assert(hist_bits <= hist_mask); 105 indx = (hist_bits << N_IADD_BITS) | iadd_bits; |