Uses of Enum Class
be.lmenten.avr.core.register.UpperRegister
Packages that use UpperRegister
Package
Description
-
Uses of UpperRegister in be.lmenten.avr.core.instruction.arithmetic
Constructors in be.lmenten.avr.core.instruction.arithmetic with parameters of type UpperRegisterModifierConstructorDescriptionMULS(UpperRegister rd, UpperRegister rr)SBCI(UpperRegister rd, int K)SUBI(UpperRegister rd, int K) -
Uses of UpperRegister in be.lmenten.avr.core.instruction.arithmetic.test
Constructors in be.lmenten.avr.core.instruction.arithmetic.test with parameters of type UpperRegister -
Uses of UpperRegister in be.lmenten.avr.core.instruction.bit
Constructors in be.lmenten.avr.core.instruction.bit with parameters of type UpperRegister -
Uses of UpperRegister in be.lmenten.avr.core.instruction.logic
Constructors in be.lmenten.avr.core.instruction.logic with parameters of type UpperRegister -
Uses of UpperRegister in be.lmenten.avr.core.instruction.transfer
Constructors in be.lmenten.avr.core.instruction.transfer with parameters of type UpperRegisterModifierConstructorDescriptionLDI(UpperRegister rd, int K)LDS16(UpperRegister rd, int k)SER(UpperRegister rd)STS16(UpperRegister rr, int k) -
Uses of UpperRegister in be.lmenten.avr.core.instruction.xbase
Methods in be.lmenten.avr.core.instruction.xbase that return UpperRegisterModifier and TypeMethodDescriptionInstruction_Rd4.getRd()Instruction_Rd4Rr4.getRr()Instruction_Rr4.getRr()Methods in be.lmenten.avr.core.instruction.xbase with parameters of type UpperRegisterModifier and TypeMethodDescriptionprotected voidInstruction_Rd4.setRd(UpperRegister rd)protected voidInstruction_Rr4.setRd(UpperRegister rr)protected voidInstruction_Rd4Rr4.setRr(UpperRegister rr)Constructors in be.lmenten.avr.core.instruction.xbase with parameters of type UpperRegisterModifierConstructorDescriptionInstruction_Rd4k7(UpperRegister rd, int k)Instruction_Rd4K8(UpperRegister rd, int K)Instruction_Rd4Rr4(UpperRegister rd, UpperRegister rr)Instruction_Rr4k7(UpperRegister rr, int k) -
Uses of UpperRegister in be.lmenten.avr.core.register
Methods in be.lmenten.avr.core.register that return UpperRegisterModifier and TypeMethodDescriptionstatic UpperRegisterUpperRegister.lookup(int r)static UpperRegisterReturns the enum constant of this class with the specified name.static UpperRegister[]UpperRegister.values()Returns an array containing the constants of this enum class, in the order they are declared.