Home
last modified time | relevance | path

Searched refs:cpu_has_mips_3_4_5 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/include/asm/
H A Dcpu-features.h326 #define cpu_has_mips_2_3_4_5 (cpu_has_mips_2 | cpu_has_mips_3_4_5)
327 #define cpu_has_mips_3_4_5 (cpu_has_mips_3 | cpu_has_mips_4_5) macro
/linux/arch/mips/math-emu/
H A Dcp1emu.c1121 if (!cpu_has_mips_3_4_5 && !cpu_has_mips64) in cop1Emulate()
1132 if (!cpu_has_mips_3_4_5 && !cpu_has_mips64) in cop1Emulate()