Uses of Class
com.aparapi.internal.instruction.InstructionSet.Branch
-
Packages that use InstructionSet.Branch Package Description com.aparapi.internal.instruction -
-
Uses of InstructionSet.Branch in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.Branch Modifier and Type Field Description private InstructionSet.Branch
BranchSet. first
private InstructionSet.Branch
BranchSet. last
Fields in com.aparapi.internal.instruction with type parameters of type InstructionSet.Branch Modifier and Type Field Description private java.util.LinkedList<InstructionSet.Branch>
Instruction. forwardUnconditionalBranchTargets
private java.util.LinkedList<InstructionSet.Branch>
Instruction. reverseUnconditionalBranchTargets
Methods in com.aparapi.internal.instruction that return InstructionSet.Branch Modifier and Type Method Description InstructionSet.Branch
Instruction. asBranch()
InstructionSet.Branch
BranchSet. getFirst()
InstructionSet.Branch
BranchSet. getLast()
Methods in com.aparapi.internal.instruction that return types with arguments of type InstructionSet.Branch Modifier and Type Method Description java.util.LinkedList<InstructionSet.Branch>
Instruction. getForwardUnconditionalBranches()
java.util.LinkedList<InstructionSet.Branch>
Instruction. getReverseUnconditionalBranches()
Methods in com.aparapi.internal.instruction with parameters of type InstructionSet.Branch Modifier and Type Method Description void
Instruction. addBranchTarget(InstructionSet.Branch _branch)
void
Instruction. removeBranchTarget(InstructionSet.Branch _branch)
Constructors in com.aparapi.internal.instruction with parameters of type InstructionSet.Branch Constructor Description BranchSet(InstructionSet.Branch _branch)
We construct a branch set with the 'last' branch.
-