Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h755 #define FPU_CSR_COND_S 23 /* $fcc0 */ macro
756 #define FPU_CSR_COND (_ULCAST_(1) << FPU_CSR_COND_S)
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1134 #define FPU_CSR_COND_S 23 /* $fcc0 */ macro
1135 #define FPU_CSR_COND (_ULCAST_(1) << FPU_CSR_COND_S)
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c882 value = (fcr31 >> (FPU_CSR_COND_S - MIPS_FCCR_COND0_S)) & in cop1_cfc()
953 fcr31 |= (value << (FPU_CSR_COND_S - MIPS_FCCR_COND0_S)) & in cop1_ctc()