Uses of Class
jnr.a64asm.INST_CODE
-
-
Uses of INST_CODE in jnr.a64asm
Methods in jnr.a64asm that return INST_CODE Modifier and Type Method Description static INST_CODE
INST_CODE. valueOf(int idx)
Returns the enum constant of this type with the specified name.static INST_CODE
INST_CODE. valueOf(String name)
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_CODE Modifier and Type Method Description static InstructionDescription
InstructionDescription. find(INST_CODE code)
-