Uses of Enum
jnr.a64asm.SYSREG_CODE
-
Uses of SYSREG_CODE in jnr.a64asm
Fields in jnr.a64asm declared as SYSREG_CODEModifier and TypeFieldDescription(package private) final SYSREG_CODE
SysRegDescription.code
(package private) SYSREG_CODE
SysRegister.sysRegEnum
Fields in jnr.a64asm with type parameters of type SYSREG_CODEModifier and TypeFieldDescriptionprivate static final Map
<SYSREG_CODE, SysRegDescription> SysRegDescription.sysRegtable
Methods in jnr.a64asm that return SYSREG_CODEModifier and TypeMethodDescriptionSysRegister.getEnum()
static final SYSREG_CODE
SYSREG_CODE.valueOf
(int idx) Returns the enum constant of this type with the specified name.static SYSREG_CODE
Returns the enum constant of this type with the specified name.static SYSREG_CODE[]
SYSREG_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 SYSREG_CODEModifier and TypeMethodDescriptionstatic final SysRegDescription
SysRegDescription.find
(SYSREG_CODE code) private static final SysRegDescription
SysRegDescription.MAKE_SYSREGCODE
(SYSREG_CODE code, int op1, int crm, int op2) private static final SysRegDescription
SysRegDescription.MAKE_SYSREGCODE
(SYSREG_CODE code, int op0, int op1, int crn, int crm, int op2) static final SysRegister
SysRegister.sysReg
(SYSREG_CODE reg) Constructors in jnr.a64asm with parameters of type SYSREG_CODEModifierConstructorDescription(package private)
SysRegDescription
(SYSREG_CODE code, int op0, int op1, int crn, int crm, int op2) SysRegister
(SYSREG_CODE sysRegEnum)