mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Add support to model pipeline bypass / forwarding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -36,7 +36,7 @@ def RotateShift : InstrItinClass; // EVEN_UNIT
|
||||
def ImmLoad : InstrItinClass; // EVEN_UNIT
|
||||
|
||||
/* Note: The itinerary for the Cell SPU is somewhat contrived... */
|
||||
def SPUItineraries : ProcessorItineraries<[ODD_UNIT, EVEN_UNIT], [
|
||||
def SPUItineraries : ProcessorItineraries<[ODD_UNIT, EVEN_UNIT], [], [
|
||||
InstrItinData<LoadStore , [InstrStage<6, [ODD_UNIT]>]>,
|
||||
InstrItinData<BranchHints , [InstrStage<6, [ODD_UNIT]>]>,
|
||||
InstrItinData<BranchResolv, [InstrStage<4, [ODD_UNIT]>]>,
|
||||
|
Reference in New Issue
Block a user