Searched refs:cpu_feature (Results 1 – 8 of 8) sorted by relevance
111 static void opus_cpu_feature_check(CPU_Feature *cpu_feature) in opus_cpu_feature_check() argument121 cpu_feature->HW_SSE = (info[3] & (1 << 25)) != 0; in opus_cpu_feature_check()122 cpu_feature->HW_SSE2 = (info[3] & (1 << 26)) != 0; in opus_cpu_feature_check()123 cpu_feature->HW_SSE41 = (info[2] & (1 << 19)) != 0; in opus_cpu_feature_check()124 cpu_feature->HW_AVX = (info[2] & (1 << 28)) != 0; in opus_cpu_feature_check()127 cpu_feature->HW_SSE = 0; in opus_cpu_feature_check()128 cpu_feature->HW_SSE2 = 0; in opus_cpu_feature_check()129 cpu_feature->HW_SSE41 = 0; in opus_cpu_feature_check()130 cpu_feature->HW_AVX = 0; in opus_cpu_feature_check()136 CPU_Feature cpu_feature; in opus_select_arch_impl() local[all …]
57 bool BuiltWith(const std::string& cpu_feature);
260 bool TfJitRtExecutor::BuiltWith(const std::string& cpu_feature) { in BuiltWith() argument261 if (cpu_feature == "AVX2") { in BuiltWith()
74461 unsigned int cpu_feature; member
17653 long unsigned int cpu_feature; member
98332 unsigned int cpu_feature; member