[pypy-commit] pypy default: Add the pblend* instructions.

arigo noreply at buildbot.pypy.org
Sat Aug 24 16:50:58 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r66310:3e8d338192e8
Date: 2013-08-24 16:50 +0200
http://bitbucket.org/pypy/pypy/changeset/3e8d338192e8/

Log:	Add the pblend* 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', 'pmovzx', 'pmovsx',
+        'psub', 'punpck', 'pxor', 'pmovzx', 'pmovsx', 'pblend',
         # all vectors don't produce pointers
         'v',
         # sign-extending moves should not produce GC pointers


More information about the pypy-commit mailing list