Method: AArch64::Instructions::ST64BV#encode

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

#encode(_) ⇒ Object



13
14
15
# File 'lib/aarch64/instructions/st64bv.rb', line 13

def encode _
  ST64BV(@rs, @rn, @rt)
end