Searched refs:have_FX (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/ |
D | m_machine.c | 996 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; in VG_() local 1061 have_FX = True; in VG_() 1063 have_FX = False; in VG_() 1111 (Int)have_F, (Int)have_V, (Int)have_FX, in VG_() 1117 if (have_FX && !have_F) in VG_() 1118 have_FX = False; in VG_() 1131 if (have_FX) vai.hwcaps |= VEX_HWCAPS_PPC32_FX; in VG_() 1151 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; in VG_() local 1208 have_FX = True; in VG_() 1210 have_FX = False; in VG_() [all …]
|