Method: AArch64::Instructions::LDXR#initialize
- Defined in:
- lib/aarch64/instructions/ldxr.rb
#initialize(rt, rn, size) ⇒ LDXR
Returns a new instance of LDXR.
8 9 10 11 12 |
# File 'lib/aarch64/instructions/ldxr.rb', line 8 def initialize rt, rn, size @rt = rt @rn = rn @size = size end |