Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h618 #define MIPS_FPU_COND_BIT 0x00800000 macro
/f-stack/freebsd/mips/mips/
H A Dtrap.c1275 condition = fpcCSR & MIPS_FPU_COND_BIT; in MipsEmulateBranch()
1277 condition = !(fpcCSR & MIPS_FPU_COND_BIT); in MipsEmulateBranch()
H A Dfp.S1645 and a1, a1, ~MIPS_FPU_COND_BIT # clear condition bit
1648 or a1, a1, MIPS_FPU_COND_BIT # set condition bit
1656 and a1, a1, ~MIPS_FPU_COND_BIT # clear condition bit
1659 or a1, a1, MIPS_FPU_COND_BIT # set condition bit