Method: AArch64::Instructions::RORV#encode

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

#encode(_) ⇒ Object



15
16
17
# File 'lib/aarch64/instructions/rorv.rb', line 15

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