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