fabs.S (8af1452cf8dd1b33da881f84e445d5981eaa9613) fabs.S (e6d808aee319c457c0f73f906b8a2b1d888f793b)
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

34 * SUCH DAMAGE.
35 */
36
37#if defined(LIBC_RCS) && !defined(lint)
38 .text
39 .asciz "$FreeBSD$"
40#endif /* LIBC_RCS and not lint */
41
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

34 * SUCH DAMAGE.
35 */
36
37#if defined(LIBC_RCS) && !defined(lint)
38 .text
39 .asciz "$FreeBSD$"
40#endif /* LIBC_RCS and not lint */
41
42#include "DEFS.h"
42#include <machine/asm.h>
43
44ENTRY(fabs)
45 fldl 4(%esp)
46 fabs
47 ret
43
44ENTRY(fabs)
45 fldl 4(%esp)
46 fabs
47 ret