Method: AArch64::Instructions::SUBP#initialize

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

#initialize(xd, xn, xm) ⇒ SUBP

Returns a new instance of SUBP.



7
8
9
10
11
# File 'lib/aarch64/instructions/subp.rb', line 7

def initialize xd, xn, xm
  @xd = xd
  @xn = xn
  @xm = xm
end