commit | 18fd3b757166c1c63284dc08f6dfd9e2061770be | [log] [tgz] |
---|---|---|
author | Ian Romanick <idr@us.ibm.com> | Thu Feb 14 16:53:05 2008 -0800 |
committer | Ian Romanick <idr@us.ibm.com> | Thu Feb 14 16:53:05 2008 -0800 |
tree | 24faaeb8e98e1835be7e80cd19a8b0023ba9f944 | |
parent | f1257fd7944c5b62a07cecf0608e63ec7a947706 [diff] |
Cell: pass pointers to stored memory values Several routines use shuffle patterns that are stored in memory. For code gen, it is difficult to directly access the data segments. The routines have been modified to be passed a pointer to a global table of shuffle patterns. This *should* be the last change to this file before switching over to code gen.