HomeSort by relevance Sort by last modified time
    Searched defs:movdqa (Results 1 - 8 of 8) sorted by null

  /external/libyuv/files/source/
row_win.cc 84 movdqa xmm7, _kARGBToY
85 movdqa xmm6, _kAddY16
88 movdqa xmm0, [eax]
89 movdqa xmm1, [eax + 16]
90 movdqa xmm2, [eax + 32]
91 movdqa xmm3, [eax + 48]
103 movdqa [edx], xmm0 local
117 movdqa xmm7, _kBGRAToY
118 movdqa xmm6, _kAddY16
121 movdqa xmm0, [eax
136 movdqa [edx], xmm0 local
169 movdqa [edx], xmm0 local
390 movdqa [edx + 32], xmm2 local
393 movdqa [edx], xmm0 local
397 movdqa [edx + 16], xmm1 local
399 movdqa [edx + 48], xmm3 local
429 movdqa [edx + 32], xmm2 local
432 movdqa [edx], xmm0 local
436 movdqa [edx + 16], xmm1 local
438 movdqa [edx + 48], xmm3 local
    [all...]
rotate.cc 91 movdqa xmm1, xmm0
96 movdqa xmm3, xmm2
102 movdqa xmm5, xmm4
108 movdqa xmm7, xmm6
113 movdqa xmm2, xmm0
114 movdqa xmm3, xmm1
119 movdqa xmm6, xmm4
120 movdqa xmm7, xmm5
127 movdqa xmm4, xmm0
132 movdqa xmm6, xmm
208 movdqa [esp], xmm5 \/\/ backup xmm5 local
230 movdqa [esp], xmm6 \/\/ backup xmm6 local
874 movdqa [edx], xmm0 local
    [all...]
planar_functions.cc 76 movdqa xmm0, [eax]
77 movdqa xmm1, [eax + 16]
79 movdqa xmm2, xmm0
80 movdqa xmm3, xmm1
84 movdqa [edx], xmm0
89 movdqa [edi], xmm2
107 "movdqa (%0),%%xmm0\n"
108 "movdqa 0x10(%0),%%xmm1\n"
110 "movdqa %%xmm0,%%xmm2\n"
111 "movdqa %%xmm1,%%xmm3\n
525 movdqa [edx], xmm2 local
675 movdqa [edx], xmm0 local
742 movdqa [edx], xmm0 local
1222 movdqa [edx], xmm0 local
1223 movdqa [edx + 16], xmm1 local
1245 movdqa [edx], xmm0 local
1267 movdqa [edx], xmm0 local
    [all...]
scale.cc 281 movdqa xmm0, [eax]
282 movdqa xmm1, [eax + 16]
287 movdqa [edx], xmm0 local
310 movdqa xmm0, [eax]
311 movdqa xmm1, [eax + 16]
312 movdqa xmm2, [eax + esi]
313 movdqa xmm3, [eax + esi + 16]
318 movdqa xmm2, xmm0 // average columns (32 to 16 pixels)
320 movdqa xmm3, xmm1
328 movdqa [edx], xmm local
885 movdqa [edi], xmm2 local
886 movdqa [edi + 16], xmm3 local
946 movdqa [edi], xmm0 local
960 movdqa [edi], xmm0 local
976 movdqa [edi], xmm0 local
1028 movdqa [edi], xmm0 local
1042 movdqa [edi], xmm0 local
1058 movdqa [edi], xmm0 local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 872 movdqa [ecx+0*22],xmm7 \/* move short values to patch *\/ local
873 movdqa [ecx+0*22+16],xmm6 \/* move short values to patch *\/ local
1040 movdqa [ecx+8*22],xmm7 \/* move short values to patch *\/ local
1041 movdqa [ecx+8*22+16],xmm6 \/* move short values to patch *\/ local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 872 movdqa [ecx+0*22],xmm7 \/* move short values to patch *\/ local
873 movdqa [ecx+0*22+16],xmm6 \/* move short values to patch *\/ local
1040 movdqa [ecx+8*22],xmm7 \/* move short values to patch *\/ local
1041 movdqa [ecx+8*22+16],xmm6 \/* move short values to patch *\/ local
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 2109 void Assembler::movdqa(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
2119 void Assembler::movdqa(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 2571 void Assembler::movdqa(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
2581 void Assembler::movdqa(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 335 milliseconds