Home
last modified time | relevance | path

Searched refs:has_msa (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/
Du_cpu_detect.h115 unsigned has_msa:1; member
Du_cpu_detect.c451 util_cpu_caps.has_msa = (hwcap >> 1) & 1; in check_os_mips64_support()
849 printf("util_cpu_caps.has_msa = %u\n", util_cpu_caps.has_msa); in util_cpu_detect_once()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp471 MAttrs.push_back(util_get_cpu_caps()->has_msa ? "+msa" : "-msa"); in lp_build_create_jit_compiler_for_module()
538 MCPU = util_get_cpu_caps()->has_msa ? "mips64r5" : "mips64r2"; in lp_build_create_jit_compiler_for_module()
/third_party/node/deps/v8/src/base/
Dcpu.h129 bool has_msa() const { return has_msa_; } in has_msa() function
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc105 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc93 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()