Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h1071 #define FPU_CSR_COND_S 23 /* $fcc0 */ macro
1072 #define FPU_CSR_COND (_ULCAST_(1) << FPU_CSR_COND_S)
/Linux-v4.19/arch/mips/math-emu/
Dcp1emu.c894 value = (fcr31 >> (FPU_CSR_COND_S - MIPS_FCCR_COND0_S)) & in cop1_cfc()
965 fcr31 |= (value << (FPU_CSR_COND_S - MIPS_FCCR_COND0_S)) & in cop1_ctc()