Searched defs:andpd (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ | ||
D | code_generator_vector_x86.cc | 355 __ andpd(dst, src); in VisitVecAbs() local |
D | code_generator_vector_x86_64.cc | 338 __ andpd(dst, src); in VisitVecAbs() local |
D | code_generator_x86_64.cc | 4164 __ andpd(out, op2); in GenerateMinMaxFP() local |
D | code_generator_x86.cc | 4118 __ andpd(out, op2); in GenerateMinMaxFP() local |
/art/compiler/utils/x86/ | ||
D | assembler_x86.cc | 1938 void X86Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86::X86Assembler |
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.cc | 2734 void X86_64Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86_64::X86_64Assembler |