public class AluInstr extends NOperandResultBaseInstr
result
EMPTY_OPERANDS
Constructor and Description |
---|
AluInstr(Operation op,
Variable result,
Operand a1,
Operand a2) |
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).
|
Operand |
getArg1() |
Operand |
getArg2() |
void |
visit(IRVisitor visitor) |
getOperands, setOperand
encode, getResult, updateResult
canBeDeletedFromScope, canRaiseException, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl
public Operand getArg1()
public Operand getArg2()
public Instr clone(CloneInfo ii)
Instr
Copyright © 2001-2018 JRuby. All Rights Reserved.