Uses of Class
com.aparapi.internal.instruction.InstructionSet.StoreSpec
-
Packages that use InstructionSet.StoreSpec Package Description com.aparapi.internal.instruction com.aparapi.internal.model -
-
Uses of InstructionSet.StoreSpec in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.StoreSpec Modifier and Type Field Description private InstructionSet.StoreSpec
InstructionSet.ByteCode. storeSpec
Methods in com.aparapi.internal.instruction that return InstructionSet.StoreSpec Modifier and Type Method Description InstructionSet.StoreSpec
InstructionSet.ByteCode. getStore()
static InstructionSet.StoreSpec
InstructionSet.StoreSpec. valueOf(java.lang.String name)
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.StoreSpec Constructor Description ByteCode(java.lang.Class<?> _class, InstructionSet.LoadSpec _loadSpec, InstructionSet.StoreSpec _storeSpec, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop, InstructionSet.PushSpec _push, InstructionSet.Operator _operator)
ByteCode(java.lang.Class<?> _class, InstructionSet.StoreSpec _store, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop)
ByteCode(java.lang.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.StoreSpec Constructor Description Var(InstructionSet.StoreSpec _storeSpec, int _slotIndex, int _startPc, boolean _arg)
-