Uses of Class
com.aparapi.internal.instruction.InstructionSet.Branch
Packages that use InstructionSet.Branch
-
Uses of InstructionSet.Branch in com.aparapi.internal.instruction
Subclasses of InstructionSet.Branch in com.aparapi.internal.instructionModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Fields in com.aparapi.internal.instruction declared as InstructionSet.BranchModifier and TypeFieldDescriptionprivate InstructionSet.Branch
BranchSet.first
private final InstructionSet.Branch
BranchSet.last
Fields in com.aparapi.internal.instruction with type parameters of type InstructionSet.BranchModifier and TypeFieldDescriptionprivate LinkedList
<InstructionSet.Branch> Instruction.forwardUnconditionalBranchTargets
private LinkedList
<InstructionSet.Branch> Instruction.reverseUnconditionalBranchTargets
Methods in com.aparapi.internal.instruction that return InstructionSet.BranchModifier and TypeMethodDescriptionInstruction.asBranch()
BranchSet.getFirst()
BranchSet.getLast()
Methods in com.aparapi.internal.instruction that return types with arguments of type InstructionSet.BranchModifier and TypeMethodDescriptionInstruction.getForwardUnconditionalBranches()
Instruction.getReverseUnconditionalBranches()
Methods in com.aparapi.internal.instruction with parameters of type InstructionSet.BranchModifier and TypeMethodDescriptionvoid
Instruction.addBranchTarget
(InstructionSet.Branch _branch) void
Instruction.removeBranchTarget
(InstructionSet.Branch _branch) Constructors in com.aparapi.internal.instruction with parameters of type InstructionSet.BranchModifierConstructorDescriptionBranchSet
(InstructionSet.Branch _branch) We construct a branch set with the 'last' branch.