Class: AArch64::SystemRegisters::MRS_MSR_64

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

Instance Attribute Summary collapse

Instance Attribute Details

#CRmObject

Returns the value of attribute CRm

Returns:

  • (Object)

    the current value of CRm



3
4
5
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3

def CRm
  @CRm
end

#CRnObject

Returns the value of attribute CRn

Returns:

  • (Object)

    the current value of CRn



3
4
5
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3

def CRn
  @CRn
end

#op0Object

Returns the value of attribute op0

Returns:

  • (Object)

    the current value of op0



3
4
5
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3

def op0
  @op0
end

#op1Object

Returns the value of attribute op1

Returns:

  • (Object)

    the current value of op1



3
4
5
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3

def op1
  @op1
end

#op2Object

Returns the value of attribute op2

Returns:

  • (Object)

    the current value of op2



3
4
5
# File 'lib/aarch64/system_registers/mrs_msr_64.rb', line 3

def op2
  @op2
end