Searched refs:have_VX (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/coregrind/ |
D | m_machine.c | 853 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; in VG_() local 933 have_VX = True; in VG_() 935 have_VX = False; in VG_() 960 (Int)have_GX, (Int)have_VX, (Int)have_DFP); in VG_() 979 if (have_VX) vai.hwcaps |= VEX_HWCAPS_PPC32_VX; in VG_() 995 volatile Bool have_F, have_V, have_FX, have_GX, have_VX, have_DFP; in VG_() local 1067 have_VX = True; in VG_() 1069 have_VX = False; in VG_() 1091 (Int)have_GX, (Int)have_VX, (Int)have_DFP); in VG_() 1104 if (have_VX) vai.hwcaps |= VEX_HWCAPS_PPC64_VX; in VG_()
|