Method: AArch64::Instructions::EXTR#encode

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

#encode(_) ⇒ Object



16
17
18
# File 'lib/aarch64/instructions/extr.rb', line 16

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