Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
A Dmipsregs.h1125 #define MIPS_FCCR_COND1_S 1 macro
1126 #define MIPS_FCCR_COND1 (_ULCAST_(1) << MIPS_FCCR_COND1_S)
/linux/arch/mips/math-emu/
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()

Completed in 21 milliseconds