Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_x86.cc355 __ andpd(dst, src); in VisitVecAbs() local
Dcode_generator_vector_x86_64.cc338 __ andpd(dst, src); in VisitVecAbs() local
Dcode_generator_x86_64.cc4370 __ andpd(out, op2); in GenerateMinMaxFP() local
4486 __ andpd(out, mask); in VisitAbs() local
Dcode_generator_x86.cc4355 __ andpd(out, op2); in GenerateMinMaxFP() local
4500 __ andpd(out, temp); in VisitAbs() local
/art/compiler/utils/x86/
Dassembler_x86.cc1938 void X86Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86::X86Assembler
1947 void X86Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2734 void X86_64Assembler::andpd(XmmRegister dst, const Address& src) { in andpd() function in art::x86_64::X86_64Assembler
2743 void X86_64Assembler::andpd(XmmRegister dst, XmmRegister src) { in andpd() function in art::x86_64::X86_64Assembler