Method: AArch64::Instructions::PACIA#initialize
- Defined in:
- lib/aarch64/instructions/pacia.rb
#initialize(rd, rn, z) ⇒ PACIA
Returns a new instance of PACIA.
11 12 13 14 15 |
# File 'lib/aarch64/instructions/pacia.rb', line 11 def initialize rd, rn, z @rd = rd @rn = rn @z = z end |