summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-05-03 01:28:32 +0000
committerEric Christopher <echristo@apple.com>2011-05-03 01:28:32 +0000
commitd2aa241378e5f217f0d605bab2e4139992f04cfc (patch)
treec90f7b7e1642dae2147f601bff8f551fedc536c8 /llvm/lib/Target
parent6136e94897070e8fb73625c011a596c3f59a7334 (diff)
downloadbcm5719-llvm-d2aa241378e5f217f0d605bab2e4139992f04cfc.tar.gz
bcm5719-llvm-d2aa241378e5f217f0d605bab2e4139992f04cfc.zip
xmm0 is an implicit parameter in this and so shouldn't be in the
string template. Fixes rdar://8493866 llvm-svn: 130747
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86InstrSSE.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86InstrSSE.td b/llvm/lib/Target/X86/X86InstrSSE.td
index cde3f6b7d3c..bdd27df5a3a 100644
--- a/llvm/lib/Target/X86/X86InstrSSE.td
+++ b/llvm/lib/Target/X86/X86InstrSSE.td
@@ -4733,14 +4733,14 @@ let Uses = [XMM0], Constraints = "$src1 = $dst" in {
def rr0 : SS48I<opc, MRMSrcReg, (outs VR128:$dst),
(ins VR128:$src1, VR128:$src2),
!strconcat(OpcodeStr,
- "\t{%xmm0, $src2, $dst|$dst, $src2, %xmm0}"),
+ "\t{$src2, $dst|$dst, $src2}"),
[(set VR128:$dst, (IntId VR128:$src1, VR128:$src2, XMM0))]>,
OpSize;
def rm0 : SS48I<opc, MRMSrcMem, (outs VR128:$dst),
(ins VR128:$src1, i128mem:$src2),
!strconcat(OpcodeStr,
- "\t{%xmm0, $src2, $dst|$dst, $src2, %xmm0}"),
+ "\t{$src2, $dst|$dst, $src2}"),
[(set VR128:$dst,
(IntId VR128:$src1,
(bitconvert (memopv16i8 addr:$src2)), XMM0))]>, OpSize;
OpenPOWER on IntegriCloud