Searched refs:cpu_has_mips32r6 (Results 1 – 4 of 4) sorted by relevance
252 (defined(cpu_has_mips32r6) && cpu_has_mips32r6) || \280 #ifndef cpu_has_mips32r6281 # define cpu_has_mips32r6 (cpu_data[0].isa_level & MIPS_CPU_ISA_M32R6) macro311 #define cpu_has_mips32 (cpu_has_mips32r1 | cpu_has_mips32r2 | cpu_has_mips32r6)315 #define cpu_has_mips_r6 (cpu_has_mips32r6 | cpu_has_mips64r6)317 cpu_has_mips32r6 | cpu_has_mips64r1 | \
62 #define cpu_has_mips32r6 0 macro
58 #define cpu_has_mips32r6 0 macro
101 if (cpu_has_mips32r6) in show_cpuinfo()