Home
last modified time | relevance | path

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

/openbsd/sys/arch/mips64/include/
H A Dfpu.h28 #define FPCSR_CONDVAL(c) (1U << FPCSR_CONDBIT(c)) macro
/openbsd/sys/arch/mips64/mips64/
H A Dfp_emulate.c963 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()
H A Dtrap.c958 condition = fsr & FPCSR_CONDVAL(cc); in MipsEmulateBranch()
960 condition = !(fsr & FPCSR_CONDVAL(cc)); in MipsEmulateBranch()