mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Fix an obvious cut-n-paste error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90c1d7ddfc
commit
5d9e016025
@ -1396,11 +1396,11 @@ def CortexA9Itineraries : ProcessorItineraries<
|
||||
[4, 2, 2]>,
|
||||
//
|
||||
// Double-register Absolute Difference and Accumulate
|
||||
InstrItinData<IIC_VABAD, [InstrStage<7, [A9_DRegsVFP], 0, Reserved>,
|
||||
InstrStage<1, [A9_Issue0, A9_Issue1], 0>,
|
||||
InstrItinData<IIC_VABAD, [InstrStage<1, [A9_Issue0, A9_Issue1], 0>,
|
||||
InstrStage<1, [A9_MUX0], 0>,
|
||||
InstrStage<1, [A9_DRegsN], 0, Required>,
|
||||
// Extra latency cycles since wbck is 6 cycles
|
||||
InstrStage<7, [A9_DRegsVFP], 0, Reserved>,
|
||||
InstrStage<1, [A9_NPipe]>],
|
||||
[6, 3, 2, 1]>,
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user