Enum Class UpperRegister

java.lang.Object
java.lang.Enum<UpperRegister>
be.lmenten.avr.core.register.UpperRegister
All Implemented Interfaces:
IRegister, Serializable, Comparable<UpperRegister>, Constable

public enum UpperRegister extends Enum<UpperRegister> implements IRegister
  • Enum Constant Details

  • Method Details

    • values

      public static UpperRegister[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UpperRegister valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • lookup

      public static UpperRegister lookup(int r)
    • getIndex

      public int getIndex()
      Description copied from interface: IRegister
      Get index of register in register file.
      Specified by:
      getIndex in interface IRegister
      Returns:
    • getOperandIndex

      public int getOperandIndex()
      Description copied from interface: IRegister
      Get index of register for opcode encoding.
      Specified by:
      getOperandIndex in interface IRegister
      Returns: