Uses of Enum
com.aparapi.internal.instruction.InstructionSet.PushSpec
Packages that use InstructionSet.PushSpec
-
Uses of InstructionSet.PushSpec in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.PushSpecModifier and TypeFieldDescriptionprivate final InstructionSet.PushSpec
InstructionSet.ByteCode.push
Methods in com.aparapi.internal.instruction that return InstructionSet.PushSpecModifier and TypeMethodDescriptionInstructionSet.ByteCode.getPush()
static InstructionSet.PushSpec
Returns the enum constant of this type with the specified name.static InstructionSet.PushSpec[]
InstructionSet.PushSpec.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.PushSpecModifierConstructorDescriptionprivate
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 _load, 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.PopSpec _pop, InstructionSet.PushSpec _push) private
ByteCode
(Class<?> _class, InstructionSet.PopSpec _pop, InstructionSet.PushSpec _push, InstructionSet.Operator _operator) private
ByteCode
(Class<?> _class, InstructionSet.PushSpec _push)