Method: AArch64::Instructions::SWPB#encode

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

#encode(_) ⇒ Object



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

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