Deleted Added
full compact
e_remainderl.S (177768) e_remainderl.S (217108)
1/*
2 * Copyright (c) 1993,94 Winning Strategies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

30
31/*
32 * Written by:
33 * J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
34 */
35
36#include <machine/asm.h>
37
1/*
2 * Copyright (c) 1993,94 Winning Strategies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

30
31/*
32 * Written by:
33 * J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
34 */
35
36#include <machine/asm.h>
37
38__FBSDID("$FreeBSD: head/lib/msun/i387/e_remainderl.S 177768 2008-03-30 21:21:53Z das $")
38__FBSDID("$FreeBSD: head/lib/msun/i387/e_remainderl.S 217108 2011-01-07 16:13:12Z kib $")
39
40ENTRY(remainderl)
41 fldt 16(%esp)
42 fldt 4(%esp)
431: fprem1
44 fstsw %ax
45 sahf
46 jp 1b
47 fstp %st(1)
48 ret
39
40ENTRY(remainderl)
41 fldt 16(%esp)
42 fldt 4(%esp)
431: fprem1
44 fstsw %ax
45 sahf
46 jp 1b
47 fstp %st(1)
48 ret
49
50 .section .note.GNU-stack,"",%progbits