mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Add missed part of prev. commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101755 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -40,7 +40,8 @@ def IIPseudo : InstrItinClass;
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// MBlaze Generic instruction itineraries.
|
// MBlaze Generic instruction itineraries.
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
def MBlazeGenericItineraries : ProcessorItineraries<[
|
def MBlazeGenericItineraries : ProcessorItineraries<
|
||||||
|
[ALU, IMULDIV], [
|
||||||
InstrItinData<IIAlu , [InstrStage<1, [ALU]>]>,
|
InstrItinData<IIAlu , [InstrStage<1, [ALU]>]>,
|
||||||
InstrItinData<IILoad , [InstrStage<3, [ALU]>]>,
|
InstrItinData<IILoad , [InstrStage<3, [ALU]>]>,
|
||||||
InstrItinData<IIStore , [InstrStage<1, [ALU]>]>,
|
InstrItinData<IIStore , [InstrStage<1, [ALU]>]>,
|
||||||
|
Reference in New Issue
Block a user