Uses of Class
mars.mips.hardware.InvalidRegisterAccessException

Package
Description
 
  • Uses of InvalidRegisterAccessException in mars.mips.hardware

    Modifier and Type
    Method
    Description
    static double
    Coprocessor1.getDoubleFloat(int number)
    Gets the double value stored in the given FPU register.
    static long
    Coprocessor1.getPairValue(int number)
    Gets a long representing the double value stored in the given double precision FPU register.
    static long
    Processor.getPairValue(int number)
    Gets a long representing the value stored in the given register as well as the next register.
    static void
    Coprocessor1.setDoubleFloat(int number, double value)
    Sets the value of the FPU register given to the double value given.
    static void
    Coprocessor1.setPairValue(int number, long value)
    Sets the value of the FPU register pair given to the long value containing 64 bit pattern given.
    static void
    Processor.setPairValue(int number, long value)
    Sets the value of the register pair given to the long value containing 64 bit pattern given.