Method: Fisk::Instructions::DSLMethods#xorpd
- Defined in:
- lib/fisk/instructions.rb
#xorpd(*params) ⇒ Object
5068 5069 5070 |
# File 'lib/fisk/instructions.rb', line 5068 def xorpd(*params) gen_with_insn Fisk::Instructions::XORPD, params end |