Package com.aparapi.internal.instruction
Class InstructionSet.BinaryOperator
- java.lang.Object
-
- com.aparapi.internal.instruction.Instruction
-
- com.aparapi.internal.instruction.InstructionSet.OperatorInstruction
-
- com.aparapi.internal.instruction.InstructionSet.BinaryOperator
-
- All Implemented Interfaces:
InstructionSet.Binary
,InstructionSet.HasOperator
- Direct Known Subclasses:
InstructionSet.I_DADD
,InstructionSet.I_DDIV
,InstructionSet.I_DMUL
,InstructionSet.I_DREM
,InstructionSet.I_DSUB
,InstructionSet.I_FADD
,InstructionSet.I_FCMPG
,InstructionSet.I_FCMPL
,InstructionSet.I_FDIV
,InstructionSet.I_FMUL
,InstructionSet.I_FREM
,InstructionSet.I_FSUB
,InstructionSet.I_IADD
,InstructionSet.I_IAND
,InstructionSet.I_IDIV
,InstructionSet.I_IMUL
,InstructionSet.I_IOR
,InstructionSet.I_IREM
,InstructionSet.I_ISHL
,InstructionSet.I_ISHR
,InstructionSet.I_ISUB
,InstructionSet.I_IUSHR
,InstructionSet.I_IXOR
,InstructionSet.I_LADD
,InstructionSet.I_LAND
,InstructionSet.I_LCMP
,InstructionSet.I_LDIV
,InstructionSet.I_LMUL
,InstructionSet.I_LOR
,InstructionSet.I_LREM
,InstructionSet.I_LSHL
,InstructionSet.I_LSHR
,InstructionSet.I_LSUB
,InstructionSet.I_LUSHR
,InstructionSet.I_LXOR
- Enclosing class:
- InstructionSet
public abstract static class InstructionSet.BinaryOperator extends InstructionSet.OperatorInstruction implements InstructionSet.Binary
-
-
Field Summary
-
Fields inherited from class com.aparapi.internal.instruction.Instruction
method, pc
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BinaryOperator(MethodModel _methodPoolEntry, InstructionSet.ByteCode code, ByteReader reader, boolean _wide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instruction
getLhs()
Instruction
getRhs()
-
Methods inherited from class com.aparapi.internal.instruction.InstructionSet.OperatorInstruction
getOperator
-
Methods inherited from class com.aparapi.internal.instruction.Instruction
addBranchTarget, asBranch, compareTo, consumesStack, getByteCode, getDescription, getFirstChild, getForwardConditionalBranches, getForwardUnconditionalBranches, getLastChild, getLength, getMethod, getNextExpr, getNextPC, getParentExpr, getPrevExpr, getPrevPC, getReal, getReverseConditionalBranches, getReverseUnconditionalBranches, getRootExpr, getStackConsumeCount, getStackDelta, getStackProduceCount, getStartInstruction, getStartPC, getThisPC, isAfter, isAfterOrEqual, isBefore, isBeforeOrEqual, isBranch, isBranchTarget, isConditionalBranchTarget, isForwardBranch, isForwardBranchTarget, isForwardConditionalBranchTarget, isForwardUnconditionalBranchTarget, isReverseBranchTarget, isReverseConditionalBranchTarget, isReverseUnconditionalBranchTarget, isUnconditionalBranchTarget, producesStack, removeBranchTarget, sameAs, setChildren, setLength, setNextExpr, setNextPC, setParentExpr, setPrevExpr, setPrevPC, toInstruction, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.aparapi.internal.instruction.InstructionSet.HasOperator
getOperator
-
-
-
-
Constructor Detail
-
BinaryOperator
protected BinaryOperator(MethodModel _methodPoolEntry, InstructionSet.ByteCode code, ByteReader reader, boolean _wide)
-
-
Method Detail
-
getLhs
public final Instruction getLhs()
- Specified by:
getLhs
in interfaceInstructionSet.Binary
-
getRhs
public final Instruction getRhs()
- Specified by:
getRhs
in interfaceInstructionSet.Binary
-
-