[svn] / trunk / xvidcore / src / image / x86_asm / deintl_sse.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/image/x86_asm/deintl_sse.asm

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

revision 1792, Tue Sep 2 12:23:30 2008 UTC revision 1793, Tue Nov 11 20:46:24 2008 UTC
# Line 20  Line 20 
20  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
21  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22  ; *  ; *
23  ; * $Id: deintl_sse.asm,v 1.2 2008-08-19 09:06:48 Isibaar Exp $  ; * $Id: deintl_sse.asm,v 1.3 2008-11-11 20:46:24 Isibaar Exp $
24  ; *  ; *
25  ; *************************************************************************/  ; *************************************************************************/
26    
# Line 39  Line 39 
39                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
40                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
41                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
42                            %define ENDFUNC .endfunc
43                  %else                  %else
44                          global _%1                          global _%1
45                          %define %1 _%1                          %define %1 _%1
46                            %define ENDFUNC
47                  %endif                  %endif
48          %else          %else
49                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
50                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
51                            %define ENDFUNC .endfunc
52                  %else                  %else
53                          global %1                          global %1
54                            %define ENDFUNC
55                  %endif                  %endif
56          %endif          %endif
57  %endmacro  %endmacro
# Line 90  Line 94 
94    
95    movq mm6, [Mask_6b]    movq mm6, [Mask_6b]
96    
97  .Loop_x  .Loop_x:
98    push eax    push eax
99    movq mm1, [eax      ]    movq mm1, [eax      ]
100    movq mm2, [eax+  edx]    movq mm2, [eax+  edx]
# Line 146  Line 150 
150    
151    pop ebx    pop ebx
152    ret    ret
153  .endfunc  ENDFUNC
154    
155  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////
156    

Legend:
Removed from v.1792  
changed lines
  Added in v.1793

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