Searched refs:MIPS_CPU_NAN_2008 (Results 1 – 3 of 3) sorted by relevance
133 c->options |= MIPS_CPU_NAN_2008; in cpu_set_fpu_2008()168 c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY); in cpu_set_nofpu_2008()177 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()188 c->options |= MIPS_CPU_NAN_2008; in cpu_set_nofpu_2008()193 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()272 if (c->options & MIPS_CPU_NAN_2008) in cpu_set_nofpu_id()
403 #define MIPS_CPU_NAN_2008 MBIT_ULL(39) /* 2008 NaN implemented */ macro
512 #define cpu_has_nan_2008 __isa_ge_or_opt(6, MIPS_CPU_NAN_2008)