Initial commit
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / os-support / misc / SlowBcopy.S
blob9b6af1d69f8016abe78ca7738bbf9b606606bc10
1 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/SlowBcopy.S,v 1.1 1999/07/10 07:24:51 dawes Exp $ */
2 /*******************************************************************************
3                         Copyright 1994 by Glenn G. Lai
5                         All Rights Reserved
7 Permission to use, copy, modify, and distribute this software and its
8 documentation for any purpose and without fee is hereby granted,
9 provided that the above copyr notice appear in all copies and that
10 both that copyr notice and this permission notice appear in
11 supporting documentation, and that the name of Glenn G. Lai not be
12 used in advertising or publicity pertaining to distribution of the
13 software without specific, written prior permission.
15 Glenn G. Lai DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
16 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
17 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
18 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
19 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
20 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
21 SOFTWARE.
23 Glenn G. Lai
24 P.O. Box 4314
25 Austin, Tx 78765
26 glenn@cs.utexas.edu)
27 7/21/94
28 *******************************************************************************/
29 /* $XConsortium: SlowBcopy.s /main/4 1996/02/21 17:40:52 kaleb $ */
31 /* 
32  *   Modified from the output generated by GCC
33  *
34  *   Create a dependency that should be immune from the effect of register
35  *   renaming as is commonly seen in superscalar processors.  This should
36  *   insert a minimum of 100-ns delays between reads/writes at clock rates
37  *   up to 100 MHz---GGL
38  *   
39  *   Slowbcopy(char *src, char *dst, int count)   
40  *   
41  */ 
43 #include "assyntax.h"
45         FILE("SlowBcopy.s")
47         AS_BEGIN
49 gcc2_compiled.:
50 ___gnu_compiled_c:
52         GLOBL   GLNAME(xf86SlowBcopy)
54         SEG_TEXT
55         ALIGNTEXT4
56 GLNAME(xf86SlowBcopy):
57         PUSH_L  (EBP)
58         MOV_L   (ESP,EBP)
59         PUSH_L  (ESI)
60         PUSH_L  (EBX)
61         MOV_L   (REGOFF(8,EBP),ECX)
62         MOV_L   (REGOFF(12,EBP),EDX)
63         MOV_L   (REGOFF(16,EBP),ESI)
64         XOR_L   (EAX,EAX)
65         CMP_L   (ESI,EAX)
66         JGE     (L3)
68         ALIGNTEXT4
69 L5:
70         MOV_B   (REGIND(ECX),BL)
72         MOV_B   (BL, BH)
73         MOV_B   (BH, BL)
74         MOV_B   (BL, BH)
75         MOV_B   (BH, BL)
76         MOV_B   (BL, BH)
77         MOV_B   (BH, BL)
78         MOV_B   (BL, BH)
79         MOV_B   (BH, BL)
80         MOV_B   (BL, BH)
81         MOV_B   (BH, BL)
83         MOV_B   (BL,REGIND(EDX))
85         INC_L   (ECX)
86         DEC_L   (ECX)
87         INC_L   (ECX)
88         DEC_L   (ECX)
89         INC_L   (ECX)
90         DEC_L   (ECX)
91         INC_L   (ECX)
92         DEC_L   (ECX)
93         INC_L   (ECX)
94         DEC_L   (ECX)
96         INC_L   (ECX)
97         INC_L   (EDX)
98         INC_L   (EAX)
99         CMP_L   (ESI,EAX)
100         JL      (L5)
102         LEA_L   (REGOFF(-8,EBP),ESP)
103         POP_L   (EBX)
104         POP_L   (ESI)
105         MOV_L   (EBP,ESP)
106         POP_L   (EBP)
107         RET