Searched refs:VG_TT_FAST_BITS (Results 1 - 4 of 4) sorted by relevance
/external/valgrind/coregrind/ |
H A D | pub_core_transtab_asm.h | 35 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/coregrind/m_dispatch/ |
H A D | dispatch-ppc32-linux.S | 456 rlwinm 4,3,1, 29-VG_TT_FAST_BITS, 28 /* entry# * 8 */
|
H A D | dispatch-ppc64be-linux.S | 471 rldicl 4,3, 62, 64-VG_TT_FAST_BITS /* entry# */
|
H A D | dispatch-ppc64le-linux.S | 536 rldicl 4,3, 62, 64-VG_TT_FAST_BITS /* entry# */
|
Completed in 114 milliseconds