Home
last modified time | relevance | path

Searched refs:xorps (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.h312 void xorps(XmmRegister dst, const Address& src);
313 void xorps(XmmRegister dst, XmmRegister src);
Dassembler_x86.cc632 void X86Assembler::xorps(XmmRegister dst, const Address& src) { in xorps() function in art::x86::X86Assembler
640 void X86Assembler::xorps(XmmRegister dst, XmmRegister src) { in xorps() function in art::x86::X86Assembler
1278 xorps(f, Address::Absolute(reinterpret_cast<uword>(&float_negate_constant))); in FloatNegate()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h352 void xorps(XmmRegister dst, const Address& src);
353 void xorps(XmmRegister dst, XmmRegister src);
Dassembler_x86_64.cc704 void X86_64Assembler::xorps(XmmRegister dst, const Address& src) { in xorps() function in art::x86_64::X86_64Assembler
713 void X86_64Assembler::xorps(XmmRegister dst, XmmRegister src) { in xorps() function in art::x86_64::X86_64Assembler
1474 xorps(f, Address::Absolute(reinterpret_cast<uword>(&float_negate_constant))); in FloatNegate()