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/
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/
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()
Du_cpu_detect.h99 unsigned has_sse3:1; member
/third_party/node/deps/v8/src/base/
Dcpu.h91 bool has_sse3() const { return has_sse3_; } in has_sse3() function
Dcpu.cc385 has_sse3_ = features.x86.has_sse3; in StarboardDetectCPU()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp408 MAttrs.push_back(util_get_cpu_caps()->has_sse3 ? "+sse3" : "-sse3" ); in lp_build_create_jit_compiler_for_module()
Dlp_bld_init.c448 util_cpu_caps.has_sse3 = 0; in lp_build_init()
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/
Drtasm_x86sse.c2171 if(util_get_cpu_caps()->has_sse3) in x86_init_func_common()
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc144 if (cpu.has_sse3()) SetSupported(SSE3); in ProbeImpl()
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.cc98 if (cpu.has_sse3()) SetSupported(SSE3); in ProbeImpl()