Home
last modified time | relevance | path

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

/arch/mips/math-emu/
Dcp1emu.c74 FPU_CSR_COND,
957 fcr31 &= ~(FPU_CSR_CONDX | FPU_CSR_COND); in cop1_ctc()
959 FPU_CSR_COND; in cop1_ctc()
1214 cbit = FPU_CSR_COND; in cop1Emulate()
2499 cbit = FPU_CSR_COND; in fpu_emu()
/arch/mips/include/asm/
Dmipsregs.h780 #define FPU_CSR_COND (_ULCAST_(1) << FPU_CSR_COND_S) macro