Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!
commita58da035324408f2f536f18a1bf897af644860b1
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 19 Jul 2010 23:32:44 +0000 (19 23:32 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 19 Jul 2010 23:32:44 +0000 (19 23:32 +0000)
treeb6295c000d3ecafa2e0e8c61c3f533138c96531e
parente29098d3fe7ae7599c1a0087625ce2e1de6aba9f
Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108769 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTInstPrinter.h
lib/Target/X86/AsmPrinter/X86IntelInstPrinter.h
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86RegisterInfo.td
test/MC/AsmParser/X86/x86_32-encoding.s
test/MC/AsmParser/X86/x86_64-encoding.s
utils/TableGen/EDEmitter.cpp