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

/external/valgrind/coregrind/
H A Dm_machine.c1012 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; local
1056 have_F = True;
1058 have_F = False;
1127 (Int)have_F, (Int)have_V, (Int)have_FX,
1131 if (have_V && !have_F)
1133 if (have_FX && !have_F)
1135 if (have_GX && !have_F)
1138 VG_(machine_ppc32_has_FP) = have_F ? 1 : 0;
1145 if (have_F) vai.hwcaps |= VEX_HWCAPS_PPC32_F;
1167 volatile Bool have_F, have_ local
[all...]

Completed in 190 milliseconds