org.jruby.compiler.ir.instructions
Class ALU_Instr

java.lang.Object
  extended by org.jruby.compiler.ir.instructions.IR_Instr
      extended by org.jruby.compiler.ir.instructions.TwoOperandInstr
          extended by org.jruby.compiler.ir.instructions.ALU_Instr

public class ALU_Instr
extends TwoOperandInstr


Field Summary
 
Fields inherited from class org.jruby.compiler.ir.instructions.IR_Instr
_op, _result
 
Constructor Summary
ALU_Instr(Operation op, Variable dst, Operand arg)
           
ALU_Instr(Operation op, Variable dst, Operand arg1, Operand arg2)
           
 
Method Summary
 
Methods inherited from class org.jruby.compiler.ir.instructions.TwoOperandInstr
getOperands, simplifyOperands, toString
 
Methods inherited from class org.jruby.compiler.ir.instructions.IR_Instr
getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ALU_Instr

public ALU_Instr(Operation op,
                 Variable dst,
                 Operand arg1,
                 Operand arg2)

ALU_Instr

public ALU_Instr(Operation op,
                 Variable dst,
                 Operand arg)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.