Searched refs:MIPS_FPU_COND_BIT (Results 1 – 3 of 3) sorted by relevance
619 #define MIPS_FPU_COND_BIT 0x00800000 macro
1285 condition = fpcCSR & MIPS_FPU_COND_BIT; in MipsEmulateBranch()1287 condition = !(fpcCSR & MIPS_FPU_COND_BIT); in MipsEmulateBranch()
1643 and a1, a1, ~MIPS_FPU_COND_BIT # clear condition bit1646 or a1, a1, MIPS_FPU_COND_BIT # set condition bit1654 and a1, a1, ~MIPS_FPU_COND_BIT # clear condition bit1657 or a1, a1, MIPS_FPU_COND_BIT # set condition bit