Support all 128-bit AVX vector intrinsics. Most part of them I already
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 30 Jul 2010 19:54:33 +0000 (19:54 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 30 Jul 2010 19:54:33 +0000 (19:54 +0000)
commit98f985607b9521935efbb537cc475724b97449e9
tree5f31131df7d2005fab4f00577ae6f7e64c28f7e1
parent5b7dab83e9d51813582f7727b5c2d1b00c7a8a85
Support all 128-bit AVX vector intrinsics. Most part of them I already
declared during the addition of the assembler support, the additional
changes are:
- Add missing intrinsics
- Move all SSE conversion instructions in X86InstInfo64.td to the SSE.td file.
- Duplicate some patterns to AVX mode.
- Step into PCMPEST/PCMPIST custom inserter and add AVX versions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109878 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrSSE.td