Searched refs:MIPS_FPU_COND_BIT (Results 1 – 3 of 3) sorted by relevance
618 #define MIPS_FPU_COND_BIT 0x00800000 macro
1275 condition = fpcCSR & MIPS_FPU_COND_BIT; in MipsEmulateBranch()1277 condition = !(fpcCSR & MIPS_FPU_COND_BIT); in MipsEmulateBranch()
1645 and a1, a1, ~MIPS_FPU_COND_BIT # clear condition bit1648 or a1, a1, MIPS_FPU_COND_BIT # set condition bit1656 and a1, a1, ~MIPS_FPU_COND_BIT # clear condition bit1659 or a1, a1, MIPS_FPU_COND_BIT # set condition bit