Searched refs:MIPS_CPU_NAN_2008 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dfpu-probe.c122 c->options |= MIPS_CPU_NAN_2008;
157 c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY);
167 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY;
178 c->options |= MIPS_CPU_NAN_2008;
183 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY;
264 if (c->options & MIPS_CPU_NAN_2008)
/linux-master/arch/mips/include/asm/
H A Dcpu.h397 #define MIPS_CPU_NAN_2008 BIT_ULL(39) /* 2008 NaN implemented */ macro
H A Dcpu-features.h558 #define cpu_has_nan_2008 __isa_ge_or_opt(6, MIPS_CPU_NAN_2008)

Completed in 123 milliseconds