public class BEQInstr extends TwoOperandBranchInstr implements FixedArityInstr
EMPTY_OPERANDS, operands
Modifier | Constructor and Description |
---|---|
protected |
BEQInstr(Label jumpTarget,
Operand v1,
Operand v2) |
Modifier and Type | Method and Description |
---|---|
Instr |
clone(CloneInfo ii)
Clone the instruction for use in an inlining context (either when a scope is inlined into
another scope, or when a block has to be cloned because its associated call belongs to
an inlined scope).
|
static BranchInstr |
create(Operand v1,
Operand v2,
Label jmpTarget) |
static BEQInstr |
decode(IRReaderDecoder d) |
int |
interpretAndGetNewIPC(ThreadContext context,
DynamicScope currDynScope,
StaticScope currScope,
IRubyObject self,
Object[] temp,
int ipc) |
void |
visit(IRVisitor visitor) |
encode, getArg1, getArg2
getJumpTarget
canBeDeleted, canRaiseException, cloneOperands, computeScopeFlags, getIPC, getOperands, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, isDead, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl
public static BranchInstr create(Operand v1, Operand v2, Label jmpTarget)
public Instr clone(CloneInfo ii)
Instr
public static BEQInstr decode(IRReaderDecoder d)
public int interpretAndGetNewIPC(ThreadContext context, DynamicScope currDynScope, StaticScope currScope, IRubyObject self, Object[] temp, int ipc)
interpretAndGetNewIPC
in class Instr
Copyright © 2001-2015 JRuby. All Rights Reserved.