Skip to content
Commit 3cd4362a authored by Evan Cheng's avatar Evan Cheng
Browse files

Implement four-wide shuffle with 2 shufps if no more than two elements come

from each vector. e.g.
        shuffle(G1, G2, 7, 1, 5, 2)
==>
        movaps _G2, %xmm0
        shufps $151, _G1, %xmm0
        shufps $216, %xmm0, %xmm0

llvm-svn: 28011
parent 1b7a5152
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment