Class: AArch64::Utils::EncodedMask
- Inherits:
-
Struct
- Object
- Struct
- AArch64::Utils::EncodedMask
- Defined in:
- lib/aarch64/utils.rb
Instance Attribute Summary collapse
-
#immr ⇒ Object
Returns the value of attribute immr.
-
#imms ⇒ Object
Returns the value of attribute imms.
-
#n ⇒ Object
Returns the value of attribute n.
Instance Attribute Details
#immr ⇒ Object
Returns the value of attribute immr
5 6 7 |
# File 'lib/aarch64/utils.rb', line 5 def immr @immr end |
#imms ⇒ Object
Returns the value of attribute imms
5 6 7 |
# File 'lib/aarch64/utils.rb', line 5 def imms @imms end |
#n ⇒ Object
Returns the value of attribute n
5 6 7 |
# File 'lib/aarch64/utils.rb', line 5 def n @n end |