Method: AArch64::Instructions::LDNP_gen#initialize

Defined in:
lib/aarch64/instructions/ldnp_gen.rb

#initialize(rt1, rt2, rn, imm, opc) ⇒ LDNP_gen

Returns a new instance of LDNP_gen.



8
9
10
11
12
13
14
# File 'lib/aarch64/instructions/ldnp_gen.rb', line 8

def initialize rt1, rt2, rn, imm, opc
  @rt1 = rt1
  @rt2 = rt2
  @rn  = rn
  @imm = imm
  @opc = opc
end