Method: Fisk::Instructions::DSLMethods#popcnt

Defined in:
lib/fisk/instructions.rb

#popcnt(*params) ⇒ Object



2620
2621
2622
# File 'lib/fisk/instructions.rb', line 2620

def popcnt(*params)
  gen_with_insn Fisk::Instructions::POPCNT, params
end