Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h952 #define CP0C5_UFR 2 macro
H A Dkvm.c405 (1U << CP0C5_UFR))
H A Dcpu-defs.c.inc448 (1 << CP0C5_FRE) | (1 << CP0C5_UFR),
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c51 if (env->CP0_Config5 & (1 << CP0C5_UFR)) { in helper_cfc1()
96 if (env->CP0_Config5 & (1 << CP0C5_UFR)) { in helper_ctc1()
108 if (env->CP0_Config5 & (1 << CP0C5_UFR)) { in helper_ctc1()