Lines Matching refs:supported_
71 supported_ |= CpuFeaturesImpliedByCompiler(); in ProbeImpl()
80 supported_ |= 1u << FPU; in ProbeImpl()
83 supported_ |= 1u << FP64FPU; in ProbeImpl()
85 supported_ |= 1u << MIPS_SIMD; in ProbeImpl()
89 supported_ |= 1u << FP64FPU; in ProbeImpl()
94 if (cpu.has_fpu()) supported_ |= 1u << FPU; in ProbeImpl()
96 if (cpu.is_fp64_mode()) supported_ |= 1u << FP64FPU; in ProbeImpl()
98 supported_ |= 1u << FP64FPU; in ProbeImpl()
101 supported_ |= 1u << MIPS_SIMD; in ProbeImpl()
103 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()
109 supported_ |= 1u << MIPSr6; in ProbeImpl()
111 supported_ |= 1u << MIPSr1; in ProbeImpl()
112 supported_ |= 1u << MIPSr2; in ProbeImpl()
114 supported_ |= 1u << MIPSr1; in ProbeImpl()