Searched refs:StoreInt32x4 (Results 1 - 6 of 6) sorted by relevance

/external/gemmlowp/internal/
H A Dsimd_wrappers_msa.h56 inline void StoreInt32x4(std::int32_t* dst, Int32x4 value) { function in namespace:gemmlowp
60 inline void StoreInt32x4(Int32x4* dst, Int32x4 value) { function in namespace:gemmlowp
142 StoreInt32x4(acc, tmp);
148 StoreInt32x4(acc, tmp);
156 StoreInt32x4(acc, tmp);
H A Doutput_msa.h249 StoreInt32x4(dst->data(row, col), src.buf.reg[0]);
264 StoreInt32x4(dst->data(row, col), src.buf.reg[0]);
265 StoreInt32x4(dst->data(row + 4, col), src.buf.reg[1]);
333 StoreInt32x4(dst->data(row, col + i), src.buf.reg[i]);
338 StoreInt32x4(dst->data(row + i, col), transpose.buf.reg[i]);
365 StoreInt32x4(dst->data(row, col + i), src.buf.reg[2 * i]);
366 StoreInt32x4(dst->data(row + 4, col + i), src.buf.reg[2 * i + 1]);
376 StoreInt32x4(dst->data(row + i, col), transpose_top.buf.reg[i]);
385 StoreInt32x4(dst->data(row + 4 + i, col), transpose_bottom.buf.reg[i]);
420 StoreInt32x4(ds
[all...]
H A Doutput_sse.h187 StoreInt32x4(dst->data(row, col), src.buf.reg[0]);
202 StoreInt32x4(dst->data(row, col), src.buf.reg[0]);
203 StoreInt32x4(dst->data(row + 4, col), src.buf.reg[1]);
267 StoreInt32x4(dst->data(row, col + i), src.buf.reg[i]);
272 StoreInt32x4(dst->data(row + i, col), transpose.buf.reg[i]);
299 StoreInt32x4(dst->data(row, col + i), src.buf.reg[2 * i]);
300 StoreInt32x4(dst->data(row + 4, col + i), src.buf.reg[2 * i + 1]);
310 StoreInt32x4(dst->data(row + i, col), transpose_top.buf.reg[i]);
319 StoreInt32x4(dst->data(row + 4 + i, col), transpose_bottom.buf.reg[i]);
354 StoreInt32x4(ds
[all...]
H A Dsimd_wrappers_sse.h56 inline void StoreInt32x4(std::int32_t* dst, Int32x4 value) { function in namespace:gemmlowp
H A Dsimd_wrappers_neon.h55 inline void StoreInt32x4(std::int32_t* dst, Int32x4 value) { function in namespace:gemmlowp
H A Doutput_neon.h194 StoreInt32x4(dst->data(row, col), src.buf.reg[0]);
195 StoreInt32x4(dst->data(row + 4, col), src.buf.reg[1]);

Completed in 291 milliseconds