Searched refs:has_msa (Results 1 – 4 of 4) sorted by relevance
54 int has_msa = TestCpuFlag(kCpuHasMSA); in TEST_F() local55 printf("Has MSA %x\n", has_msa); in TEST_F()
116 bool has_msa() const { return has_msa_; } in has_msa() function
102 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()
91 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()