Searched refs:has_msa (Results 1 – 6 of 6) sorted by relevance
115 unsigned has_msa:1; member
451 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()
471 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()
129 bool has_msa() const { return has_msa_; } in has_msa() function
105 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()
93 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()