Uses of Enum Class
be.lmenten.avr.core.instruction.InstructionSet
Package
Description
-
Uses of InstructionSet in be.lmenten.avr.core
Modifier 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
Modifier and TypeMethodDescriptionboolean
CoreDescriptor.hasInstruction(InstructionSet instruction)
boolean
CoreDescriptor.isInstructionMissing(InstructionSet instruction)
-
Uses of InstructionSet in be.lmenten.avr.core.event
Modifier and TypeMethodDescriptionvoid
CoreEvent.setInstructionSetEntry(InstructionSet instructionSetEntry)
-
Uses of InstructionSet in be.lmenten.avr.core.instruction
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionCPC.getInstructionSetEntry()
CPI.getInstructionSetEntry()
TST.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.bit
Modifier 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
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.flow
Modifier 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
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.logic
Modifier and TypeMethodDescriptionAND.getInstructionSetEntry()
ANDI.getInstructionSetEntry()
EOR.getInstructionSetEntry()
ORI.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.mcu
Modifier and TypeMethodDescriptionBREAK.getInstructionSetEntry()
NOP.getInstructionSetEntry()
SLEEP.getInstructionSetEntry()
WDR.getInstructionSetEntry()
-
Uses of InstructionSet in be.lmenten.avr.core.instruction.transfer
Modifier 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
Modifier and TypeMethodDescriptionStatusRegister.getBCLRAlias()
StatusRegister.getBRBCAlias()
StatusRegister.getBRBSAlias()
StatusRegister.getBSETAlias()