Searched refs:have_FX (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/ |
D | m_machine.c | 1012 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; in VG_() local 1077 have_FX = True; in VG_() 1079 have_FX = False; in VG_() 1127 (Int)have_F, (Int)have_V, (Int)have_FX, in VG_() 1133 if (have_FX && !have_F) in VG_() 1134 have_FX = False; in VG_() 1147 if (have_FX) vai.hwcaps |= VEX_HWCAPS_PPC32_FX; in VG_() 1167 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; in VG_() local 1224 have_FX = True; in VG_() 1226 have_FX = False; in VG_() [all …]
|