Home
last modified time | relevance | path

Searched refs:has_sse3 (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c83 util_cpu_caps.has_sse3 = 0; in main()
95 util_cpu_caps.has_sse3 = 0; in main()
106 util_cpu_caps.has_sse3 = 0; in main()
112 if(!util_get_cpu_caps()->has_sse3 || !rtasm_cpu_has_sse()) in main()
/third_party/mesa3d/src/util/
H A Du_cpu_detect.h99 unsigned has_sse3:1; member
H A Du_cpu_detect.c723 util_cpu_caps.has_sse3 = (regs2[2] >> 0) & 1; /* 0x0000001 */ in util_cpu_detect_once()
737 util_cpu_caps.has_daz = util_cpu_caps.has_sse3 || in util_cpu_detect_once()
799 util_cpu_caps.has_sse3 = 0; in util_cpu_detect_once()
835 printf("util_cpu_caps.has_sse3 = %u\n", util_cpu_caps.has_sse3); in util_cpu_detect_once()
/third_party/node/deps/v8/src/base/
H A Dcpu.h91 bool has_sse3() const { return has_sse3_; } in has_sse3() function in v8::base::final
H A Dcpu.cc385 has_sse3_ = features.x86.has_sse3; in StarboardDetectCPU()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c448 util_cpu_caps.has_sse3 = 0; in lp_build_init()
H A Dlp_bld_misc.cpp408 MAttrs.push_back(util_get_cpu_caps()->has_sse3 ? "+sse3" : "-sse3" ); in lp_build_create_jit_compiler_for_module()
H A Dlp_bld_arit.c679 if (util_get_cpu_caps()->has_sse3 && bld->type.width == 32 && in lp_build_hadd_partial4()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c2171 if(util_get_cpu_caps()->has_sse3) in x86_init_func_common()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc144 if (cpu.has_sse3()) SetSupported(SSE3); in ProbeImpl()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc98 if (cpu.has_sse3()) SetSupported(SSE3); in ProbeImpl()

Completed in 27 milliseconds