--- trunk/xvidcore/src/utils/x86_asm/mem_transfer_3dne.asm 2004/08/29 05:32:29 1539 +++ trunk/xvidcore/src/utils/x86_asm/mem_transfer_3dne.asm 2004/08/29 10:02:38 1540 @@ -19,7 +19,7 @@ ; * along with this program ; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: mem_transfer_3dne.asm,v 1.5 2004-08-22 11:46:10 edgomez Exp $ +; * $Id: mem_transfer_3dne.asm,v 1.6 2004-08-29 10:02:38 edgomez Exp $ ; * ; ***************************************************************************/ @@ -31,15 +31,15 @@ %macro cglobal 1 %ifdef PREFIX %ifdef MARK_FUNCS - global _%1:function - %define %1 _%1:function + global _%1:function %1.endfunc-%1 + %define %1 _%1:function %1.endfunc-%1 %else global _%1 %define %1 _%1 %endif %else %ifdef MARK_FUNCS - global %1:function + global %1:function %1.endfunc-%1 %else global %1 %endif @@ -148,7 +148,7 @@ movq [byte ecx+1*64+48], mm6 movq [ecx+1*64+40], mm7 ret - +.endfunc ;----------------------------------------------------------------------------- @@ -194,6 +194,7 @@ movq [eax+4*edx], mm7 movq [ecx+2*edx], mm6 ret +.endfunc ;----------------------------------------------------------------------------- ; @@ -263,6 +264,7 @@ COPY_8_TO_16_SUB 3, 1 mov edi, ecx ret +.endfunc ALIGN 16 transfer_8to16subro_3dne: @@ -280,6 +282,7 @@ COPY_8_TO_16_SUB 3, 0 mov edi, ecx ret +.endfunc ;----------------------------------------------------------------------------- @@ -351,6 +354,7 @@ COPY_8_TO_16_SUB2_SSE 3 ret +.endfunc ;----------------------------------------------------------------------------- @@ -398,6 +402,7 @@ lea ecx,[byte ecx+2*edx] COPY_16_TO_8_ADD 3 ret +.endfunc ;----------------------------------------------------------------------------- ; @@ -430,3 +435,5 @@ lea ecx,[byte ecx+2*edx] COPY_8_TO_8 ret +.endfunc +