Searched defs:have_DFP (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
1101 have_DFP = True;
1103 have_DFP = False;
1128 (Int)have_GX, (Int)have_VX, (Int)have_DFP,
1150 if (have_DFP) vai.hwcaps |= VEX_HWCAPS_PPC32_DFP;
1167 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; local
1248 have_DFP = True;
1250 have_DFP = False;
1272 (Int)have_GX, (Int)have_VX, (Int)have_DFP,
1294 if (have_DFP) va
[all...]

Completed in 51 milliseconds