|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hades.models.mips.instr.BaseInstr hades.models.mips.instr.BranchLinkBaseInstr
This is the base class to all ALU using instructions in register format
Field Summary | |
protected boolean |
branchTaken
|
protected int |
linkReg
|
Fields inherited from class hades.models.mips.instr.BaseInstr |
breakpoint, dataMmuAdr, dataRealAdr, dataValue, instrFrameNumber, instrLongFormat, instrName, instrShortFormat, isJump, partHandler, reg, regWritten, result, splitter |
Constructor Summary | |
BranchLinkBaseInstr(PartHandler newPartHandler,
Splitter newSplitter)
|
Method Summary | |
protected void |
branch()
Calculate branch destination and jump |
int |
writeRegister()
Skeletons for pipeline methods |
Methods inherited from class hades.models.mips.instr.BaseInstr |
calcAlu, getBreakpoint, getInstrLongFormat, getInstrName, getInstrShortFormat, getIsJump, giveDataAdr, init, operateData, por, reset, setBreakpoint, setInstrFrameNumber, translateDataAdr |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hades.models.mips.core.Resetable |
por, reset |
Field Detail |
protected boolean branchTaken
protected int linkReg
Constructor Detail |
public BranchLinkBaseInstr(PartHandler newPartHandler, Splitter newSplitter)
Method Detail |
public int writeRegister()
writeRegister
in class BaseInstr
protected void branch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |