[svn] / trunk / xvidcore / src / dct / x86_64_asm / fdct_mmx_skal.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/x86_64_asm/fdct_mmx_skal.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: fdct_mmx_skal.asm,v 1.2 2008-08-19 09:06:48 Isibaar Exp $  ; * $Id: fdct_mmx_skal.asm,v 1.3 2008-11-11 20:46:24 Isibaar Exp $
24  ; *  ; *
25  ; ***************************************************************************/  ; ***************************************************************************/
26    
# Line 31  Line 31 
31                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
32                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
33                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
34                            %define ENDFUNC .endfunc
35                  %else                  %else
36                          global _%1                          global _%1
37                          %define %1 _%1                          %define %1 _%1
38                            %define ENDFUNC
39                  %endif                  %endif
40          %else          %else
41                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
42                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
43                            %define ENDFUNC .endfunc
44                  %else                  %else
45                          global %1                          global %1
46                            %define ENDFUNC
47                  %endif                  %endif
48          %endif          %endif
49  %endmacro  %endmacro
# Line 434  Line 438 
438    lea rdx, [fdct_table wrt rip] ; load offset, pic code    lea rdx, [fdct_table wrt rip] ; load offset, pic code
439    lea rbx, [fdct_rounding_1 wrt rip]    ; same    lea rbx, [fdct_rounding_1 wrt rip]    ; same
440    lea rdi, [fdct_rounding_2 wrt rip]    ; same too    lea rdi, [fdct_rounding_2 wrt rip]    ; same too
441  .loop  .loop:
442    %2 rcx, rcx, rdx, rbx, rdi    %2 rcx, rcx, rdx, rbx, rdi
443    add rcx, 2*8    add rcx, 2*8
444    add rdx, 2*32    add rdx, 2*32
# Line 447  Line 451 
451  %endif  %endif
452    
453    ret    ret
454  .endfunc  ENDFUNC
455  %endmacro  %endmacro
456    
457  ;=============================================================================  ;=============================================================================

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