Package com.kenai.jnr.x86asm
Enum Class InstructionGroup
- All Implemented Interfaces:
Serializable
,Comparable<InstructionGroup>
,Constable
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InstructionGroup
Deprecated.Returns the enum constant of this class with the specified name.static InstructionGroup[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
I_EMIT
Deprecated. -
I_ALU
Deprecated. -
I_BSWAP
Deprecated. -
I_BT
Deprecated. -
I_CALL
Deprecated. -
I_CRC32
Deprecated. -
I_ENTER
Deprecated. -
I_IMUL
Deprecated. -
I_INC_DEC
Deprecated. -
I_J
Deprecated. -
I_JMP
Deprecated. -
I_LEA
Deprecated. -
I_M
Deprecated. -
I_MOV
Deprecated. -
I_MOV_PTR
Deprecated. -
I_MOVSX_MOVZX
Deprecated. -
I_MOVSXD
Deprecated. -
I_PUSH
Deprecated. -
I_POP
Deprecated. -
I_R_RM
Deprecated. -
I_RM_B
Deprecated. -
I_RM
Deprecated. -
I_RM_R
Deprecated. -
I_RET
Deprecated. -
I_ROT
Deprecated. -
I_SHLD_SHRD
Deprecated. -
I_TEST
Deprecated. -
I_XCHG
Deprecated. -
I_X87_FPU
Deprecated. -
I_X87_STI
Deprecated. -
I_X87_MEM_STI
Deprecated. -
I_X87_MEM
Deprecated. -
I_X87_FSTSW
Deprecated. -
I_MOVBE
Deprecated. -
I_MMU_MOV
Deprecated. -
I_MMU_MOVD
Deprecated. -
I_MMU_MOVQ
Deprecated. -
I_MMU_PEXTR
Deprecated. -
I_MMU_PREFETCH
Deprecated. -
I_MMU_RMI
Deprecated. -
I_MMU_RM_IMM8
Deprecated. -
I_MMU_RM_3DNOW
Deprecated.
-
-
Constructor Details
-
InstructionGroup
private InstructionGroup()Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-