Method: AArch64::Instructions::SWPH#encode

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

#encode(_) ⇒ Object



18
19
20
# File 'lib/aarch64/instructions/swph.rb', line 18

def encode _
  SWPH(@a, @r, @rs, @rn, @rt)
end