Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc287 __ andpd(output.AsFpuRegister<XmmRegister>(), temp); in MathAbsFP() local
298 __ andpd(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0)); in MathAbsFP() local
459 __ andpd(out, op2); in GenMinMaxFP() local
Dintrinsics_x86_64.cc221 __ andpd(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP() local
347 __ andpd(out, op2); in GenMinMaxFP() local
/art/compiler/utils/x86/
Dassembler_x86.cc839 void X86Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86::X86Assembler
889 void X86Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1011 void X86_64Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86_64::X86_64Assembler
1020 void X86_64Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86_64::X86_64Assembler