Package | Description |
---|---|
com.aparapi.internal.instruction | |
com.aparapi.internal.model |
Modifier and Type | Field and Description |
---|---|
private InstructionSet.TypeSpec[] |
InstructionSet.PushSpec.types |
private InstructionSet.TypeSpec[] |
InstructionSet.PopSpec.types |
private InstructionSet.TypeSpec[] |
InstructionSet.ImmediateSpec.types |
Modifier and Type | Method and Description |
---|---|
InstructionSet.TypeSpec[] |
InstructionSet.ImmediateSpec.getTypes() |
static InstructionSet.TypeSpec |
InstructionSet.TypeSpec.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.TypeSpec[] |
InstructionSet.TypeSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImmediateSpec(java.lang.String _name,
InstructionSet.TypeSpec... _types) |
PopSpec(InstructionSet.TypeSpec... _types) |
PushSpec(InstructionSet.TypeSpec... _types) |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<InstructionSet.TypeSpec> |
ClassModel.structMemberTypes |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<InstructionSet.TypeSpec> |
ClassModel.getStructMemberTypes() |