Lines Matching refs:supported_
135 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1; in ProbeImpl()
136 if (cpu.has_ssse3() && FLAG_enable_ssse3) supported_ |= 1u << SSSE3; in ProbeImpl()
137 if (cpu.has_sse3() && FLAG_enable_sse3) supported_ |= 1u << SSE3; in ProbeImpl()
140 supported_ |= 1u << AVX; in ProbeImpl()
144 supported_ |= 1u << FMA3; in ProbeImpl()
146 if (cpu.has_bmi1() && FLAG_enable_bmi1) supported_ |= 1u << BMI1; in ProbeImpl()
147 if (cpu.has_bmi2() && FLAG_enable_bmi2) supported_ |= 1u << BMI2; in ProbeImpl()
148 if (cpu.has_lzcnt() && FLAG_enable_lzcnt) supported_ |= 1u << LZCNT; in ProbeImpl()
149 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT; in ProbeImpl()
151 if (cpu.is_atom()) supported_ |= 1u << ATOM; in ProbeImpl()
153 supported_ |= 1u << ATOM; in ProbeImpl()