Uses of Class
jnr.a64asm.SYSREG_CODE
-
-
Uses of SYSREG_CODE in jnr.a64asm
Methods in jnr.a64asm that return SYSREG_CODE Modifier and Type Method Description SYSREG_CODE
SysRegister. getEnum()
static SYSREG_CODE
SYSREG_CODE. valueOf(int idx)
Returns the enum constant of this type with the specified name.static SYSREG_CODE
SYSREG_CODE. valueOf(String name)
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_CODE Modifier and Type Method Description static SysRegDescription
SysRegDescription. find(SYSREG_CODE code)
static SysRegister
SysRegister. sysReg(SYSREG_CODE reg)
Constructors in jnr.a64asm with parameters of type SYSREG_CODE Constructor Description SysRegister(SYSREG_CODE sysRegEnum)
-