Deleted Added
full compact
__divdf3.S (85228) __divdf3.S (111777)
1// $FreeBSD: head/lib/libc/ia64/gen/__divdf3.S 85228 2001-10-20 15:17:31Z dfr $
2
3//
4// Copyright (c) 2000, Intel Corporation
5// All rights reserved.
6//
7// Contributed 2/15/2000 by Marius Cornea, John Harrison, Cristina Iordache,
8// Ted Kubaska, Bob Norin, and Shane Story of the Computational Software Lab,
9// Intel Corporation.
10//

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

23// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24//
25// Intel Corporation is the author of this code, and requests that all
26// problem reports or change requests be submitted to it directly at
27// http://developer.intel.com/opensource.
28//
29
30#include <machine/asm.h>
1//
2// Copyright (c) 2000, Intel Corporation
3// All rights reserved.
4//
5// Contributed 2/15/2000 by Marius Cornea, John Harrison, Cristina Iordache,
6// Ted Kubaska, Bob Norin, and Shane Story of the Computational Software Lab,
7// Intel Corporation.
8//

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

21// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22//
23// Intel Corporation is the author of this code, and requests that all
24// problem reports or change requests be submitted to it directly at
25// http://developer.intel.com/opensource.
26//
27
28#include <machine/asm.h>
29__FBSDID("$FreeBSD: head/lib/libc/ia64/gen/__divdf3.S 111777 2003-03-03 01:09:46Z obrien $");
31
32 .section .text
33
34ENTRY(__divdf3, 0)
35{ .mfi
36 // a is in f8
37 // b is in f9
38

--- 105 unchanged lines hidden ---
30
31 .section .text
32
33ENTRY(__divdf3, 0)
34{ .mfi
35 // a is in f8
36 // b is in f9
37

--- 105 unchanged lines hidden ---