OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VEX_HWCAPS_PPC64_GX
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/VEX/pub/
libvex.h
93
#define
VEX_HWCAPS_PPC64_GX
(1<<14) /* Graphics extns
/external/valgrind/main/VEX/priv/
main_main.c
837
const UInt GX =
VEX_HWCAPS_PPC64_GX
;
[
all
...]
guest_ppc_toIR.c
[
all
...]
host_ppc_isel.c
[
all
...]
/external/valgrind/main/coregrind/
m_machine.c
831
if (have_GX) vai.hwcaps |=
VEX_HWCAPS_PPC64_GX
;
[
all
...]
Completed in 9695 milliseconds