summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMInstrFormats.td
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-05 19:55:46 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-05 19:55:46 +0000
commit0a978ef7151620f9c0c04ab249dbfb291d4288ea (patch)
tree7ccf0144a7102bcebacd46747d28279283d96f2c /llvm/lib/Target/ARM/ARMInstrFormats.td
parent8efef60f6992783f8cb9713ad4525a4fa7fa4b39 (diff)
downloadbcm5719-llvm-0a978ef7151620f9c0c04ab249dbfb291d4288ea.tar.gz
bcm5719-llvm-0a978ef7151620f9c0c04ab249dbfb291d4288ea.zip
ARM assmebler parsing for two-operand VMUL instructions.
Combined destination and first source operand for f32 variant of the VMUL (by scalar) instruction. rdar://10522016 llvm-svn: 145842
Diffstat (limited to 'llvm/lib/Target/ARM/ARMInstrFormats.td')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrFormats.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td
index e5cda4ec88a..a0d04c03fc2 100644
--- a/llvm/lib/Target/ARM/ARMInstrFormats.td
+++ b/llvm/lib/Target/ARM/ARMInstrFormats.td
@@ -231,6 +231,8 @@ class VFP2InstAlias<string Asm, dag Result, bit Emit = 0b1>
: InstAlias<Asm, Result, Emit>, Requires<[HasVFP2]>;
class VFP3InstAlias<string Asm, dag Result, bit Emit = 0b1>
: InstAlias<Asm, Result, Emit>, Requires<[HasVFP3]>;
+class NEONInstAlias<string Asm, dag Result, bit Emit = 0b1>
+ : InstAlias<Asm, Result, Emit>, Requires<[HasNEON]>;
//===----------------------------------------------------------------------===//
// ARM Instruction templates.
OpenPOWER on IntegriCloud