Home | History | Annotate | Download | only in callgrind

Lines Matching refs:UInt

57   UInt count;
58 UInt mask; /* e.g. for 64Byte line size 1bit/2Byte */
216 UInt set, way, i;
243 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag)
279 UInt set1 = ( a >> c->line_size_bits) & (c->sets_min_1);
280 UInt set2 = ((a+size-1) >> c->line_size_bits) & (c->sets_min_1);
342 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
383 UInt set1 = ( a >> c->line_size_bits) & (c->sets_min_1);
384 UInt set2 = ((a+size-1) >> c->line_size_bits) & (c->sets_min_1);
465 static UInt pf_lastblock[PF_STREAMS];
484 UInt stream = (a >> PF_PAGEBITS) % PF_STREAMS;
485 UInt block = ( a >> LL.line_size_bits);
677 UInt set1 = ( a >> L.line_size_bits) & (L.sets_min_1); \
678 UInt set2 = ((a+size-1) >> L.line_size_bits) & (L.sets_min_1); \
683 UInt use_mask; \
873 UInt setNo = (memline >> LL.line_size_bits) & (LL.sets_min_1);
928 UInt mask, Addr memline) \