Searched refs:have_F (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
896 have_F = True;
898 have_F = False;
959 (Int)have_F, (Int)have_V, (Int)have_FX,
962 if (have_V && !have_F)
964 if (have_FX && !have_F)
966 if (have_GX && !have_F)
969 VG_(machine_ppc32_has_FP) = have_F ? 1 : 0;
975 if (have_F) vai.hwcaps |= VEX_HWCAPS_PPC32_F;
995 volatile Bool have_F, have_ local
[all...]

Completed in 21 milliseconds