Searched refs:has_msa (Results 1 – 5 of 5) sorted by relevance
72 int has_msa = TestCpuFlag(kCpuHasMSA); in main() local73 printf("Has MSA %x\n", has_msa); in main()
68 int has_msa = TestCpuFlag(kCpuHasMSA); in TEST_F() local69 printf("Has MSA %d\n", has_msa); in TEST_F()
117 bool has_msa() const { return has_msa_; } in has_msa() function
103 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()
90 if (cpu.has_msa()) supported_ |= 1u << MIPS_SIMD; in ProbeImpl()