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

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

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

revision 1795, Wed Nov 26 01:04:34 2008 UTC revision 1798, Wed Nov 26 02:21:02 2008 UTC
# Line 19  Line 19 
19  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: postprocessing_mmx.asm,v 1.7 2008-11-26 01:04:34 Isibaar Exp $  ; * $Id: postprocessing_mmx.asm,v 1.8 2008-11-26 02:21:02 Isibaar Exp $
23  ; *  ; *
24  ; *************************************************************************/  ; *************************************************************************/
25    
# Line 60  Line 60 
60    
61          movq mm6, [mmx_0x80]          movq mm6, [mmx_0x80]
62    
         mov eax, prm5d ; offset  
63  %ifdef ARCH_IS_X86_64  %ifdef ARCH_IS_X86_64
64            movsx _EAX, prm5d
65          lea r9, [mmx_offset]          lea r9, [mmx_offset]
66          movq mm7, [r9 + (_EAX + 128)*8]   ; being lazy          movq mm7, [r9 + (_EAX + 128)*8]   ; being lazy
67  %else  %else
68            mov eax, prm5d ; offset
69          movq mm7, [mmx_offset + (_EAX + 128)*8]   ; being lazy          movq mm7, [mmx_offset + (_EAX + 128)*8]   ; being lazy
70  %endif  %endif
71    

Legend:
Removed from v.1795  
changed lines
  Added in v.1798

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