/* * Written by Charles M. Hannum, Apr 9, 1995 * Public domain. */ #include #if defined(LIBC_SCCS) .text .asciz "$OpenBSD: fpsetsticky.S,v 1.2 1996/08/19 08:12:28 tholo Exp $" #endif ENTRY(fpsetsticky) subl $28,%esp fnstenv (%esp) movl 4(%esp),%eax movl %eax,%edx andl $63,%eax subl %eax,%edx movl 32(%esp),%ecx andl $63,%ecx addl %ecx,%edx movl %edx,4(%esp) fldenv (%esp) addl $28,%esp ret