Searched refs:have_VX (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 1093 have_VX = True; in VG_() 1095 have_VX = False; in VG_() 1128 (Int)have_GX, (Int)have_VX, (Int)have_DFP, in VG_() 1149 if (have_VX) vai.hwcaps |= VEX_HWCAPS_PPC32_VX; in VG_() 1167 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; in VG_() local 1240 have_VX = True; in VG_() 1242 have_VX = False; in VG_() 1272 (Int)have_GX, (Int)have_VX, (Int)have_DFP, in VG_() 1293 if (have_VX) vai.hwcaps |= VEX_HWCAPS_PPC64_VX; in VG_()
|