Home
last modified time | relevance | path

Searched defs:andnpd (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_x86.cc777 __ andnpd(dst, src); in VisitVecAndNot() local
Dcode_generator_vector_x86_64.cc760 __ andnpd(dst, src); in VisitVecAndNot() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1406 void X86_64Assembler::andnpd(XmmRegister dst, XmmRegister src) { in andnpd() function in art::x86_64::X86_64Assembler