Uses of Enum
com.aparapi.internal.instruction.InstructionSet.ImmediateSpec
Packages that use InstructionSet.ImmediateSpec
-
Uses of InstructionSet.ImmediateSpec in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.ImmediateSpecModifier and TypeFieldDescriptionprivate final InstructionSet.ImmediateSpec
InstructionSet.ByteCode.immediate
Methods in com.aparapi.internal.instruction that return InstructionSet.ImmediateSpecModifier and TypeMethodDescriptionInstructionSet.ByteCode.getImmediate()
static InstructionSet.ImmediateSpec
Returns the enum constant of this type with the specified name.static InstructionSet.ImmediateSpec[]
InstructionSet.ImmediateSpec.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.ImmediateSpecModifierConstructorDescriptionprivate
ByteCode
(Class<?> _class, InstructionSet.ImmediateSpec _immediate) private
ByteCode
(Class<?> _class, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop) private
ByteCode
(Class<?> _class, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop, InstructionSet.Operator _operator) private
ByteCode
(Class<?> _class, InstructionSet.ImmediateSpec _immediate, InstructionSet.PushSpec _push) private
ByteCode
(Class<?> _class, InstructionSet.LoadSpec _load, InstructionSet.ImmediateSpec _immediate, InstructionSet.PushSpec _push) private
ByteCode
(Class<?> _class, InstructionSet.LoadSpec _loadSpec, InstructionSet.StoreSpec _storeSpec, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop, InstructionSet.PushSpec _push, InstructionSet.Operator _operator) private
ByteCode
(Class<?> _class, InstructionSet.StoreSpec _store, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop)