Home
last modified time | relevance | path

Searched refs:FPCR_ROUND_RM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/m68k/math-emu/
H A Dfp_arith.c83 if (FPDATA->rnd == FPCR_ROUND_RM) in fp_fadd()
543 if (dest->sign ^ (mode - FPCR_ROUND_RM)) in fp_roundint()
/openbmc/linux/arch/m68k/include/asm/
H A Dmath-emu.h42 #define FPCR_ROUND_RM 2 /* minus infinity */ macro