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