OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VEX_HWCAPS_PPC64_V
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/VEX/pub/
libvex.h
91
#define
VEX_HWCAPS_PPC64_V
(1<<12) /* Altivec (VMX) */
/external/valgrind/main/VEX/priv/
main_main.c
835
const UInt V =
VEX_HWCAPS_PPC64_V
;
[
all
...]
guest_ppc_toIR.c
[
all
...]
host_ppc_isel.c
[
all
...]
/external/valgrind/main/coregrind/
m_machine.c
829
if (have_V) vai.hwcaps |=
VEX_HWCAPS_PPC64_V
;
[
all
...]
Completed in 976 milliseconds