Searched refs:cpu_has_mips32r6 (Results 1 – 3 of 3) sorted by relevance
204 #ifndef cpu_has_mips32r6205 # define cpu_has_mips32r6 (cpu_data[0].isa_level & MIPS_CPU_ISA_M32R6) macro235 #define cpu_has_mips32 (cpu_has_mips32r1 | cpu_has_mips32r2 | cpu_has_mips32r6)239 #define cpu_has_mips_r6 (cpu_has_mips32r6 | cpu_has_mips64r6)241 cpu_has_mips32r6 | cpu_has_mips64r1 | \
61 #define cpu_has_mips32r6 0 macro
100 if (cpu_has_mips32r6) in show_cpuinfo()