OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_TT_FAST_BITS
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/coregrind/
pub_core_transtab_asm.h
35
mapped cache, with 2^
VG_TT_FAST_BITS
entries.
38
'address[
VG_TT_FAST_BITS
-1 : 0]'.
43
2)[
VG_TT_FAST_BITS
-1 : 0]' on those targets.
48
#define
VG_TT_FAST_BITS
15
49
#define VG_TT_FAST_SIZE (1 <<
VG_TT_FAST_BITS
)
/external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-aix5.S
296
rlwinm 4,3,1, 29-
VG_TT_FAST_BITS
, 28 /* entry# * 8 */
349
rlwinm 4,3,1, 29-
VG_TT_FAST_BITS
, 28 /* entry# * 8 */
dispatch-ppc32-linux.S
280
rlwinm 4,3,1, 29-
VG_TT_FAST_BITS
, 28 /* entry# * 8 */
334
rlwinm 4,3,1, 29-
VG_TT_FAST_BITS
, 28 /* entry# * 8 */
dispatch-ppc64-aix5.S
282
rldicl 4,3, 62, 64-
VG_TT_FAST_BITS
/* entry# */
335
rldicl 4,3, 62, 64-
VG_TT_FAST_BITS
/* entry# */
dispatch-ppc64-linux.S
293
rldicl 4,3, 62, 64-
VG_TT_FAST_BITS
/* entry# */
360
rldicl 4,3, 62, 64-
VG_TT_FAST_BITS
/* entry# */
Completed in 164 milliseconds