Some instructions were missing, other implemented falsely. this patch aims at amendin...
authorCoby Tayree <coby.tayree@intel.com>
Sun, 20 Nov 2016 17:09:56 +0000 (17:09 +0000)
committerCoby Tayree <coby.tayree@intel.com>
Sun, 20 Nov 2016 17:09:56 +0000 (17:09 +0000)
commit97e9cf62f40dc2cc7c83920142f23a40c667f7d5
treed7fa2e166d83d413d0ed5da0c9b840c4a96e70d1
parent5fadce4a3f9c2a3c944a9f181676496539093559
Some instructions were missing, other implemented falsely. this patch aims at amending those issues. full list:

vcvtps2pd
vcvtudq2pd
vcvtps2qq
vcvttps2qq
vcvtps2uqq
vcvttps2uqq

variants are:

[Dst]XMM(zero-masked/merge-masked/unmasked)
[Src]Mem64

Differential Revision: https://reviews.llvm.org/D26799

llvm-svn: 287500
llvm/lib/Target/X86/X86InstrAVX512.td
llvm/test/MC/X86/intel-syntax-x86-64-avx512f_vl.s
llvm/test/MC/X86/intel-syntax-x86-avx512dq_vl.s [new file with mode: 0644]