Searched refs:tag_shift (Results 1 – 2 of 2) sorted by relevance
48 Int tag_shift; member65 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; \
77 int tag_shift; member186 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()