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