xref: /csrg-svn/lib/libc/hp300/gen/negdf2.s (revision 61117)
143012Sbostic/*-
2*61117Sbostic * Copyright (c) 1990, 1993
3*61117Sbostic *	The Regents of the University of California.  All rights reserved.
443012Sbostic *
543012Sbostic * This code is derived from software contributed to Berkeley by
643012Sbostic * the Systems Programming Group of the University of Utah Computer
743012Sbostic * Science Department.
843012Sbostic *
943012Sbostic * %sccs.include.redist.c%
1043012Sbostic */
1143012Sbostic
1243012Sbostic#if defined(LIBC_SCCS) && !defined(lint)
13*61117Sbostic	.asciz "@(#)negdf2.s	8.1 (Berkeley) 06/04/93"
1443012Sbostic#endif /* LIBC_SCCS and not lint */
1543012Sbostic
1643012Sbostic#include "DEFS.h"
1743012Sbostic
1843012Sbostic/* -double */
1943012SbosticENTRY(__negdf2)
2043012Sbostic	movel	sp@(4),d0
2143012Sbostic	movel	sp@(8),d1
2243012Sbostic	bchg	#31,d0
2343012Sbostic	rts
24