Uses of Enum Class
be.lmenten.avr.core.register.Register
Packages that use Register
Package
Description
-
Uses of Register in be.lmenten.avr.core.instruction.arithmetic
Constructors in be.lmenten.avr.core.instruction.arithmetic with parameters of type Register -
Uses of Register in be.lmenten.avr.core.instruction.arithmetic.test
Constructors in be.lmenten.avr.core.instruction.arithmetic.test with parameters of type Register -
Uses of Register in be.lmenten.avr.core.instruction.bit
Constructors in be.lmenten.avr.core.instruction.bit with parameters of type Register -
Uses of Register in be.lmenten.avr.core.instruction.flow
Constructors in be.lmenten.avr.core.instruction.flow with parameters of type Register -
Uses of Register in be.lmenten.avr.core.instruction.logic
Constructors in be.lmenten.avr.core.instruction.logic with parameters of type Register -
Uses of Register in be.lmenten.avr.core.instruction.transfer
Constructors in be.lmenten.avr.core.instruction.transfer with parameters of type RegisterModifierConstructorDescriptionLD(Register rd, RegisterIndexXYZ rr)LD_mX(Register rd, RegisterIndexXYZ rr)LD_mY(Register rd, RegisterIndexXYZ rr)LD_mZ(Register rd, RegisterIndexXYZ rr)LD_X(Register rd, RegisterIndexXYZ rr)LD_Xp(Register rd, RegisterIndexXYZ rr)LD_Yp(Register rd, RegisterIndexXYZ rr)LD_Zp(Register rd, RegisterIndexXYZ rr)LDD(Register rd, RegisterIndexYZ rr)LDD(Register rd, RegisterIndexYZ rr, int q)ST(RegisterIndexXYZ rd, Register rr)ST_mX(RegisterIndexXYZ rd, Register rr)ST_mY(RegisterIndexXYZ rd, Register rr)ST_mZ(RegisterIndexXYZ rd, Register rr)ST_X(RegisterIndexXYZ rd, Register rr)ST_Xp(RegisterIndexXYZ rd, Register rr)ST_Yp(RegisterIndexXYZ rd, Register rr)ST_Zp(RegisterIndexXYZ rd, Register rr)STD(RegisterIndexYZ rd, int q, Register rr)STD(RegisterIndexYZ rd, Register rr) -
Uses of Register in be.lmenten.avr.core.instruction.xbase
Methods in be.lmenten.avr.core.instruction.xbase that return RegisterModifier and TypeMethodDescriptionInstruction_Rd5.getRd()Instruction_Rd5Rr5.getRr()Instruction_Rr5.getRr()Methods in be.lmenten.avr.core.instruction.xbase with parameters of type RegisterModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidConstructors in be.lmenten.avr.core.instruction.xbase with parameters of type RegisterModifierConstructorDescriptionInstruction_Rd5(Register rd)Instruction_Rd5A6(Register rd, int A)Instruction_Rd5b3(Register rd, int b)Instruction_Rd5k16(Register rd, int k)Instruction_Rd5Rr5(Register rd, Register rr)Instruction_Rr5(Register rr)Instruction_Rr5A6(Register rr, int A)Instruction_Rr5b3(Register rr, int b)Instruction_Rr5k16(Register rr, int k) -
Uses of Register in be.lmenten.avr.core.register
Methods in be.lmenten.avr.core.register that return RegisterModifier and TypeMethodDescriptionIRegisterPair.getLowerRegister()RegisterIndexXYZ.getLowerRegister()RegisterIndexYZ.getLowerRegister()RegisterPair.getLowerRegister()RegisterXYZ.getLowerRegister()RegisterYZ.getLowerRegister()UpperRegisterPair.getLowerRegister()IRegisterPair.getUpperRegister()RegisterIndexXYZ.getUpperRegister()RegisterIndexYZ.getUpperRegister()RegisterPair.getUpperRegister()RegisterXYZ.getUpperRegister()RegisterYZ.getUpperRegister()UpperRegisterPair.getUpperRegister()static RegisterRegister.lookup(int r)static RegisterReturns the enum constant of this class with the specified name.static Register[]Register.values()Returns an array containing the constants of this enum class, in the order they are declared.