patch-1.3.5 linux/arch/i386/math-emu/wm_shrx.S
Next file: linux/arch/i386/math-emu/wm_sqrt.S
Previous file: linux/arch/i386/math-emu/shr_Xsig.S
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Jun 29 11:44:05 1995
- Orig file:
v1.3.4/linux/arch/i386/math-emu/wm_shrx.S
- Orig date:
Wed Dec 1 14:44:16 1993
diff -u --recursive --new-file v1.3.4/linux/arch/i386/math-emu/wm_shrx.S linux/arch/i386/math-emu/wm_shrx.S
@@ -17,8 +17,6 @@
#include "fpu_asm.h"
.text
- .align 2,144
-
/*---------------------------------------------------------------------------+
| unsigned shrx(void *arg1, unsigned arg2) |
| |
@@ -33,9 +31,7 @@
| Results returned in the 64 bit arg and eax. |
+---------------------------------------------------------------------------*/
- .globl _shrx
-
-_shrx:
+ENTRY(shrx)
push %ebp
movl %esp,%ebp
pushl %esi
@@ -113,8 +109,7 @@
| part which has been shifted out of the arg. |
| Results returned in the 64 bit arg and eax. |
+---------------------------------------------------------------------------*/
- .globl _shrxs
-_shrxs:
+ENTRY(shrxs)
push %ebp
movl %esp,%ebp
pushl %esi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this