Package jnr.a64asm
Class SysRegDescription
java.lang.Object
jnr.a64asm.SysRegDescription
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final SYSREG_CODE
(package private) final int
private static final SysRegDescription[]
private static final Map
<SYSREG_CODE, SysRegDescription> -
Constructor Summary
ConstructorsConstructorDescriptionSysRegDescription
(SYSREG_CODE code, int op0, int op1, int crn, int crm, int op2) -
Method Summary
Modifier and TypeMethodDescriptionstatic final SysRegDescription
find
(SYSREG_CODE code) private static final SysRegDescription
MAKE_SYSREGCODE
(SYSREG_CODE code, int op1, int crm, int op2) private static final SysRegDescription
MAKE_SYSREGCODE
(SYSREG_CODE code, int op0, int op1, int crn, int crm, int op2)
-
Field Details
-
code
-
reg_code
final int reg_code -
sysRegtable
-
SYSREG_tb
-
-
Constructor Details
-
SysRegDescription
SysRegDescription(SYSREG_CODE code, int op0, int op1, int crn, int crm, int op2)
-
-
Method Details
-
MAKE_SYSREGCODE
private static final SysRegDescription MAKE_SYSREGCODE(SYSREG_CODE code, int op0, int op1, int crn, int crm, int op2) -
MAKE_SYSREGCODE
-
find
-