Implemented encoding and intrinsics of the following instructions
authorIgor Breger <igor.breger@intel.com>
Sun, 26 Jul 2015 14:41:44 +0000 (14:41 +0000)
committerIgor Breger <igor.breger@intel.com>
Sun, 26 Jul 2015 14:41:44 +0000 (14:41 +0000)
commit6df163bcdf6834eab4c2f3e1c7af0324ee40af91
tree1a7df032cd572b342ca7d94f78d9e9002ce14599
parent6eda2f880ceaeba2d7234754f01fe568f0907d27
Implemented encoding and intrinsics of the following instructions
  vunpckhps/pd, vunpcklps/pd,
  vpunpcklbw, vpunpckhbw, vpunpcklwd, vpunpckhwd, vpunpckldq, vpunpckhdq, vpunpcklqdq, vpunpckhqdq
Added tests for intrinsics and encoding.

Differential Revision: http://reviews.llvm.org/D11509

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243246 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/IR/IntrinsicsX86.td
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86IntrinsicsInfo.h
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512bwvl-intrinsics.ll
test/CodeGen/X86/avx512vl-intrinsics.ll
test/MC/X86/avx512-encodings.s
test/MC/X86/x86-64-avx512bw.s
test/MC/X86/x86-64-avx512bw_vl.s
test/MC/X86/x86-64-avx512f_vl.s