Searched refs:MIPS_CPU_NAN_2008 (Results 1 – 3 of 3) sorted by relevance
132 c->options |= MIPS_CPU_NAN_2008; in cpu_set_fpu_2008()167 c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY); in cpu_set_nofpu_2008()176 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()187 c->options |= MIPS_CPU_NAN_2008; in cpu_set_nofpu_2008()192 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()271 if (c->options & MIPS_CPU_NAN_2008) in cpu_set_nofpu_id()
404 #define MIPS_CPU_NAN_2008 MBIT_ULL(39) /* 2008 NaN implemented */ macro
463 #define cpu_has_nan_2008 (cpu_data[0].options & MIPS_CPU_NAN_2008)