Searched refs:xorps (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.h | 312 void xorps(XmmRegister dst, const Address& src); 313 void xorps(XmmRegister dst, XmmRegister src);
|
D | assembler_x86.cc | 632 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/ |
D | assembler_x86_64.h | 352 void xorps(XmmRegister dst, const Address& src); 353 void xorps(XmmRegister dst, XmmRegister src);
|
D | assembler_x86_64.cc | 704 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()
|