org.jruby.compiler.ir.instructions
Class BEQ_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.BRANCH_Instr
              extended by org.jruby.compiler.ir.instructions.BEQ_Instr

public class BEQ_Instr
extends BRANCH_Instr


Field Summary
 
Fields inherited from class org.jruby.compiler.ir.instructions.IR_Instr
_op, _result
 
Constructor Summary
BEQ_Instr(Operand v1, Operand v2, Label jmpTarget)
           
 
Method Summary
 
Methods inherited from class org.jruby.compiler.ir.instructions.BRANCH_Instr
getJumpTarget, toString
 
Methods inherited from class org.jruby.compiler.ir.instructions.TwoOperandInstr
getOperands, simplifyOperands
 
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

BEQ_Instr

public BEQ_Instr(Operand v1,
                 Operand v2,
                 Label jmpTarget)


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