.. | .. |
---|
33 | 33 | | Results returned in the 64 bit arg and eax. | |
---|
34 | 34 | +---------------------------------------------------------------------------*/ |
---|
35 | 35 | |
---|
36 | | -ENTRY(FPU_shrx) |
---|
| 36 | +SYM_FUNC_START(FPU_shrx) |
---|
37 | 37 | push %ebp |
---|
38 | 38 | movl %esp,%ebp |
---|
39 | 39 | pushl %esi |
---|
.. | .. |
---|
55 | 55 | popl %ebx |
---|
56 | 56 | popl %esi |
---|
57 | 57 | leave |
---|
58 | | - ret |
---|
| 58 | + RET |
---|
59 | 59 | |
---|
60 | 60 | L_more_than_31: |
---|
61 | 61 | cmpl $64,%ecx |
---|
.. | .. |
---|
70 | 70 | movl $0,4(%esi) |
---|
71 | 71 | popl %esi |
---|
72 | 72 | leave |
---|
73 | | - ret |
---|
| 73 | + RET |
---|
74 | 74 | |
---|
75 | 75 | L_more_than_63: |
---|
76 | 76 | cmpl $96,%ecx |
---|
.. | .. |
---|
84 | 84 | movl %edx,4(%esi) |
---|
85 | 85 | popl %esi |
---|
86 | 86 | leave |
---|
87 | | - ret |
---|
| 87 | + RET |
---|
88 | 88 | |
---|
89 | 89 | L_more_than_95: |
---|
90 | 90 | xorl %eax,%eax |
---|
.. | .. |
---|
92 | 92 | movl %eax,4(%esi) |
---|
93 | 93 | popl %esi |
---|
94 | 94 | leave |
---|
95 | | - ret |
---|
96 | | -ENDPROC(FPU_shrx) |
---|
| 95 | + RET |
---|
| 96 | +SYM_FUNC_END(FPU_shrx) |
---|
97 | 97 | |
---|
98 | 98 | |
---|
99 | 99 | /*---------------------------------------------------------------------------+ |
---|
.. | .. |
---|
112 | 112 | | part which has been shifted out of the arg. | |
---|
113 | 113 | | Results returned in the 64 bit arg and eax. | |
---|
114 | 114 | +---------------------------------------------------------------------------*/ |
---|
115 | | -ENTRY(FPU_shrxs) |
---|
| 115 | +SYM_FUNC_START(FPU_shrxs) |
---|
116 | 116 | push %ebp |
---|
117 | 117 | movl %esp,%ebp |
---|
118 | 118 | pushl %esi |
---|
.. | .. |
---|
146 | 146 | popl %ebx |
---|
147 | 147 | popl %esi |
---|
148 | 148 | leave |
---|
149 | | - ret |
---|
| 149 | + RET |
---|
150 | 150 | |
---|
151 | 151 | /* Shift by [0..31] bits */ |
---|
152 | 152 | Ls_less_than_32: |
---|
.. | .. |
---|
163 | 163 | popl %ebx |
---|
164 | 164 | popl %esi |
---|
165 | 165 | leave |
---|
166 | | - ret |
---|
| 166 | + RET |
---|
167 | 167 | |
---|
168 | 168 | /* Shift by [64..95] bits */ |
---|
169 | 169 | Ls_more_than_63: |
---|
.. | .. |
---|
189 | 189 | popl %ebx |
---|
190 | 190 | popl %esi |
---|
191 | 191 | leave |
---|
192 | | - ret |
---|
| 192 | + RET |
---|
193 | 193 | |
---|
194 | 194 | Ls_more_than_95: |
---|
195 | 195 | /* Shift by [96..inf) bits */ |
---|
.. | .. |
---|
203 | 203 | popl %ebx |
---|
204 | 204 | popl %esi |
---|
205 | 205 | leave |
---|
206 | | - ret |
---|
207 | | -ENDPROC(FPU_shrxs) |
---|
| 206 | + RET |
---|
| 207 | +SYM_FUNC_END(FPU_shrxs) |
---|