[cvs] / xvidcore / src / nasm.inc Repository:
ViewVC logotype

Diff of /xvidcore/src/nasm.inc

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

revision 1.2, Sun Nov 30 16:36:44 2008 UTC revision 1.3, Mon Dec 1 14:45:45 2008 UTC
# Line 50  Line 50 
50  %define prm7d dword prm7  %define prm7d dword prm7
51  %define prm8d dword prm8  %define prm8d dword prm8
52    
53    %macro PUSH_XMM6_XMM7 0
54          movdqa [_ESP+PTR_SIZE], xmm6
55          movdqa [_ESP+PTR_SIZE+16], xmm7
56    %endmacro
57    
58    %macro POP_XMM6_XMM7 0
59          movdqa xmm6, [_ESP+PTR_SIZE]
60          movdqa xmm7, [_ESP+PTR_SIZE+16]
61    %endmacro
62    
63  %else ; Linux  %else ; Linux
64    
65  %define prm1 rdi  %define prm1 rdi
# Line 70  Line 80 
80  %define prm7d dword prm7  %define prm7d dword prm7
81  %define prm8d dword prm8  %define prm8d dword prm8
82    
83    %define PUSH_XMM6_XMM7
84    %define POP_XMM6_XMM7
85    
86  %endif  %endif
87    
88  %define _EAX rax  %define _EAX rax
# Line 90  Line 103 
103  %define PTR_SIZE 8  %define PTR_SIZE 8
104  %define PTR_TYPE qword  %define PTR_TYPE qword
105    
106    
107  %else  %else
108    
109  %define SECTION_ALIGN 16  %define SECTION_ALIGN 16
# Line 132  Line 146 
146  %define PTR_SIZE 4  %define PTR_SIZE 4
147  %define PTR_TYPE dword  %define PTR_TYPE dword
148    
149    %define PUSH_XMM6_XMM7
150    %define POP_XMM6_XMM7
151    
152  %endif  %endif
153    
154    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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