Searched defs:andpd (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ | ||
D | intrinsics_x86_64.cc | 303 __ andpd(output.AsFpuRegister<XmmRegister>(), xmm_temp); in MathAbsFP() local |
D | intrinsics_x86.cc | 357 __ andpd(output.AsFpuRegister<XmmRegister>(), Address(ESP, 0)); in MathAbsFP() local |
/art/compiler/utils/x86/ | ||
D | assembler_x86.cc | 763 void X86Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86::X86Assembler |
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.cc | 983 void X86_64Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86_64::X86_64Assembler |