Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h1079 #define FPU_CSR_COND1_S 25 /* $fcc1 */ macro
1080 #define FPU_CSR_COND1 (_ULCAST_(1) << FPU_CSR_COND1_S)
/Linux-v4.19/arch/mips/math-emu/
Dcp1emu.c896 value |= (fcr31 >> (FPU_CSR_COND1_S - MIPS_FCCR_COND1_S)) & in cop1_cfc()
967 fcr31 |= (value << (FPU_CSR_COND1_S - MIPS_FCCR_COND1_S)) & in cop1_ctc()