Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc207 __ movaps(dst, src); in VisitVecReduce() local
223 __ movaps(tmp, src); in VisitVecReduce() local
224 __ movaps(dst, src); in VisitVecReduce() local
321 __ movaps(dst, src); in VisitVecAbs() local
1196 __ movaps(tmp, right); in VisitVecDotProd() local
Dcode_generator_vector_x86.cc224 __ movaps(dst, src); in VisitVecReduce() local
240 __ movaps(tmp, src); in VisitVecReduce() local
241 __ movaps(dst, src); in VisitVecReduce() local
338 __ movaps(dst, src); in VisitVecAbs() local
1223 __ movaps(tmp, right); in VisitVecDotProd() local
Dcode_generator_x86.cc1373 __ movaps(destination.AsFpuRegister<XmmRegister>(), source.AsFpuRegister<XmmRegister>()); in Move32() local
1423 __ movaps(destination.AsFpuRegister<XmmRegister>(), source.AsFpuRegister<XmmRegister>()); in Move64() local
2455 __ movaps(XMM1, XMM0); in VisitReturn() local
6822 __ movaps(destination.AsFpuRegister<XmmRegister>(), source.AsFpuRegister<XmmRegister>()); in EmitMove() local
Dcode_generator_x86_64.cc1641 __ movaps(dest, source.AsFpuRegister<XmmRegister>()); in Move() local
6036 __ movaps(destination.AsFpuRegister<XmmRegister>(), source.AsFpuRegister<XmmRegister>()); in EmitMove() local
6144 __ movaps(source.AsFpuRegister<XmmRegister>(), destination.AsFpuRegister<XmmRegister>()); in EmitSwap() local
/art/compiler/utils/x86/
Dassembler_x86.cc421 void X86Assembler::movaps(XmmRegister dst, XmmRegister src) { in movaps() function in art::x86::X86Assembler
453 void X86Assembler::movaps(XmmRegister dst, const Address& src) { in movaps() function in art::x86::X86Assembler
517 void X86Assembler::movaps(const Address& dst, XmmRegister src) { in movaps() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc416 void X86_64Assembler::movaps(XmmRegister dst, XmmRegister src) { in movaps() function in art::x86_64::X86_64Assembler
478 void X86_64Assembler::movaps(XmmRegister dst, const Address& src) { in movaps() function in art::x86_64::X86_64Assembler
583 void X86_64Assembler::movaps(const Address& dst, XmmRegister src) { in movaps() function in art::x86_64::X86_64Assembler