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

Diff of /trunk/xvidcore/src/nasm.inc

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

revision 1833, Mon Dec 1 14:45:46 2008 UTC revision 1845, Thu Dec 4 18:30:36 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: nasm.inc,v 1.3 2008-12-01 14:45:45 Isibaar Exp $  ; * $Id: nasm.inc,v 1.5 2008-12-04 18:30:36 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 103  Line 103 
103  %define PTR_SIZE 8  %define PTR_SIZE 8
104  %define PTR_TYPE qword  %define PTR_TYPE qword
105    
106    %ifdef __YASM_VERSION_ID__
107    %define XVID_MOVSXD movsxd
108    %else
109    %define XVID_MOVSXD movsx
110    %endif
111    
112  %else  %else
113    
# Line 149  Line 154 
154  %define PUSH_XMM6_XMM7  %define PUSH_XMM6_XMM7
155  %define POP_XMM6_XMM7  %define POP_XMM6_XMM7
156    
157    %define XVID_MOVSXD movsx
158  %endif  %endif
159    
160    
# Line 168  Line 174 
174        %endif        %endif
175  %endmacro  %endmacro
176    
177    %macro TEXT 0
178          SECTION .rotext align=SECTION_ALIGN
179    %endmacro
180    
181  %macro cglobal 1  %macro cglobal 1
182          %ifdef PREFIX          %ifdef PREFIX
183                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS

Legend:
Removed from v.1833  
changed lines
  Added in v.1845

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