Uses of Class
mars.mips.hardware.Register
Packages that use Register
-
Uses of Register in mars.mips.hardware
Methods in mars.mips.hardware that return RegisterModifier and TypeMethodDescriptionstatic RegisterProcessor.getExecutePCRegister()Get the Register object for program counter.static RegisterProcessor.getFetchPCRegister()Get the Register object for program counter.static RegisterProcessor.getHighOrderRegister()static RegisterProcessor.getLowOrderRegister()static RegisterCoprocessor1.getRegister(String name) Get the register corresponding to a given register name.static RegisterProcessor.getRegister(String name) Get the register object corresponding to a given name.static Register[]Coprocessor0.getRegisters()For returning the set of registers.static Register[]Coprocessor1.getRegisters()For returning the set of registers.static Register[]Processor.getRegisters()Get the set of accessible registers, including pc, hi, and lo.Methods in mars.mips.hardware with parameters of type RegisterModifier and TypeMethodDescriptiondefault voidRegister.Listener.registerRead(Register register) default voidRegister.Listener.registerWritten(Register register) -
Uses of Register in mars.simulator
Methods in mars.simulator with parameters of type RegisterModifier and TypeMethodDescriptionvoidBackStepper.registerChanged(Register register, int restoreValue) Add a new "back step" (the undo action) to the stack. -
Uses of Register in mars.tools
Methods in mars.tools with parameters of type RegisterModifier and TypeMethodDescriptionvoidFloatRepresentation.registerWritten(Register register) voidVisualStack.registerWritten(Register stackPtr) -
Uses of Register in mars.venus
Methods in mars.venus with parameters of type RegisterModifier and TypeMethodDescriptionvoidCoprocessor0Tab.highlightRegister(Register register) Highlight the row corresponding to the given register.voidCoprocessor1Tab.highlightRegister(Register register) Highlight the row corresponding to the given register.voidProcessorTab.highlightRegister(Register register) Highlight the row corresponding to the given register.abstract voidRegistersDisplayTab.highlightRegister(Register register) Highlight the row corresponding to the given register.voidRegistersDisplayTab.registerWritten(Register register)