From ae528f65ba731e2e080822496ef36db950ffe1c1 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 24 Aug 2010 19:24:18 +0000 Subject: MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111947 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/X86/x86_instructions.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s index 8adcc9e..eed69e0 100644 --- a/test/MC/AsmParser/X86/x86_instructions.s +++ b/test/MC/AsmParser/X86/x86_instructions.s @@ -158,3 +158,6 @@ INT3 // CHECK: movaps %xmm3, (%esi) // CHECK-STDERR: warning: scale factor without index register is ignored movaps %xmm3, (%esi, 2) + +// CHECK: imull $12, %eax, %eax +imul $12, %eax -- cgit v1.1