mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
ARM itinerary properties.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157980 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -22,7 +22,11 @@ def A8_NLSPipe : FuncUnit; // NEON LS pipe
|
||||
//
|
||||
// Dual issue pipeline represented by A8_Pipe0 | A8_Pipe1
|
||||
//
|
||||
def CortexA8Itineraries : ProcessorItineraries<
|
||||
def CortexA8Itineraries : MultiIssueItineraries<
|
||||
2, // IssueWidth
|
||||
-1, // MinLatency - OperandCycles are interpreted as MinLatency.
|
||||
2, // LoadLatency - overriden by OperandCycles.
|
||||
10, // HighLatency - currently unused.
|
||||
[A8_Pipe0, A8_Pipe1, A8_LSPipe, A8_NPipe, A8_NLSPipe],
|
||||
[], [
|
||||
// Two fully-pipelined integer ALU pipelines
|
||||
|
Reference in New Issue
Block a user