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.BranchBranchSet. firstprivate InstructionSet.BranchBranchSet. lastFields in com.aparapi.internal.instruction with type parameters of type InstructionSet.Branch Modifier and Type Field Description private java.util.LinkedList<InstructionSet.Branch>Instruction. forwardUnconditionalBranchTargetsprivate java.util.LinkedList<InstructionSet.Branch>Instruction. reverseUnconditionalBranchTargetsMethods in com.aparapi.internal.instruction that return InstructionSet.Branch Modifier and Type Method Description InstructionSet.BranchInstruction. asBranch()InstructionSet.BranchBranchSet. getFirst()InstructionSet.BranchBranchSet. 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 voidInstruction. addBranchTarget(InstructionSet.Branch _branch)voidInstruction. 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.
-