patch-2.1.73 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/version.h
Back to the patch index
Back to the overall index
- Lines: 48
- Date:
Tue Dec 9 17:57:09 1997
- Orig file:
v2.1.72/linux/arch/i386/math-emu/wm_shrx.S
- Orig date:
Thu Oct 5 06:30:43 1995
diff -u --recursive --new-file v2.1.72/linux/arch/i386/math-emu/wm_shrx.S linux/arch/i386/math-emu/wm_shrx.S
@@ -9,9 +9,9 @@
| Australia. E-mail billm@jacobi.maths.monash.edu.au |
| |
| Call from C as: |
- | unsigned shrx(void *arg1, unsigned arg2) |
+ | unsigned FPU_shrx(void *arg1, unsigned arg2) |
| and |
- | unsigned shrxs(void *arg1, unsigned arg2) |
+ | unsigned FPU_shrxs(void *arg1, unsigned arg2) |
| |
+---------------------------------------------------------------------------*/
@@ -19,7 +19,7 @@
.text
/*---------------------------------------------------------------------------+
- | unsigned shrx(void *arg1, unsigned arg2) |
+ | unsigned FPU_shrx(void *arg1, unsigned arg2) |
| |
| Extended shift right function. |
| Fastest for small shifts. |
@@ -32,7 +32,7 @@
| Results returned in the 64 bit arg and eax. |
+---------------------------------------------------------------------------*/
-ENTRY(shrx)
+ENTRY(FPU_shrx)
push %ebp
movl %esp,%ebp
pushl %esi
@@ -95,7 +95,7 @@
/*---------------------------------------------------------------------------+
- | unsigned shrxs(void *arg1, unsigned arg2) |
+ | unsigned FPU_shrxs(void *arg1, unsigned arg2) |
| |
| Extended shift right function (optimized for small floating point |
| integers). |
@@ -110,7 +110,7 @@
| part which has been shifted out of the arg. |
| Results returned in the 64 bit arg and eax. |
+---------------------------------------------------------------------------*/
-ENTRY(shrxs)
+ENTRY(FPU_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