Support all 128-bit AVX vector intrinsics. Most part of them I already
commit693e9155256e2d8130159e044fdebfd8a3bd76a7
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 30 Jul 2010 19:54:33 +0000 (30 19:54 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 30 Jul 2010 19:54:33 +0000 (30 19:54 +0000)
tree5f31131df7d2005fab4f00577ae6f7e64c28f7e1
parent48676cc78bb647f96bfcbdd644addccdb3d5b683
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