aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrFormats.td
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-06-23 20:15:42 +0000
committerCraig Topper <craig.topper@gmail.com>2012-06-23 20:15:42 +0000
commit6fc218e3a1f16ae82e9f2edbb36ff8190843336a (patch)
treea378ca95b10f274fa897469f4373b0ac1e59e674 /lib/Target/X86/X86InstrFormats.td
parentd52998a8155e2c45d131e2dbfb97c3fdcbb57435 (diff)
downloadexternal_llvm-6fc218e3a1f16ae82e9f2edbb36ff8190843336a.zip
external_llvm-6fc218e3a1f16ae82e9f2edbb36ff8190843336a.tar.gz
external_llvm-6fc218e3a1f16ae82e9f2edbb36ff8190843336a.tar.bz2
Move CVTPD2DQ to use SSE2 predicate instead of SSE3. Move DQ2PD and PD2DQ to the SSE2 section of the file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrFormats.td')
-rw-r--r--lib/Target/X86/X86InstrFormats.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86InstrFormats.td b/lib/Target/X86/X86InstrFormats.td
index 38f190a..763f234 100644
--- a/lib/Target/X86/X86InstrFormats.td
+++ b/lib/Target/X86/X86InstrFormats.td
@@ -366,6 +366,7 @@ class VPSI<bits<8> o, Format F, dag outs, dag ins, string asm,
//
// SDI - SSE2 instructions with XD prefix.
// SDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix.
+// SSDI - SSE2 instructions with XD prefix.
// SSDIi8 - SSE2 instructions with ImmT == Imm8 and XS prefix.
// PDI - SSE2 instructions with TB and OpSize prefixes.
// PDIi8 - SSE2 instructions with ImmT == Imm8 and TB and OpSize prefixes.