de.cau.cs.kieler.krep.compiler.klp
Class IBinOpInstruction
java.lang.Object
de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
de.cau.cs.kieler.krep.compiler.klp.IBinOpInstruction
public class IBinOpInstruction
- extends AbstractInstruction
Immediate binary operation.
- Rating

- (2010-02-05) review by cmot, msp, tam
IBinOpInstruction
public IBinOpInstruction(Variable toVar,
RegAccess read,
int c,
Operator operator)
- Parameters:
toVar
- variable that stores the resultread
- register that holds first parameterc
- constant value as second parameteroperator
- operation
toString
public String toString()
- Specified by:
toString
in class AbstractInstruction