Method: AArch64::Instructions::CCMP_reg#initialize
- Defined in:
- lib/aarch64/instructions/ccmp_reg.rb
#initialize(rn, rm, nzcv, cond, sf) ⇒ CCMP_reg
Returns a new instance of CCMP_reg.
8 9 10 11 12 13 14 |
# File 'lib/aarch64/instructions/ccmp_reg.rb', line 8 def initialize rn, rm, nzcv, cond, sf @rn = rn @rm = rm @nzcv = nzcv @cond = cond @sf = sf end |