Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c39 #define FPU_RC_MASK (3 << FPU_RC_SHIFT) macro
655 switch (env->fpuc & FPU_RC_MASK) { in helper_fldl2t_ST0()
667 switch (env->fpuc & FPU_RC_MASK) { in helper_fldl2e_ST0()
680 switch (env->fpuc & FPU_RC_MASK) { in helper_fldpi_ST0()
693 switch (env->fpuc & FPU_RC_MASK) { in helper_fldlg2_ST0()
706 switch (env->fpuc & FPU_RC_MASK) { in helper_fldln2_ST0()
755 rnd_mode = (env->fpuc & FPU_RC_MASK) >> FPU_RC_SHIFT; in update_fp_status()