Uses of Enum Class
be.lmenten.avr.core.instruction.InstructionSet
Packages that use InstructionSet
Package
Description
-
Uses of InstructionSet in be.lmenten.avr.core
Methods in be.lmenten.avr.core with parameters of type InstructionSetModifier and TypeMethodDescriptionboolean
CoreModel.supportsInstruction(InstructionSet instruction)
Checks if the core supports an instruction.protected void
Core.unsupportedInstruction(InstructionSet entry)
protected void
Core.unsupportedInstruction(InstructionSet entry, Instruction instruction)
-
Uses of InstructionSet in be.lmenten.avr.core.descriptor
Methods in be.lmenten.avr.core.descriptor that return InstructionSetMethods in be.lmenten.avr.core.descriptor with parameters of type InstructionSetModifier and TypeMethodDescriptionboolean
CoreDescriptor.hasInstruction(InstructionSet instruction)
boolean
CoreDescriptor.isInstructionMissing(InstructionSet instruction)
-
Uses of InstructionSet in be.lmenten.avr.core.event
Methods in be.lmenten.avr.core.event that return InstructionSetMethods in be.lmenten.avr.core.event with parameters of type InstructionSetModifier and TypeMethodDescriptionvoid
CoreEvent.setInstructionSetEntry(InstructionSet instructionSetEntry)
-
Uses of InstructionSet in be.lmenten.avr.core.instruction
Methods in be.lmenten.avr.core.instruction that return InstructionSetModifier and TypeMethodDescriptionData.getInstructionSetEntry()
abstract InstructionSet
Instruction.getInstructionSetEntry()
static InstructionSet
InstructionSet.lookup(int opcode)
Lookup an InstructionSet entry based on its opcode value.static InstructionSet
Returns the enum constant of this class with the specified name.static InstructionSet[]
InstructionSet.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InstructionSet in be.lmenten.avr.core.instruction.arithmetic
Methods in be.lmenten.avr.core.instruction.arithmetic that return InstructionSetModifier and TypeMethodDescriptionADC.getInstructionSetEntry()
ADD.getInstructionSetEntry()
ADIW.getInstructionSetEntry()
COM.getInstructionSetEntry()
DEC.getInstructionSetEntry()
DES.getInstructionSetEntry()
FMUL.getInstructionSetEntry()
FMULS.getInstructionSetEntry()
FMULSU.getInstructionSetEntry()
INC.getInstructionSetEntry()
MUL.getInstructionSetEntry()
MULS.getInstructionSetEntry()
MULSU.getInstructionSetEntry()
NEG.getInstructionSetEntry()
SBC.getInstructionSetEntry()
SBCI.getInstructionSetEntry()
SBIW.getInstructionSetEntry()
SUB.getInstructionSetEntry()
SUBI.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.arithmetic.test
Methods in be.lmenten.avr.core.instruction.arithmetic.test that return InstructionSetModifier and TypeMethodDescriptionCPC.getInstructionSetEntry()
CPI.getInstructionSetEntry()
TST.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.bit
Methods in be.lmenten.avr.core.instruction.bit that return InstructionSetModifier and TypeMethodDescriptionASR.getInstructionSetEntry()
BLD.getInstructionSetEntry()
BST.getInstructionSetEntry()
CBI.getInstructionSetEntry()
CBR.getInstructionSetEntry()
LSL.getInstructionSetEntry()
LSR.getInstructionSetEntry()
ROL.getInstructionSetEntry()
ROR.getInstructionSetEntry()
SBI.getInstructionSetEntry()
SBR.getInstructionSetEntry()
SWAP.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.bit.sreg
Methods in be.lmenten.avr.core.instruction.bit.sreg that return InstructionSet -
Uses of InstructionSet in be.lmenten.avr.core.instruction.flow
Methods in be.lmenten.avr.core.instruction.flow that return InstructionSetModifier and TypeMethodDescriptionCALL.getInstructionSetEntry()
CPSE.getInstructionSetEntry()
EICALL.getInstructionSetEntry()
EIJMP.getInstructionSetEntry()
ICALL.getInstructionSetEntry()
IJMP.getInstructionSetEntry()
JMP.getInstructionSetEntry()
RCALL.getInstructionSetEntry()
RET.getInstructionSetEntry()
RETI.getInstructionSetEntry()
RJMP.getInstructionSetEntry()
SBIC.getInstructionSetEntry()
SBIS.getInstructionSetEntry()
SBRC.getInstructionSetEntry()
SBRS.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.flow.sreg
Methods in be.lmenten.avr.core.instruction.flow.sreg that return InstructionSet -
Uses of InstructionSet in be.lmenten.avr.core.instruction.logic
Methods in be.lmenten.avr.core.instruction.logic that return InstructionSetModifier and TypeMethodDescriptionAND.getInstructionSetEntry()
ANDI.getInstructionSetEntry()
EOR.getInstructionSetEntry()
ORI.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.mcu
Methods in be.lmenten.avr.core.instruction.mcu that return InstructionSetModifier and TypeMethodDescriptionBREAK.getInstructionSetEntry()
NOP.getInstructionSetEntry()
SLEEP.getInstructionSetEntry()
WDR.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.transfer
Methods in be.lmenten.avr.core.instruction.transfer that return InstructionSetModifier and TypeMethodDescriptionCLR.getInstructionSetEntry()
ELPM_Rd.getInstructionSetEntry()
ELPM.getInstructionSetEntry()
LAC.getInstructionSetEntry()
LAS.getInstructionSetEntry()
LAT.getInstructionSetEntry()
LD_mX.getInstructionSetEntry()
LD_mY.getInstructionSetEntry()
LD_mZ.getInstructionSetEntry()
LD_X.getInstructionSetEntry()
LD_Xp.getInstructionSetEntry()
LD_Yp.getInstructionSetEntry()
LD_Zp.getInstructionSetEntry()
LDD.getInstructionSetEntry()
LDI.getInstructionSetEntry()
LDS.getInstructionSetEntry()
LDS16.getInstructionSetEntry()
LPM_Rd.getInstructionSetEntry()
LPM.getInstructionSetEntry()
MOV.getInstructionSetEntry()
MOVW.getInstructionSetEntry()
OUT.getInstructionSetEntry()
POP.getInstructionSetEntry()
PUSH.getInstructionSetEntry()
SER.getInstructionSetEntry()
SPM.getInstructionSetEntry()
ST_mX.getInstructionSetEntry()
ST_mY.getInstructionSetEntry()
ST_mZ.getInstructionSetEntry()
ST_X.getInstructionSetEntry()
ST_Xp.getInstructionSetEntry()
ST_Yp.getInstructionSetEntry()
ST_Zp.getInstructionSetEntry()
STD.getInstructionSetEntry()
STS.getInstructionSetEntry()
STS16.getInstructionSetEntry()
XCH.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.register
Methods in be.lmenten.avr.core.register that return InstructionSetModifier and TypeMethodDescriptionStatusRegister.getBCLRAlias()
StatusRegister.getBRBCAlias()
StatusRegister.getBRBSAlias()
StatusRegister.getBSETAlias()