Searched refs:has_ssse3 (Results 1 – 11 of 11) sorted by relevance
89 let has_ssse3 = is_x86_feature_detected!("ssse3"); in build_imp() localVariable97 if !has_ssse3 { in build_imp()101 } else if !has_ssse3 && !has_avx { in build_imp()
100 unsigned has_ssse3:1; member
724 util_cpu_caps.has_ssse3 = (regs2[2] >> 9) & 1; /* 0x0000020 */ in util_cpu_detect_once()800 util_cpu_caps.has_ssse3 = 0; in util_cpu_detect_once()836 printf("util_cpu_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3); in util_cpu_detect_once()
92 bool has_ssse3() const { return has_ssse3_; } in has_ssse3() function
386 has_ssse3_ = features.x86.has_ssse3; in StarboardDetectCPU()
409 MAttrs.push_back(util_get_cpu_caps()->has_ssse3 ? "+ssse3" : "-ssse3" ); in lp_build_create_jit_compiler_for_module()
449 util_cpu_caps.has_ssse3 = 0; in lp_build_init()
1396 if (util_get_cpu_caps()->has_ssse3) { in s3tc_decode_block_dxt1()1696 if (!util_get_cpu_caps()->has_ssse3) { in s3tc_decode_block_dxt5()
1341 if (bld->type.width == 16 && bld->type.length == 8 && util_get_cpu_caps()->has_ssse3) { in lp_build_lerp_simple()1707 if (type.width*type.length == 128 && util_get_cpu_caps()->has_ssse3 && LLVM_VERSION_MAJOR < 6) { in lp_build_abs()
143 if (cpu.has_ssse3()) SetSupported(SSSE3); in ProbeImpl()
97 if (cpu.has_ssse3()) SetSupported(SSSE3); in ProbeImpl()