public class ALU_Instr extends TwoOperandInstr
| Constructor and Description |
|---|
ALU_Instr(Operation op,
Variable dst,
Operand arg) |
ALU_Instr(Operation op,
Variable dst,
Operand arg1,
Operand arg2) |
| Modifier and Type | Method and Description |
|---|---|
Instr |
cloneForInlining(InlinerInfo ii)
Clone the instruction for inlining -- this will rename all variables (including local variables and self!)
and replace RECV_ARG and RETURN instructions to regular copy instructions,
|
getOperand1, getOperand2, getOperands, simplifyOperands, toStringcanRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResultpublic Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class InstrCopyright © 2002-2009 JRuby Team. All Rights Reserved.