Method: AArch64::Instructions::LSLV#encode

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

#encode(_) ⇒ Object



15
16
17
# File 'lib/aarch64/instructions/lslv.rb', line 15

def encode _
  LSLV(@sf, @rm, @rn, @rd)
end