aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Utils/X86ShuffleDecode.cpp
AgeCommit message (Expand)Author
2011-08-12The VPERM2F128 is a AVX instruction which permutes between two 256-bitBruno Cardoso Lopes
2011-07-29Add DecodeShuffle shuffle support for VPERMIPD variantesBruno Cardoso Lopes
2011-07-26Recognize unpckh* masks and match 256-bit versions. The new versions areBruno Cardoso Lopes
2011-07-21Add support for 256-bit versions of VPERMIL instruction. This is a newBruno Cardoso Lopes
2011-03-02[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implementDavid Greene
2011-02-28fix a signed comparison warning.Chris Lattner
2011-02-28[AVX] Add decode support for VUNPCKLPS/D instructions, both 128-bitDavid Greene
2011-02-17[AVX] Recorganize X86ShuffleDecode into its own libraryDavid Greene