Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h53 #define FCR0_UFRP 28 macro
H A Dcpu-defs.c.inc458 .CP1_fcr0 = (1 << FCR0_FREP) | (1 << FCR0_UFRP) | (1 << FCR0_HAS2008) |
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c50 if (env->active_fpu.fcr0 & (1 << FCR0_UFRP)) { in helper_cfc1()
93 if (!((env->active_fpu.fcr0 & (1 << FCR0_UFRP)) && (rt == 0))) { in helper_ctc1()
105 if (!((env->active_fpu.fcr0 & (1 << FCR0_UFRP)) && (rt == 0))) { in helper_ctc1()