summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMScheduleA8.td
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-11-29 19:35:29 +0000
committerBob Wilson <bob.wilson@apple.com>2010-11-29 19:35:29 +0000
commit86c6d80a7a20fa7decc3e914be5d1cb0f7f29a6f (patch)
tree9d85c8191632263c1c448250a23b7b5c4553cd04 /lib/Target/ARM/ARMScheduleA8.td
parent2fcda63763ef010c57f6e7f250868e355075f6cf (diff)
downloadllvm-86c6d80a7a20fa7decc3e914be5d1cb0f7f29a6f.tar.gz
llvm-86c6d80a7a20fa7decc3e914be5d1cb0f7f29a6f.tar.bz2
llvm-86c6d80a7a20fa7decc3e914be5d1cb0f7f29a6f.tar.xz
Add support for NEON VLD3-dup instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120312 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMScheduleA8.td')
-rw-r--r--lib/Target/ARM/ARMScheduleA8.td12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMScheduleA8.td b/lib/Target/ARM/ARMScheduleA8.td
index be92562a2e..1e9ec0791a 100644
--- a/lib/Target/ARM/ARMScheduleA8.td
+++ b/lib/Target/ARM/ARMScheduleA8.td
@@ -559,6 +559,18 @@ def CortexA8Itineraries : ProcessorItineraries<
InstrStage<5, [A8_LSPipe]>],
[4, 4, 5, 2, 1, 1, 1, 1, 1, 2]>,
//
+ // VLD3dup
+ InstrItinData<IIC_VLD3dup, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>,
+ InstrStage<3, [A8_NLSPipe], 0>,
+ InstrStage<3, [A8_LSPipe]>],
+ [2, 2, 3, 1]>,
+ //
+ // VLD3dupu
+ InstrItinData<IIC_VLD3dupu, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>,
+ InstrStage<3, [A8_NLSPipe], 0>,
+ InstrStage<3, [A8_LSPipe]>],
+ [2, 2, 3, 2, 1, 1]>,
+ //
// VLD4
InstrItinData<IIC_VLD4, [InstrStage<1, [A8_Pipe0, A8_Pipe1], 0>,
InstrStage<4, [A8_NLSPipe], 0>,