[cvs] / xvidcore / src / motion / x86_asm / sad_mmx.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/x86_asm/sad_mmx.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13, Mon Apr 12 15:49:56 2004 UTC revision 1.16, Sun Aug 29 10:02:38 2004 UTC
# Line 28  Line 28 
28    
29  %macro cglobal 1  %macro cglobal 1
30          %ifdef PREFIX          %ifdef PREFIX
31                    %ifdef MARK_FUNCS
32                            global _%1:function %1.endfunc-%1
33                            %define %1 _%1:function %1.endfunc-%1
34                    %else
35                  global _%1                  global _%1
36                  %define %1 _%1                  %define %1 _%1
37                    %endif
38            %else
39                    %ifdef MARK_FUNCS
40                            global %1:function %1.endfunc-%1
41          %else          %else
42                  global %1                  global %1
43          %endif          %endif
44            %endif
45  %endmacro  %endmacro
46    
47  ;=============================================================================  ;=============================================================================
# Line 40  Line 49 
49  ;=============================================================================  ;=============================================================================
50    
51  %ifdef FORMAT_COFF  %ifdef FORMAT_COFF
52  SECTION .rodata data  SECTION .rodata
53  %else  %else
54  SECTION .rodata data align=16  SECTION .rodata align=16
55  %endif  %endif
56    
57  ALIGN 16  ALIGN 16
# Line 319  Line 328 
328    movd eax, mm6    movd eax, mm6
329    
330    ret    ret
331    .endfunc
332    
333  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
334  ;  ;
# Line 351  Line 361 
361    movd eax, mm6    movd eax, mm6
362    
363    ret    ret
364    .endfunc
365    
366  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
367  ;  ;
# Line 441  Line 452 
452    pop ebx    pop ebx
453    
454    ret    ret
455    .endfunc
456    
457  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
458  ;  ;
# Line 505  Line 517 
517    pop ebx    pop ebx
518    
519    ret    ret
520    .endfunc
521    
522  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
523  ;  ;
# Line 543  Line 556 
556    movd eax, mm6    movd eax, mm6
557    pop ebx    pop ebx
558    ret    ret
559    .endfunc
560    
561  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
562  ;  ;
# Line 622  Line 636 
636    movd eax, mm6    movd eax, mm6
637    
638    ret    ret
639    .endfunc
640    
641  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
642  ;  ;
# Line 671  Line 686 
686    pop edi    pop edi
687    pop esi    pop esi
688    ret    ret
689    .endfunc
690    
691  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
692  ;  ;
# Line 735  Line 751 
751    pop edi    pop edi
752    pop esi    pop esi
753    ret    ret
754    .endfunc
755    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.16

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4