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_CODESysRegDescription. code(package private) SYSREG_CODESysRegister. sysRegEnumFields in jnr.a64asm with type parameters of type SYSREG_CODE Modifier and Type Field Description private static java.util.Map<SYSREG_CODE,SysRegDescription>SysRegDescription. sysRegtableMethods in jnr.a64asm that return SYSREG_CODE Modifier and Type Method Description SYSREG_CODESysRegister. getEnum()static SYSREG_CODESYSREG_CODE. valueOf(int idx)Returns the enum constant of this type with the specified name.static SYSREG_CODESYSREG_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 SysRegDescriptionSysRegDescription. find(SYSREG_CODE code)private static SysRegDescriptionSysRegDescription. MAKE_SYSREGCODE(SYSREG_CODE code, int op1, int crm, int op2)private static SysRegDescriptionSysRegDescription. MAKE_SYSREGCODE(SYSREG_CODE code, int op0, int op1, int crn, int crm, int op2)static SysRegisterSysRegister. 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)
-