Package de.cau.cs.kieler.krep.compiler.klp

Klp instructions.

See:
          Description

Class Summary
AbstractInstruction Abstract superclass for all KLP assembler instructions.
BinOpInstruction Binary operation.
CJmpInstruction Conditional Jump.
CommentInstruction Comment inside the klp program.
DeclareRegInstruction Declare that a register is used.
DoneInstruction Done instruction to indicate the end of the tick.
IBinOpInstruction Immediate binary operation.
IMovInstruction Immediate move.
InitRegInstruction Initialize register.
JmpInstruction Uncondintional jump.
LabelInstruction Label in the assembler code.
MovInstruction Copy register value to another register.
PrioInstruction Prio statement to change the priority of a thread.
RegAccess Reading access to a register.
 

Enum Summary
CJmpInstruction.Cond  
 

Package de.cau.cs.kieler.krep.compiler.klp Description

Klp instructions. This is a manually designed abstract syntax tree, should be replaced by the klp ecore model.