Class: AArch64::SystemRegisters::MRS_MSR_64
- Inherits:
-
Struct
- Object
- Struct
- AArch64::SystemRegisters::MRS_MSR_64
- Defined in:
- lib/aarch64/system_registers/mrs_msr_64.rb
Instance Attribute Summary collapse
-
#CRm ⇒ Object
Returns the value of attribute CRm.
-
#CRn ⇒ Object
Returns the value of attribute CRn.
-
#op0 ⇒ Object
Returns the value of attribute op0.
-
#op1 ⇒ Object
Returns the value of attribute op1.
-
#op2 ⇒ Object
Returns the value of attribute op2.
Instance Attribute Details
#CRm ⇒ Object
Returns the value of attribute CRm
3 4 5 |
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3 def CRm @CRm end |
#CRn ⇒ Object
Returns the value of attribute CRn
3 4 5 |
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3 def CRn @CRn end |
#op0 ⇒ Object
Returns the value of attribute op0
3 4 5 |
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3 def op0 @op0 end |
#op1 ⇒ Object
Returns the value of attribute op1
3 4 5 |
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3 def op1 @op1 end |
#op2 ⇒ Object
Returns the value of attribute op2
3 4 5 |
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3 def op2 @op2 end |