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