Uses of Class
jnr.a64asm.INST_CODE
-
-
Uses of INST_CODE in jnr.a64asm
Fields in jnr.a64asm declared as INST_CODE Modifier and Type Field Description (package private) INST_CODEInstructionDescription. codeFields in jnr.a64asm with type parameters of type INST_CODE Modifier and Type Field Description private static java.util.Map<INST_CODE,InstructionDescription>InstructionDescription. tableMethods in jnr.a64asm that return INST_CODE Modifier and Type Method Description static INST_CODEINST_CODE. valueOf(int idx)Returns the enum constant of this type with the specified name.static INST_CODEINST_CODE. valueOf(java.lang.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 (package private) voidAssembler_A64. _emita64(INST_CODE code, Operand o1, Operand o2, Operand o3, Operand o4, Operand o5)(package private) abstract voidSerializerCore. _emita64(INST_CODE code, Operand o1, Operand o2, Operand o3, Operand o4, Operand o5)(package private) voidSerializerCore. emitA64(INST_CODE code)(package private) voidSerializerCore. emitA64(INST_CODE code, Operand o1)(package private) voidSerializerCore. emitA64(INST_CODE code, Operand o1, Operand o2)(package private) voidSerializerCore. emitA64(INST_CODE code, Operand o1, Operand o2, Operand o3)(package private) voidSerializerCore. emitA64(INST_CODE code, Operand o1, Operand o2, Operand o3, Operand o4)(package private) voidSerializerCore. emitA64(INST_CODE code, Operand o1, Operand o2, Operand o3, Operand o4, Operand o5)static InstructionDescriptionInstructionDescription. find(INST_CODE code)private static InstructionDescriptionInstructionDescription. MAKE_INST(INST_CODE code, int opcode, int mask, InstructionGroup group)Constructors in jnr.a64asm with parameters of type INST_CODE Constructor Description InstructionDescription(INST_CODE code, int opCode, int mask, InstructionGroup group)
-