Uses of Enum Class
be.lmenten.avr.core.register.LowUpperRegister
Packages that use LowUpperRegister
Package
Description
-
Uses of LowUpperRegister in be.lmenten.avr.core.instruction.arithmetic
Constructors in be.lmenten.avr.core.instruction.arithmetic with parameters of type LowUpperRegisterModifierConstructorDescriptionFMUL(LowUpperRegister rd, LowUpperRegister rr)FMULS(LowUpperRegister rd, LowUpperRegister rr)FMULSU(LowUpperRegister rd, LowUpperRegister rr)MULSU(LowUpperRegister rd, LowUpperRegister rr) -
Uses of LowUpperRegister in be.lmenten.avr.core.instruction.xbase
Methods in be.lmenten.avr.core.instruction.xbase that return LowUpperRegisterMethods in be.lmenten.avr.core.instruction.xbase with parameters of type LowUpperRegisterModifier and TypeMethodDescriptionprotected voidInstruction_Rd3.setRd(LowUpperRegister rd)protected voidInstruction_Rd3Rr3.setRr(LowUpperRegister rr)Constructors in be.lmenten.avr.core.instruction.xbase with parameters of type LowUpperRegisterModifierConstructorDescription -
Uses of LowUpperRegister in be.lmenten.avr.core.register
Methods in be.lmenten.avr.core.register that return LowUpperRegisterModifier and TypeMethodDescriptionstatic LowUpperRegisterLowUpperRegister.lookup(int r)static LowUpperRegisterReturns the enum constant of this class with the specified name.static LowUpperRegister[]LowUpperRegister.values()Returns an array containing the constants of this enum class, in the order they are declared.