Searched refs:has_ssse3 (Results 1 – 7 of 7) sorted by relevance
90 unsigned has_ssse3:1; member
722 util_cpu_caps.has_ssse3 = (regs2[2] >> 9) & 1; /* 0x0000020 */ in util_cpu_detect_once()798 util_cpu_caps.has_ssse3 = 0; in util_cpu_detect_once()830 printf("util_cpu_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3); in util_cpu_detect_once()
296 …local has_ssse3 = [ configure.builds /boost/log/x86-extensions//ssse3 : $(properties) : compiler-s…297 if $(has_ssse3)421 …local has_ssse3 = [ configure.builds /boost/log/x86-extensions//ssse3 : $(properties) : compiler-s…422 if $(has_ssse3)
406 MAttrs.push_back(util_get_cpu_caps()->has_ssse3 ? "+ssse3" : "-ssse3" ); in lp_build_create_jit_compiler_for_module()
441 util_cpu_caps.has_ssse3 = 0; in lp_build_init()
1392 if (util_get_cpu_caps()->has_ssse3) { in s3tc_decode_block_dxt1()1692 if (!util_get_cpu_caps()->has_ssse3) { in s3tc_decode_block_dxt5()
1365 if (bld->type.width == 16 && bld->type.length == 8 && util_get_cpu_caps()->has_ssse3) { in lp_build_lerp_simple()1728 if(type.width*type.length == 128 && util_get_cpu_caps()->has_ssse3 && LLVM_VERSION_MAJOR < 6) { in lp_build_abs()