Uses of Class
com.aparapi.internal.instruction.InstructionSet.LoadSpec
-
Packages that use InstructionSet.LoadSpec Package Description com.aparapi.internal.instruction -
-
Uses of InstructionSet.LoadSpec in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.LoadSpec Modifier and Type Field Description private InstructionSet.LoadSpec
InstructionSet.ByteCode. loadSpec
Methods in com.aparapi.internal.instruction that return InstructionSet.LoadSpec Modifier and Type Method Description InstructionSet.LoadSpec
InstructionSet.ByteCode. getLoad()
static InstructionSet.LoadSpec
InstructionSet.LoadSpec. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InstructionSet.LoadSpec[]
InstructionSet.LoadSpec. 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.LoadSpec Constructor Description ByteCode(java.lang.Class<?> _class, InstructionSet.LoadSpec _load, InstructionSet.ImmediateSpec _immediate, InstructionSet.PushSpec _push)
ByteCode(java.lang.Class<?> _class, InstructionSet.LoadSpec _load, InstructionSet.PushSpec _push)
ByteCode(java.lang.Class<?> _class, InstructionSet.LoadSpec _loadSpec, InstructionSet.StoreSpec _storeSpec, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop, InstructionSet.PushSpec _push, InstructionSet.Operator _operator)
-