[pypy-commit] pypy default: Two new SSE 4 instructions

arigo noreply at buildbot.pypy.org
Wed Aug 21 10:01:44 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r66276:8de0c4e1a787
Date: 2013-08-21 09:59 +0200
http://bitbucket.org/pypy/pypy/changeset/8de0c4e1a787/

Log:	Two new SSE 4 instructions

diff --git a/rpython/translator/c/gcc/trackgcroot.py b/rpython/translator/c/gcc/trackgcroot.py
--- a/rpython/translator/c/gcc/trackgcroot.py
+++ b/rpython/translator/c/gcc/trackgcroot.py
@@ -489,7 +489,7 @@
         'pabs', 'pack', 'padd', 'palign', 'pand', 'pavg', 'pcmp', 'pextr',
         'phadd', 'phsub', 'pinsr', 'pmadd', 'pmax', 'pmin', 'pmovmsk',
         'pmul', 'por', 'psadb', 'pshuf', 'psign', 'psll', 'psra', 'psrl',
-        'psub', 'punpck', 'pxor',
+        'psub', 'punpck', 'pxor', 'pmovzx', 'pmovsx',
         # all vectors don't produce pointers
         'v',
         # sign-extending moves should not produce GC pointers


More information about the pypy-commit mailing list