Uses of Class
jnr.a64asm.SYSREG_CODE
-
-
Uses of SYSREG_CODE in jnr.a64asm
Fields in jnr.a64asm declared as SYSREG_CODE Modifier and Type Field Description (package private) SYSREG_CODE
SysRegDescription. code
(package private) SYSREG_CODE
SysRegister. sysRegEnum
Fields in jnr.a64asm with type parameters of type SYSREG_CODE Modifier and Type Field Description private static java.util.Map<SYSREG_CODE,SysRegDescription>
SysRegDescription. sysRegtable
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(java.lang.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)
private static SysRegDescription
SysRegDescription. MAKE_SYSREGCODE(SYSREG_CODE code, int op1, int crm, int op2)
private static SysRegDescription
SysRegDescription. MAKE_SYSREGCODE(SYSREG_CODE code, int op0, int op1, int crn, int crm, int op2)
static SysRegister
SysRegister. sysReg(SYSREG_CODE reg)
Constructors in jnr.a64asm with parameters of type SYSREG_CODE Constructor Description SysRegDescription(SYSREG_CODE code, int op0, int op1, int crn, int crm, int op2)
SysRegister(SYSREG_CODE sysRegEnum)
-