OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [alpha/] [math-emu/] [fp-emul.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
/*
2
 * These defines correspond to the dynamic rounding mode bits in the
3
 * Floating Point Control Register.  They also happen to correspond to
4
 * the instruction encodings except that 0x03 signifies dynamic
5
 * rounding mode in that case.
6
 */
7
#define ROUND_CHOP      0x00    /* chopped (aka round towards zero) */
8
#define ROUND_NINF      0x01    /* round towards negative infinity */
9
#define ROUND_NEAR      0x02    /* round towards nearest number */
10
#define ROUND_PINF      0x03    /* round towards positive infinity */

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.