Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h729 #define MIPS_FCCR_CONDX (_ULCAST_(255) << MIPS_FCCR_CONDX_S) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h1118 #define MIPS_FCCR_CONDX (_ULCAST_(255) << MIPS_FCCR_CONDX_S) macro
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dcp1emu.c885 (MIPS_FCCR_CONDX & ~MIPS_FCCR_COND0); in cop1_cfc()