Package com.aparapi.internal.instruction
Enum InstructionSet.PopSpec
- java.lang.Object
-
- java.lang.Enum<InstructionSet.PopSpec>
-
- com.aparapi.internal.instruction.InstructionSet.PopSpec
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<InstructionSet.PopSpec>
- Enclosing class:
- InstructionSet
public static enum InstructionSet.PopSpec extends java.lang.Enum<InstructionSet.PopSpec>
-
-
Field Summary
Fields Modifier and Type Field Description private InstructionSet.TypeSpec[]
types
-
Constructor Summary
Constructors Modifier Constructor Description private
PopSpec(InstructionSet.TypeSpec... _types)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getStackAdjust()
static InstructionSet.PopSpec
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InstructionSet.PopSpec[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NONE
public static final InstructionSet.PopSpec NONE
-
UNKNOWN
public static final InstructionSet.PopSpec UNKNOWN
-
I
public static final InstructionSet.PopSpec I
-
II
public static final InstructionSet.PopSpec II
-
III
public static final InstructionSet.PopSpec III
-
IIII
public static final InstructionSet.PopSpec IIII
-
IIIII
public static final InstructionSet.PopSpec IIIII
-
L
public static final InstructionSet.PopSpec L
-
LL
public static final InstructionSet.PopSpec LL
-
F
public static final InstructionSet.PopSpec F
-
FF
public static final InstructionSet.PopSpec FF
-
D
public static final InstructionSet.PopSpec D
-
DD
public static final InstructionSet.PopSpec DD
-
O
public static final InstructionSet.PopSpec O
-
OO
public static final InstructionSet.PopSpec OO
-
A
public static final InstructionSet.PopSpec A
-
AI
public static final InstructionSet.PopSpec AI
-
AII
public static final InstructionSet.PopSpec AII
-
AIF
public static final InstructionSet.PopSpec AIF
-
AID
public static final InstructionSet.PopSpec AID
-
AIL
public static final InstructionSet.PopSpec AIL
-
AIC
public static final InstructionSet.PopSpec AIC
-
AIS
public static final InstructionSet.PopSpec AIS
-
AIB
public static final InstructionSet.PopSpec AIB
-
AIO
public static final InstructionSet.PopSpec AIO
-
LI
public static final InstructionSet.PopSpec LI
-
OUNKNOWN
public static final InstructionSet.PopSpec OUNKNOWN
-
ARGS
public static final InstructionSet.PopSpec ARGS
-
OARGS
public static final InstructionSet.PopSpec OARGS
-
-
Field Detail
-
types
private final InstructionSet.TypeSpec[] types
-
-
Constructor Detail
-
PopSpec
private PopSpec(InstructionSet.TypeSpec... _types)
-
-
Method Detail
-
values
public static InstructionSet.PopSpec[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InstructionSet.PopSpec c : InstructionSet.PopSpec.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InstructionSet.PopSpec valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getStackAdjust
public int getStackAdjust()
-
-