1 /* $NetBSD: flt_rounds.S,v 1.5 1998/01/09 03:45:03 perry Exp $ */
4 * Written by J.T. Conklin, Apr 4, 1995
8 #include <machine/asm.h>
13 .byte 1 /* round to nearest */
14 .byte 3 /* round to negative infinity */
15 .byte 2 /* round to positive infinity */
16 .byte 0 /* round to zero */
26 leal PIC_GOTOFF(_map),%ecx
28 movb (%ecx,%eax,1),%al
30 movb _map(,%eax,1),%al