Uses of Enum
com.aparapi.internal.instruction.InstructionSet.StoreSpec
Packages that use InstructionSet.StoreSpec
-
Uses of InstructionSet.StoreSpec in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.StoreSpecModifier and TypeFieldDescriptionprivate InstructionSet.StoreSpec
InstructionSet.ByteCode.storeSpec
Methods in com.aparapi.internal.instruction that return InstructionSet.StoreSpecModifier and TypeMethodDescriptionInstructionSet.ByteCode.getStore()
static InstructionSet.StoreSpec
Returns the enum constant of this type with the specified name.static InstructionSet.StoreSpec[]
InstructionSet.StoreSpec.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.StoreSpecModifierConstructorDescriptionprivate
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) private
ByteCode
(Class<?> _class, InstructionSet.StoreSpec _store, InstructionSet.PopSpec _pop) -
Uses of InstructionSet.StoreSpec in com.aparapi.internal.model
Constructors in com.aparapi.internal.model with parameters of type InstructionSet.StoreSpecModifierConstructorDescription(package private)
Var
(InstructionSet.StoreSpec _storeSpec, int _slotIndex, int _startPc, boolean _arg)