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