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.getDoubleFromRegisterPair(int reg)Gets the double value stored in the given FPU register.static doubleCoprocessor1.getDoubleFromRegisterPair(String reg)Gets the double value stored in the given FPU register.static longCoprocessor1.getLongFromRegisterPair(int reg)Gets a long representing the double value stored in the given double precision FPU register.static longCoprocessor1.getLongFromRegisterPair(String reg)Gets the double value stored in the given FPU register.static voidCoprocessor1.setRegisterPairToDouble(int reg, double val)Sets the value of the FPU register given to the double value given.static voidCoprocessor1.setRegisterPairToDouble(String reg, double val)Sets the value of the FPU register given to the double value given.static voidCoprocessor1.setRegisterPairToLong(int reg, long val)Sets the value of the FPU register pair given to the long value containing 64 bit pattern given.static voidCoprocessor1.setRegisterPairToLong(String reg, long val)Sets the value of the FPU register pair given to the long value containing 64 bit pattern given.