Method: AArch64::Instructions::STLR#encode

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

#encode(_) ⇒ Object



14
15
16
# File 'lib/aarch64/instructions/stlr.rb', line 14

def encode _
  STLR(@size, @rn, @rt)
end