Home
last modified time | relevance | path

Searched refs:tag_shift (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/cachegrind/
Dcg_sim.c48 Int tag_shift; member
65 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets); in cachesim_initcache()
103 UWord tag = a >> L.tag_shift; \
163 tag2 = (a+size-1) >> L.tag_shift; \
/external/valgrind/main/callgrind/
Dsim.c77 int tag_shift; member
186 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets); in cachesim_initcache()
187 c->tag_mask = ~((1<<c->tag_shift)-1); in cachesim_initcache()
281 UWord tag = a >> c->tag_shift; in cachesim_ref()
290 UWord tag2 = (a+size-1) >> c->tag_shift; in cachesim_ref()
663 if ( (1<<c->tag_shift) < c->assoc) { in cacheuse_initcache()
666 (1<<c->tag_shift) ); in cacheuse_initcache()