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