public class BNEInstr extends TwoOperandBranchInstr implements FixedArityInstr
EMPTY_OPERANDS| Constructor and Description |
|---|
BNEInstr(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(Label jmpTarget,
Operand v1,
Operand v2) |
static BNEInstr |
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, getOperands, setOperandcanBeDeletedFromScope, canRaiseException, cloneOperands, computeScopeFlags, dumpableFields, getIPC, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, isDead, isDeletable, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControlpublic static BranchInstr create(Label jmpTarget, Operand v1, Operand v2)
public Instr clone(CloneInfo ii)
Instrpublic static BNEInstr decode(IRReaderDecoder d)
public int interpretAndGetNewIPC(ThreadContext context, DynamicScope currDynScope, StaticScope currScope, IRubyObject self, Object[] temp, int ipc)
interpretAndGetNewIPC in class InstrCopyright © 2001-2016 JRuby. All Rights Reserved.