Method: AArch64::Instructions::LSLV#initialize

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

#initialize(rd, rn, rm, sf) ⇒ LSLV

Returns a new instance of LSLV.



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

def initialize rd, rn, rm, sf
  @rd = rd
  @rn = rn
  @rm = rm
  @sf = sf
end