Uses of Class
mars.mips.hardware.InvalidRegisterAccessException
Packages that use InvalidRegisterAccessException
-
Uses of InvalidRegisterAccessException in mars.mips.hardware
Methods in mars.mips.hardware that throw InvalidRegisterAccessExceptionModifier and TypeMethodDescriptionstatic doubleCoprocessor1.getDoubleFloat(int number) Gets the double value stored in the given FPU register.static longCoprocessor1.getPairValue(int number) Gets a long representing the double value stored in the given double precision FPU register.static longProcessor.getPairValue(int number) Gets a long representing the value stored in the given register as well as the next register.static voidCoprocessor1.setDoubleFloat(int number, double value) Sets the value of the FPU register given to the double value given.static voidCoprocessor1.setPairValue(int number, long value) Sets the value of the FPU register pair given to the long value containing 64 bit pattern given.static voidProcessor.setPairValue(int number, long value) Sets the value of the register pair given to the long value containing 64 bit pattern given.