mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."
Reapplies r159406 with minor cleanup. The regressions appear to have been spurious. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -155,28 +155,30 @@ def CortexA8Itineraries : MultiIssueItineraries<
|
||||
// Load multiple, def is the 5th operand. Pipeline 0 only.
|
||||
// FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers.
|
||||
InstrItinData<IIC_iLoad_m , [InstrStage<2, [A8_Pipe0], 0>,
|
||||
InstrStage<2, [A8_LSPipe]>], [1, 1, 1, 1, 3]>,
|
||||
InstrStage<2, [A8_LSPipe]>],
|
||||
[1, 1, 1, 1, 3], [], -1>, // dynamic uops
|
||||
//
|
||||
// Load multiple + update, defs are the 1st and 5th operands.
|
||||
InstrItinData<IIC_iLoad_mu , [InstrStage<3, [A8_Pipe0], 0>,
|
||||
InstrStage<3, [A8_LSPipe]>], [2, 1, 1, 1, 3]>,
|
||||
InstrStage<3, [A8_LSPipe]>],
|
||||
[2, 1, 1, 1, 3], [], -1>, // dynamic uops
|
||||
//
|
||||
// Load multiple plus branch
|
||||
InstrItinData<IIC_iLoad_mBr, [InstrStage<3, [A8_Pipe0], 0>,
|
||||
InstrStage<3, [A8_LSPipe]>,
|
||||
InstrStage<1, [A8_Pipe0, A8_Pipe1]>],
|
||||
[1, 2, 1, 1, 3]>,
|
||||
[1, 2, 1, 1, 3], [], -1>, // dynamic uops
|
||||
//
|
||||
// Pop, def is the 3rd operand.
|
||||
InstrItinData<IIC_iPop , [InstrStage<3, [A8_Pipe0], 0>,
|
||||
InstrStage<3, [A8_LSPipe]>], [1, 1, 3]>,
|
||||
InstrStage<3, [A8_LSPipe]>],
|
||||
[1, 1, 3], [], -1>, // dynamic uops
|
||||
//
|
||||
// Push, def is the 3th operand.
|
||||
InstrItinData<IIC_iPop_Br, [InstrStage<3, [A8_Pipe0], 0>,
|
||||
InstrStage<3, [A8_LSPipe]>,
|
||||
InstrStage<1, [A8_Pipe0, A8_Pipe1]>],
|
||||
[1, 1, 3]>,
|
||||
|
||||
[1, 1, 3], [], -1>, // dynamic uops
|
||||
//
|
||||
// iLoadi + iALUr for t2LDRpci_pic.
|
||||
InstrItinData<IIC_iLoadiALU, [InstrStage<1, [A8_Pipe0, A8_Pipe1], 0>,
|
||||
@@ -231,12 +233,13 @@ def CortexA8Itineraries : MultiIssueItineraries<
|
||||
// Store multiple. Pipeline 0 only.
|
||||
// FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers.
|
||||
InstrItinData<IIC_iStore_m , [InstrStage<2, [A8_Pipe0], 0>,
|
||||
InstrStage<2, [A8_LSPipe]>]>,
|
||||
InstrStage<2, [A8_LSPipe]>],
|
||||
[], [], -1>, // dynamic uops
|
||||
//
|
||||
// Store multiple + update
|
||||
InstrItinData<IIC_iStore_mu, [InstrStage<2, [A8_Pipe0], 0>,
|
||||
InstrStage<2, [A8_LSPipe]>], [2]>,
|
||||
|
||||
InstrStage<2, [A8_LSPipe]>],
|
||||
[2], [], -1>, // dynamic uops
|
||||
//
|
||||
// Preload
|
||||
InstrItinData<IIC_Preload, [InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [2, 2]>,
|
||||
@@ -397,14 +400,16 @@ def CortexA8Itineraries : MultiIssueItineraries<
|
||||
InstrStage<1, [A8_NLSPipe], 0>,
|
||||
InstrStage<1, [A8_LSPipe]>,
|
||||
InstrStage<1, [A8_NLSPipe], 0>,
|
||||
InstrStage<1, [A8_LSPipe]>], [1, 1, 1, 2]>,
|
||||
InstrStage<1, [A8_LSPipe]>],
|
||||
[1, 1, 1, 2], [], -1>, // dynamic uops
|
||||
//
|
||||
// FP Load Multiple + update
|
||||
InstrItinData<IIC_fpLoad_mu,[InstrStage<1, [A8_Pipe0, A8_Pipe1], 0>,
|
||||
InstrStage<1, [A8_NLSPipe], 0>,
|
||||
InstrStage<1, [A8_LSPipe]>,
|
||||
InstrStage<1, [A8_NLSPipe], 0>,
|
||||
InstrStage<1, [A8_LSPipe]>], [2, 1, 1, 1, 2]>,
|
||||
InstrStage<1, [A8_LSPipe]>],
|
||||
[2, 1, 1, 1, 2], [], -1>, // dynamic uops
|
||||
//
|
||||
// Single-precision FP Store
|
||||
InstrItinData<IIC_fpStore32,[InstrStage<1, [A8_Pipe0, A8_Pipe1], 0>,
|
||||
@@ -423,15 +428,16 @@ def CortexA8Itineraries : MultiIssueItineraries<
|
||||
InstrStage<1, [A8_NLSPipe], 0>,
|
||||
InstrStage<1, [A8_LSPipe]>,
|
||||
InstrStage<1, [A8_NLSPipe], 0>,
|
||||
InstrStage<1, [A8_LSPipe]>], [1, 1, 1, 1]>,
|
||||
InstrStage<1, [A8_LSPipe]>],
|
||||
[1, 1, 1, 1], [], -1>, // dynamic uops
|
||||
//
|
||||
// FP Store Multiple + update
|
||||
InstrItinData<IIC_fpStore_mu,[InstrStage<1, [A8_Pipe0, A8_Pipe1], 0>,
|
||||
InstrStage<1, [A8_NLSPipe], 0>,
|
||||
InstrStage<1, [A8_LSPipe]>,
|
||||
InstrStage<1, [A8_NLSPipe], 0>,
|
||||
InstrStage<1, [A8_LSPipe]>], [2, 1, 1, 1, 1]>,
|
||||
|
||||
InstrStage<1, [A8_LSPipe]>],
|
||||
[2, 1, 1, 1, 1], [], -1>, // dynamic uops
|
||||
// NEON
|
||||
// Issue through integer pipeline, and execute in NEON unit.
|
||||
//
|
||||
|
Reference in New Issue
Block a user