Searched refs:MIPS_CPU_NAN_2008 (Results 1 – 3 of 3) sorted by relevance
122 c->options |= MIPS_CPU_NAN_2008; in cpu_set_fpu_2008()157 c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY); in cpu_set_nofpu_2008()167 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()178 c->options |= MIPS_CPU_NAN_2008; in cpu_set_nofpu_2008()183 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; in cpu_set_nofpu_2008()264 if (c->options & MIPS_CPU_NAN_2008) in cpu_set_nofpu_id()
398 #define MIPS_CPU_NAN_2008 BIT_ULL(39) /* 2008 NaN implemented */ macro
541 #define cpu_has_nan_2008 __isa_ge_or_opt(6, MIPS_CPU_NAN_2008)