Package | Description |
---|---|
com.aparapi.internal.instruction |
Modifier and Type | Field and Description |
---|---|
private InstructionSet.Operator |
InstructionSet.Operator.compliment |
private InstructionSet.Operator |
InstructionSet.ByteCode.operator |
Modifier and Type | Method and Description |
---|---|
InstructionSet.Operator |
InstructionSet.Operator.getCompliment() |
InstructionSet.Operator |
InstructionSet.ByteCode.getOperator() |
InstructionSet.Operator |
InstructionSet.OperatorInstruction.getOperator() |
InstructionSet.Operator |
InstructionSet.ConditionalBranch16.getOperator() |
InstructionSet.Operator |
InstructionSet.HasOperator.getOperator() |
static InstructionSet.Operator |
InstructionSet.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionSet.Operator[] |
InstructionSet.Operator.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.ImmediateSpec _immediate,
InstructionSet.PopSpec _pop,
InstructionSet.Operator _operator) |
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.PopSpec _pop,
InstructionSet.PushSpec _push,
InstructionSet.Operator _operator) |
Operator(boolean _binary,
java.lang.String _text,
InstructionSet.Operator _c) |