Searched refs:cpu_has_mips32r6 (Results 1 – 5 of 5) sorted by relevance
289 #ifndef cpu_has_mips32r6290 # define cpu_has_mips32r6 __isa_ge_or_flag(6, MIPS_CPU_ISA_M32R6) macro328 cpu_has_mips32r5 | cpu_has_mips32r6)334 #define cpu_has_mips_r6 (cpu_has_mips32r6 | cpu_has_mips64r6)336 cpu_has_mips32r5 | cpu_has_mips32r6 | \
61 #define cpu_has_mips32r6 0 macro
59 #define cpu_has_mips32r6 0 macro
57 #define cpu_has_mips32r6 0 macro
103 if (cpu_has_mips32r6) in show_cpuinfo()