Method: Fisk::Instructions::DSLMethods#pext

Defined in:
lib/fisk/instructions.rb

#pext(*params) ⇒ Object



2401
2402
2403
# File 'lib/fisk/instructions.rb', line 2401

def pext(*params)
  gen_with_insn Fisk::Instructions::PEXT, params
end