Package | Description |
---|---|
com.aparapi.internal.instruction | |
com.aparapi.internal.model |
Modifier and Type | Field and Description |
---|---|
private InstructionSet.StoreSpec |
InstructionSet.ByteCode.storeSpec |
Modifier and Type | Method and 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.
|
Constructor and 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) |
Constructor and Description |
---|
Var(InstructionSet.StoreSpec _storeSpec,
int _slotIndex,
int _startPc,
boolean _arg) |