|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthades.models.mips.instr.BaseInstr
hades.models.mips.instr.BranchBaseInstr
This is the base class to all ALU using instructions in register format
Field Summary |
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 | |
BranchBaseInstr(PartHandler newPartHandler,
Splitter newSplitter)
|
Method Summary | |
protected void |
branch()
Calculate branch destination and jump |
Methods inherited from class hades.models.mips.instr.BaseInstr |
calcAlu, getBreakpoint, getInstrLongFormat, getInstrName, getInstrShortFormat, getIsJump, giveDataAdr, init, operateData, por, reset, setBreakpoint, setInstrFrameNumber, translateDataAdr, writeRegister |
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 |
Constructor Detail |
public BranchBaseInstr(PartHandler newPartHandler, Splitter newSplitter)
Method Detail |
protected void branch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |