1 1.2.4.1 wrstuden /* $NetBSD: e_fmod.S,v 1.2.4.1 1999/12/27 18:30:01 wrstuden Exp $ */ 2 1.2.4.1 wrstuden 3 1.1 thorpej /* 4 1.1 thorpej * Written by J.T. Conklin <jtc (at) netbsd.org>. 5 1.1 thorpej * Public domain. 6 1.1 thorpej */ 7 1.1 thorpej 8 1.1 thorpej #include <machine/asm.h> 9 1.1 thorpej 10 1.2.4.1 wrstuden RCSID("$NetBSD: e_fmod.S,v 1.2.4.1 1999/12/27 18:30:01 wrstuden Exp $") 11 1.1 thorpej 12 1.1 thorpej ENTRY(__ieee754_fmod) 13 1.2.4.1 wrstuden fmoved %sp@(4),%fp0 14 1.2.4.1 wrstuden fmodd %sp@(12),%fp0 15 1.2 kleink #ifndef __SVR4_ABI__ 16 1.2.4.1 wrstuden fmoved %fp0,%sp@- 17 1.2.4.1 wrstuden movel %sp@+,%d0 18 1.2.4.1 wrstuden movel %sp@+,%d1 19 1.2 kleink #endif 20 1.1 thorpej rts 21