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 - 4
of
4
) sorted by null
/external/valgrind/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
is '(address >>u 2)[
VG_TT_FAST_BITS
-1 : 0]' on those targets.
52
#define
VG_TT_FAST_BITS
15
53
#define VG_TT_FAST_SIZE (1 <<
VG_TT_FAST_BITS
)
/external/valgrind/coregrind/m_dispatch/
dispatch-ppc32-linux.S
456
rlwinm 4,3,1, 29-
VG_TT_FAST_BITS
, 28 /* entry# * 8 */
dispatch-ppc64be-linux.S
471
rldicl 4,3, 62, 64-
VG_TT_FAST_BITS
/* entry# */
dispatch-ppc64le-linux.S
536
rldicl 4,3, 62, 64-
VG_TT_FAST_BITS
/* entry# */
Completed in 1039 milliseconds