Uses of Class
com.aparapi.internal.instruction.InstructionSet.ConditionalBranch
-
Packages that use InstructionSet.ConditionalBranch Package Description com.aparapi.internal.instruction -
-
Uses of InstructionSet.ConditionalBranch in com.aparapi.internal.instruction
Subclasses of InstructionSet.ConditionalBranch in com.aparapi.internal.instruction Modifier and Type Class Description static class
InstructionSet.ConditionalBranch16
static class
InstructionSet.I_IF_ACMPEQ
static class
InstructionSet.I_IF_ACMPNE
static class
InstructionSet.I_IF_ICMPEQ
static class
InstructionSet.I_IF_ICMPGE
static class
InstructionSet.I_IF_ICMPGT
static class
InstructionSet.I_IF_ICMPLE
static class
InstructionSet.I_IF_ICMPLT
static class
InstructionSet.I_IF_ICMPNE
static class
InstructionSet.I_IFEQ
static class
InstructionSet.I_IFGE
static class
InstructionSet.I_IFGT
static class
InstructionSet.I_IFLE
static class
InstructionSet.I_IFLT
static class
InstructionSet.I_IFNE
static class
InstructionSet.I_IFNONNULL
static class
InstructionSet.I_IFNULL
static class
InstructionSet.If
static class
InstructionSet.IfUnary
Fields in com.aparapi.internal.instruction declared as InstructionSet.ConditionalBranch Modifier and Type Field Description private InstructionSet.ConditionalBranch
BranchSet.SimpleLogicalExpressionNode. branch
Fields in com.aparapi.internal.instruction with type parameters of type InstructionSet.ConditionalBranch Modifier and Type Field Description private java.util.LinkedList<InstructionSet.ConditionalBranch>
Instruction. forwardConditionalBranchTargets
private java.util.LinkedList<InstructionSet.ConditionalBranch>
Instruction. reverseConditionalBranchTargets
private java.util.List<InstructionSet.ConditionalBranch>
BranchSet. set
Methods in com.aparapi.internal.instruction that return InstructionSet.ConditionalBranch Modifier and Type Method Description InstructionSet.ConditionalBranch
InstructionSet.ConditionalBranch. findEndOfConditionalBranchSet(Instruction _extent)
InstructionSet.ConditionalBranch
BranchSet.SimpleLogicalExpressionNode. getBranch()
Methods in com.aparapi.internal.instruction that return types with arguments of type InstructionSet.ConditionalBranch Modifier and Type Method Description java.util.List<InstructionSet.ConditionalBranch>
BranchSet. getBranches()
java.util.LinkedList<InstructionSet.ConditionalBranch>
Instruction. getForwardConditionalBranches()
java.util.LinkedList<InstructionSet.ConditionalBranch>
Instruction. getReverseConditionalBranches()
Constructors in com.aparapi.internal.instruction with parameters of type InstructionSet.ConditionalBranch Constructor Description SimpleLogicalExpressionNode(InstructionSet.ConditionalBranch _branch)
SimpleLogicalExpressionNode(InstructionSet.ConditionalBranch _branch, boolean _invert)
-