Method: Fisk::Instructions::DSLMethods#xorps

Defined in:
lib/fisk/instructions.rb

#xorps(*params) ⇒ Object



5071
5072
5073
# File 'lib/fisk/instructions.rb', line 5071

def xorps(*params)
  gen_with_insn Fisk::Instructions::XORPS, params
end