Searched refs:VG_TT_FAST_BITS (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_transtab_asm.h35 mapped cache, with 2^VG_TT_FAST_BITS entries.
38 'address[VG_TT_FAST_BITS-1 : 0]'.
43 is '(address >>u 2)[VG_TT_FAST_BITS-1 : 0]' on those targets.
52 #define VG_TT_FAST_BITS 15 macro
53 #define VG_TT_FAST_SIZE (1 << VG_TT_FAST_BITS)
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-ppc64-linux.S470 rldicl 4,3, 62, 64-VG_TT_FAST_BITS /* entry# */
H A Ddispatch-ppc32-linux.S456 rlwinm 4,3,1, 29-VG_TT_FAST_BITS, 28 /* entry# * 8 */

Completed in 106 milliseconds