Searched refs:have_V (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_machine.c853 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; local
904 have_V = True;
906 have_V = False;
959 (Int)have_F, (Int)have_V, (Int)have_FX,
962 if (have_V && !have_F)
963 have_V = False;
970 VG_(machine_ppc32_has_VMX) = have_V ? 1 : 0;
976 if (have_V) vai.hwcaps |= VEX_HWCAPS_PPC32_V;
995 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; local
1043 have_V
[all...]

Completed in 71 milliseconds