Uses of Enum
jnr.a64asm.INST_CODE
-
Uses of INST_CODE in jnr.a64asm
Fields in jnr.a64asm declared as INST_CODEFields in jnr.a64asm with type parameters of type INST_CODEModifier and TypeFieldDescriptionprivate static final Map
<INST_CODE, InstructionDescription> InstructionDescription.table
Methods in jnr.a64asm that return INST_CODEModifier and TypeMethodDescriptionstatic final INST_CODE
INST_CODE.valueOf
(int idx) Returns the enum constant of this type with the specified name.static INST_CODE
Returns the enum constant of this type with the specified name.static INST_CODE[]
INST_CODE.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jnr.a64asm with parameters of type INST_CODEModifier and TypeMethodDescription(package private) void
(package private) abstract void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
static final InstructionDescription
private static final InstructionDescription
InstructionDescription.MAKE_INST
(INST_CODE code, int opcode, int mask, InstructionGroup group) Constructors in jnr.a64asm with parameters of type INST_CODEModifierConstructorDescription(package private)
InstructionDescription
(INST_CODE code, int opCode, int mask, InstructionGroup group)