Deleted Added
full compact
fixunsdfsi.S (92053) fixunsdfsi.S (99018)
1/*
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This software was developed by the Computer Systems Engineering group
6 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7 * contributed to Berkeley.
8 *

--- 26 unchanged lines hidden (view full) ---

35 * SUCH DAMAGE.
36 *
37 * from: Header: fixunsdfsi.s,v 1.3 91/10/08 00:03:15 torek Exp
38 */
39
40#include <machine/asm.h>
41
42#if defined(LIBC_SCCS) && !defined(lint)
1/*
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This software was developed by the Computer Systems Engineering group
6 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7 * contributed to Berkeley.
8 *

--- 26 unchanged lines hidden (view full) ---

35 * SUCH DAMAGE.
36 *
37 * from: Header: fixunsdfsi.s,v 1.3 91/10/08 00:03:15 torek Exp
38 */
39
40#include <machine/asm.h>
41
42#if defined(LIBC_SCCS) && !defined(lint)
43#if 0
44 .asciz "@(#)fixunsdfsi.s 8.1 (Berkeley) 6/4/93"
43 .asciz "@(#)fixunsdfsi.s 8.1 (Berkeley) 6/4/93"
45#else
44#if 0
46 RCSID("$NetBSD: fixunsdfsi.S,v 1.3 2000/07/25 04:26:12 mycroft Exp $")
47#endif
48#endif /* LIBC_SCCS and not lint */
45 RCSID("$NetBSD: fixunsdfsi.S,v 1.3 2000/07/25 04:26:12 mycroft Exp $")
46#endif
47#endif /* LIBC_SCCS and not lint */
48__FBSDID("$FreeBSD: head/lib/libc/sparc64/gen/fixunsdfsi.S 99018 2002-06-29 03:23:51Z obrien $");
49
49
50#if defined(SYSLIBC_RCS) && !defined(lint)
51 .text
52 .asciz "$FreeBSD: head/lib/libc/sparc64/gen/fixunsdfsi.S 92053 2002-03-11 03:10:55Z tmm $"
53#endif /* SYSLIBC_RCS and not lint */
54
55/*
56 * Convert double to unsigned integer (for gcc).
57 *
58 * I have made the output for NaN agree with the Sun compiler, not
59 * that it really matters, by using `fbul,a'.
60 */
61
62

--- 40 unchanged lines hidden ---
50/*
51 * Convert double to unsigned integer (for gcc).
52 *
53 * I have made the output for NaN agree with the Sun compiler, not
54 * that it really matters, by using `fbul,a'.
55 */
56
57

--- 40 unchanged lines hidden ---