Uses of Enum
jnr.a64asm.SYSREG_CODE
-
Uses of SYSREG_CODE in jnr.a64asm
Subclasses with type arguments of type SYSREG_CODE in jnr.a64asmMethods in jnr.a64asm that return SYSREG_CODEModifier and TypeMethodDescriptionSysRegister.getEnum()static final SYSREG_CODESYSREG_CODE.valueOf(int idx) Returns the enum constant of this type with the specified name.static SYSREG_CODEReturns 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 SysRegDescriptionSysRegDescription.find(SYSREG_CODE code) static final SysRegisterSysRegister.sysReg(SYSREG_CODE reg) Constructors in jnr.a64asm with parameters of type SYSREG_CODE