OSDN Git Service

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)
commit89ba3f29a1c1752aa85814d38e55f97935b4eb07
tree28e7c7caee709703b3dd7f0f95744566967c06e9
parentd14ddee539c634ccf2bcd8f6e446a8e0a1f6f0fd
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287500 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td
test/MC/X86/intel-syntax-x86-64-avx512f_vl.s
test/MC/X86/intel-syntax-x86-avx512dq_vl.s [new file with mode: 0644]