1 /* $NetBSD: flt_rounds.S,v 1.2 2002/06/06 23:04:35 fvdl 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 */
24 leaq PIC_GOT(_map),%rcx
25 movb (%rcx,%rax,1),%al
27 movb _map(,%rax,1),%al