Uses of Class
de.cau.cs.kieler.krep.compiler.klp.RegAccess

Packages that use RegAccess
de.cau.cs.kieler.krep.compiler.klp Klp instructions. 
 

Uses of RegAccess in de.cau.cs.kieler.krep.compiler.klp
 

Constructors in de.cau.cs.kieler.krep.compiler.klp with parameters of type RegAccess
BinOpInstruction(Variable toVar, RegAccess read1, RegAccess read2, Operator operator)
           
CJmpInstruction(CJmpInstruction.Cond conditional, RegAccess read, LabelInstruction l)
           
IBinOpInstruction(Variable toVar, RegAccess read, int c, Operator operator)
           
MovInstruction(Variable toReg, RegAccess fromReg)