[pypy-svn] pypy default: couple more ops

fijal commits-noreply at bitbucket.org
Mon Feb 28 17:52:28 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r42346:d65bf418a793
Date: 2011-02-28 18:52 +0200
http://bitbucket.org/pypy/pypy/changeset/d65bf418a793/

Log:	couple more ops

diff --git a/pypy/translator/c/gcc/trackgcroot.py b/pypy/translator/c/gcc/trackgcroot.py
--- a/pypy/translator/c/gcc/trackgcroot.py
+++ b/pypy/translator/c/gcc/trackgcroot.py
@@ -456,7 +456,7 @@
         'inc', 'dec', 'not', 'neg', 'or', 'and', 'sbb', 'adc',
         'shl', 'shr', 'sal', 'sar', 'rol', 'ror', 'mul', 'imul', 'div', 'idiv',
         'bswap', 'bt', 'rdtsc',
-        'punpck', 'pshufd', 'pcmp', 'pand',
+        'punpck', 'pshufd', 'pcmp', 'pand', 'psslw', 'pssld', 'psslq',
         # zero-extending moves should not produce GC pointers
         'movz', 
         ])


More information about the Pypy-commit mailing list