Lines Matching refs:supported_
163 supported_ |= CpuFeaturesImpliedByCompiler(); in ProbeImpl()
201 supported_ |= (1u << DISTINCT_OPS); in ProbeImpl()
205 supported_ |= (1u << GENERAL_INSTR_EXT); in ProbeImpl()
209 supported_ |= (1u << FLOATING_POINT_EXT); in ProbeImpl()
214 supported_ |= (1u << VECTOR_FACILITY); in ProbeImpl()
219 supported_ |= (1u << VECTOR_ENHANCE_FACILITY_1); in ProbeImpl()
224 supported_ |= (1u << VECTOR_ENHANCE_FACILITY_2); in ProbeImpl()
228 supported_ |= (1u << MISC_INSTR_EXT2); in ProbeImpl()
233 supported_ |= (1u << DISTINCT_OPS); in ProbeImpl()
235 supported_ |= (1u << GENERAL_INSTR_EXT); in ProbeImpl()
236 supported_ |= (1u << FLOATING_POINT_EXT); in ProbeImpl()
237 supported_ |= (1u << MISC_INSTR_EXT2); in ProbeImpl()
240 supported_ |= (1u << VECTOR_FACILITY); in ProbeImpl()
241 supported_ |= (1u << VECTOR_ENHANCE_FACILITY_1); in ProbeImpl()
243 supported_ |= (1u << FPU); in ProbeImpl()