[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pypy-svn
Subject:    [pypy-svn] r53215 - pypy/branch/jit-hotpath/pypy/jit/codegen/i386
From:       fijal () codespeak ! net
Date:       2008-03-31 21:11:44
Message-ID: 20080331211144.B46B61684D3 () codespeak ! net
[Download RAW message or body]

Author: fijal
Date: Mon Mar 31 23:11:44 2008
New Revision: 53215

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/i386/ri386setup.py
Log:
FILD instruction


Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/i386/ri386setup.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/i386/ri386setup.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/i386/ri386setup.py	Mon Mar 31 23:11:44 2008
@@ -483,6 +483,9 @@
 FISTP = Instruction()
 FISTP.mode1(MODRM, ['\xDB', orbyte(3<<3), modrm(1)])
 
+FILD = Instruction()
+FILD.mode1(MODRM, ['\xDB', orbyte(0<<3), modrm(1)])
+
 # ------------------------- end of floating point ------------------------
 
 UD2 = Instruction()      # reserved as an illegal instruction
_______________________________________________
pypy-svn mailing list
pypy-svn@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-svn
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic