Searched defs:store1 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | convolve2_vert_dspr2.c | 33 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local 123 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
|
D | convolve2_avg_dspr2.c | 33 uint32_t store1, store2; in convolve_bi_avg_vert_4_dspr2() local 132 uint32_t store1, store2; in convolve_bi_avg_vert_64_dspr2() local
|
D | convolve8_vert_dspr2.c | 34 uint32_t store1, store2; in convolve_vert_4_dspr2() local 182 uint32_t store1, store2; in convolve_vert_64_dspr2() local
|
D | convolve8_avg_dspr2.c | 34 uint32_t store1, store2; in convolve_avg_vert_4_dspr2() local 190 uint32_t store1, store2; in convolve_avg_vert_64_dspr2() local
|
/external/skia/src/opts/ |
D | Sk4px_none.h | 40 inline void Sk4px::store1(SkPMColor px[1]) const { memcpy(px, this, 4); } in store1() function
|
D | Sk4px_NEON.h | 29 inline void Sk4px::store1(SkPMColor px[1]) const { in store1() function
|
D | Sk4px_SSE2.h | 22 inline void Sk4px::store1(SkPMColor px[1]) const { *px = _mm_cvtsi128_si32(this->fVec); } in store1() function
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 177 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
|