| commit | bb81f80af6a05a20568f3a09e0d37c2326c759f5 | [log] [tgz] |
|---|---|---|
| author | Owen Anderson <resistor@mac.com> | Wed Nov 03 18:16:27 2010 +0000 |
| committer | Owen Anderson <resistor@mac.com> | Wed Nov 03 18:16:27 2010 +0000 |
| tree | 53e60acc4341aba996688313f78041382bf636db | |
| parent | c7d82d58b58ab7ea7c0b264d1b91b7b3ccc579fc [diff] |
Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by element size. Instead, all of the different element sizes are pseudo instructions that map down to vext.8 underneath, with the immediate shifted left to reflect the increased element size. llvm-svn: 118183