Class: AArch64::Utils::EncodedMask

Inherits:
Struct
  • Object
show all
Defined in:
lib/aarch64/utils.rb

Instance Attribute Summary collapse

Instance Attribute Details

#immrObject

Returns the value of attribute immr

Returns:

  • (Object)

    the current value of immr



5
6
7
# File 'lib/aarch64/utils.rb', line 5

def immr
  @immr
end

#immsObject

Returns the value of attribute imms

Returns:

  • (Object)

    the current value of imms



5
6
7
# File 'lib/aarch64/utils.rb', line 5

def imms
  @imms
end

#nObject

Returns the value of attribute n

Returns:

  • (Object)

    the current value of n



5
6
7
# File 'lib/aarch64/utils.rb', line 5

def n
  @n
end