Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h764 #define FPU_CSR_COND1_S 25 /* $fcc1 */ macro
765 #define FPU_CSR_COND1 (_ULCAST_(1) << FPU_CSR_COND1_S)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h1153 #define FPU_CSR_COND1_S 25 /* $fcc1 */ macro
1154 #define FPU_CSR_COND1 (_ULCAST_(1) << FPU_CSR_COND1_S)
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dcp1emu.c884 value |= (fcr31 >> (FPU_CSR_COND1_S - MIPS_FCCR_COND1_S)) & in cop1_cfc()
955 fcr31 |= (value << (FPU_CSR_COND1_S - MIPS_FCCR_COND1_S)) & in cop1_ctc()