Uses of Enum
com.aparapi.internal.instruction.InstructionSet.TypeSpec
Packages that use InstructionSet.TypeSpec
-
Uses of InstructionSet.TypeSpec in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.TypeSpecModifier and TypeFieldDescriptionprivate final InstructionSet.TypeSpec[]
InstructionSet.ImmediateSpec.types
private final InstructionSet.TypeSpec[]
InstructionSet.PopSpec.types
private final InstructionSet.TypeSpec[]
InstructionSet.PushSpec.types
Methods in com.aparapi.internal.instruction that return InstructionSet.TypeSpecModifier and TypeMethodDescriptionInstructionSet.ImmediateSpec.getTypes()
static InstructionSet.TypeSpec
Returns the enum constant of this type with the specified name.static InstructionSet.TypeSpec[]
InstructionSet.TypeSpec.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aparapi.internal.instruction with parameters of type InstructionSet.TypeSpecModifierConstructorDescriptionprivate
ImmediateSpec
(String _name, InstructionSet.TypeSpec... _types) private
PopSpec
(InstructionSet.TypeSpec... _types) private
PushSpec
(InstructionSet.TypeSpec... _types) -
Uses of InstructionSet.TypeSpec in com.aparapi.internal.model
Fields in com.aparapi.internal.model with type parameters of type InstructionSet.TypeSpecModifier and TypeFieldDescriptionprivate final ArrayList
<InstructionSet.TypeSpec> ClassModel.structMemberTypes
Methods in com.aparapi.internal.model that return types with arguments of type InstructionSet.TypeSpec