Home
last modified time | relevance | path

Searched refs:FCR31_NAN2008 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c308 ((env->active_fpu.fcr31 & (1 << FCR31_NAN2008)) != 0)) { in target_cpu_copy_regs()
310 (1 << FCR31_NAN2008)) == 0) { in target_cpu_copy_regs()
315 env->active_fpu.fcr31 |= (1 << FCR31_NAN2008); in target_cpu_copy_regs()
317 env->active_fpu.fcr31 &= ~(1 << FCR31_NAN2008); in target_cpu_copy_regs()
/openbmc/qemu/target/mips/
H A Dfpu_helper.h30 bool nan2008 = env->active_fpu.fcr31 & (1 << FCR31_NAN2008); in restore_snan_bit_mode()
H A Dcpu-defs.c.inc461 .CP1_fcr31 = (1 << FCR31_ABS2008) | (1 << FCR31_NAN2008),
501 .CP1_fcr31 = (1 << FCR31_ABS2008) | (1 << FCR31_NAN2008),
542 .CP1_fcr31 = (1 << FCR31_ABS2008) | (1 << FCR31_NAN2008),
775 .CP1_fcr31 = (1 << FCR31_ABS2008) | (1 << FCR31_NAN2008),
815 .CP1_fcr31 = (1 << FCR31_ABS2008) | (1 << FCR31_NAN2008),
H A Dcpu.h69 #define FCR31_NAN2008 18 macro
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c15093 ctx->nan2008 = (env->active_fpu.fcr31 >> FCR31_NAN2008) & 1; in mips_tr_init_disas_context()