public abstract class TwoOperandBranchInstr extends BranchInstr
EMPTY_OPERANDS, operands
Constructor and Description |
---|
TwoOperandBranchInstr(Operation op,
Label jumpTarget,
Operand arg1,
Operand arg2) |
Modifier and Type | Method and Description |
---|---|
void |
encode(IRWriterEncoder e) |
Operand |
getArg1() |
Operand |
getArg2() |
getJumpTarget
canBeDeleted, canRaiseException, clone, cloneOperands, computeScopeFlags, getIPC, getOperands, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
Copyright © 2001-2015 JRuby. All Rights Reserved.