Searched refs:FPCSR_CONDVAL (Results 1 – 3 of 3) sorted by relevance
28 #define FPCSR_CONDVAL(c) (1U << FPCSR_CONDBIT(c)) macro
963 tf->fsr |= FPCSR_CONDVAL(cc); in fpu_c()965 tf->fsr &= ~FPCSR_CONDVAL(cc); in fpu_c()1203 condition = tf->fsr & FPCSR_CONDVAL(cc); in fpu_movcf()1629 condition = tf->fsr & FPCSR_CONDVAL(cc); in nofpu_emulate_cop1()1851 condition = tf->fsr & FPCSR_CONDVAL(cc); in nofpu_emulate_movci()
958 condition = fsr & FPCSR_CONDVAL(cc); in MipsEmulateBranch()960 condition = !(fsr & FPCSR_CONDVAL(cc)); in MipsEmulateBranch()