[Wisp-cvs] wisp/users/dig mmx.tran,NONE,1.1 Makefile.am,1.29,1.30 pentium.tran,1.2,1.3
Status: Alpha
Brought to you by:
digg
|
From: <di...@us...> - 2003-05-19 14:56:54
|
Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv26537
Modified Files:
Makefile.am pentium.tran
Added Files:
mmx.tran
Log Message:
extracted mmx.tran from pentium.tran
--- NEW FILE: mmx.tran ---
\\\\ mmx.tran - MMX instructions for ia32
\
\ Copyleft © 2003 by Andres Soolo (di...@us...)
\ This file is licensed under the GNU GPL v2. If you
\ don't know what that means, please do read the GPL.
\
\\\\ @(#) $Id: mmx.tran,v 1.1 2003/05/19 14:56:50 digg Exp $
needs pentium
:regs mmxreg %mm0 %mm1 %mm2 %mm3 %mm4 %mm5 %mm6 %mm7 ;
\ vim: ft=tran
Index: Makefile.am
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/Makefile.am,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.am 19 May 2003 08:35:18 -0000 1.29
+++ Makefile.am 19 May 2003 14:56:50 -0000 1.30
@@ -9,7 +9,7 @@
EXTRA_DIST = .cvsignore .pycheckrc struburn.wisp bits.py linkie.py \
coff.py com.py elf.py pe.py \
tran.py tran-builtins tran-emitters builtin.tran \
- i8086.tran i80186.tran i80286.tran i80386.tran i80486.tran pentium.tran \
+ i8086.tran i80186.tran i80286.tran i80386.tran i80486.tran pentium.tran mmx.tran \
i8080.tran \
ia16.tran ia32.tran \
coff.tran elf.tran mz.tran pe.tran \
Index: pentium.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/pentium.tran,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pentium.tran 18 May 2003 17:47:38 -0000 1.2
+++ pentium.tran 19 May 2003 14:56:50 -0000 1.3
@@ -8,8 +8,6 @@
needs i80486
-:regs mmxreg %mm0 %mm1 %mm2 %mm3 %mm4 %mm5 %mm6 %mm7 ;
-
:[ ] $cpuid #x0F b, #xA2 b, ;
\ vim: ft=tran
|