Home
last modified time | relevance | path

Searched defs:andpd (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86_64.cc303 __ andpd(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP() local
444 __ andpd(out, op2); in GenMinMaxFP() local
Dintrinsics_x86.cc357 __ andpd(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0)); in MathAbsFP() local
528 __ andpd(out, op2); in GenMinMaxFP() local
/art/compiler/utils/x86/
Dassembler_x86.cc763 void X86Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86::X86Assembler
813 void X86Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc983 void X86_64Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86_64::X86_64Assembler
992 void X86_64Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86_64::X86_64Assembler