Method: AArch64::Instructions::ADCS#encode

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

#encode(_) ⇒ Object



14
15
16
# File 'lib/aarch64/instructions/adcs.rb', line 14

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