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

/external/gemmlowp/internal/
H A Dsimd_wrappers_common_neon_sse.h25 struct LoadImpl<RegBlockInt32<4, N>,
27 static RegBlockInt32<4, N> Run(
30 RegBlockInt32<4, N> result;
39 struct LoadImpl<RegBlockInt32<8, N>,
41 static RegBlockInt32<8, N> Run(
44 RegBlockInt32<8, N> result;
54 struct LoadImpl<RegBlockInt32<1, 4>,
56 static RegBlockInt32<1, 4> Run(
59 RegBlockInt32<1, 4> result;
70 struct LoadImpl<RegBlockInt32<
197 Run(const RegBlockInt32<4, 1>& lhs, const RegBlockInt32<1, 1>& rhs) argument
208 Run(const RegBlockInt32<1, 4>& lhs, const RegBlockInt32<1, 1>& rhs) argument
219 Run(const RegBlockInt32<4, 1>& lhs, const RegBlockInt32<4, 1>& rhs) argument
230 Run(const RegBlockInt32<1, 4>& lhs, const RegBlockInt32<1, 4>& rhs) argument
241 Run(const RegBlockInt32<4, 4>& lhs, const RegBlockInt32<1, 4>& rhs) argument
255 Run(const RegBlockInt32<4, 4>& lhs, const RegBlockInt32<4, 1>& rhs) argument
269 Run(const RegBlockInt32<8, 1>& lhs, const RegBlockInt32<1, 1>& rhs) argument
283 Run(const RegBlockInt32<8, 1>& lhs, const RegBlockInt32<8, 1>& rhs) argument
296 Run(const RegBlockInt32<8, 4>& lhs, const RegBlockInt32<1, 4>& rhs) argument
314 Run(const RegBlockInt32<8, 4>& lhs, const RegBlockInt32<8, 1>& rhs) argument
332 Run(const RegBlockInt32<1, 8>& lhs, const RegBlockInt32<1, 8>& rhs) argument
344 Run(const RegBlockInt32<1, 8>& lhs, const RegBlockInt32<1, 1>& rhs) argument
356 Run(const RegBlockInt32<4, 1>& lhs, const RegBlockInt32<1, 1>& rhs) argument
367 Run(const RegBlockInt32<4, 1>& lhs, const RegBlockInt32<4, 1>& rhs) argument
378 Run(const RegBlockInt32<1, 4>& lhs, const RegBlockInt32<1, 4>& rhs) argument
389 Run(const RegBlockInt32<1, 4>& lhs, const RegBlockInt32<1, 1>& rhs) argument
400 Run(const RegBlockInt32<4, 4>& lhs, const RegBlockInt32<1, 4>& rhs) argument
415 Run(const RegBlockInt32<4, 4>& lhs, const RegBlockInt32<4, 1>& rhs) argument
430 Run(const RegBlockInt32<8, 1>& lhs, const RegBlockInt32<1, 1>& rhs) argument
444 Run(const RegBlockInt32<8, 1>& lhs, const RegBlockInt32<8, 1>& rhs) argument
457 Run(const RegBlockInt32<8, 4>& lhs, const RegBlockInt32<1, 4>& rhs) argument
474 Run(const RegBlockInt32<8, 4>& lhs, const RegBlockInt32<8, 1>& rhs) argument
492 Run(const RegBlockInt32<Rows, 1>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<Rows, 1>* acc) argument
505 Run(const RegBlockInt32<Rows, 1>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<Rows, Cols>* acc) argument
524 Run(const RegBlockInt32<1, Cols>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<1, Cols>* acc) argument
537 Run(const RegBlockInt32<1, 1>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<Rows, Cols>* acc) argument
551 Run(const RegBlockInt32<1, 1>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<1, 1>* acc) argument
561 Run(const RegBlockInt32<Rows, 1>& lhs, const RegBlockInt32<1, 4>& rhs, RegBlockInt32<Rows, 4>* acc) argument
578 Run(const RegBlockInt32<1, 4>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<Rows, 4>* acc) argument
600 Run(const RegBlockInt32<1, 1>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<1, Cols>* acc) argument
613 Run(const RegBlockInt32<1, 4>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<1, 4>* acc) argument
624 Run(const RegBlockInt32<4, 1>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<4, Cols>* acc) argument
637 Run(const RegBlockInt32<4, 1>& lhs, const RegBlockInt32<1, 1>& rhs, RegBlockInt32<4, 1>* acc) argument
[all...]
H A Doutput_sse.h107 struct StoreFinalOutputImpl<RegBlockInt32<4, 1>, DstType> {
108 static void Run(const RegBlockInt32<4, 1>& src, DstType* dst, int row, argument
122 struct StoreFinalOutputImpl<RegBlockInt32<8, 1>, DstType> {
123 static void Run(const RegBlockInt32<8, 1>& src, DstType* dst, int row, argument
141 inline RegBlockInt32<4, 4> Transpose(const RegBlockInt32<4, 4>& src) { argument
147 RegBlockInt32<4, 4> result;
156 struct StoreFinalOutputImpl<RegBlockInt32<4, 4>, DstType> {
157 static void Run(const RegBlockInt32<4, 4>& src, DstType* dst, int row, argument
173 struct StoreFinalOutputImpl<RegBlockInt32<
174 Run(const RegBlockInt32<8, 4>& src, DstType* dst, int row, int col) argument
206 Run(const RegBlockInt32<8, 8>& src, DstType* dst, int row, int col) argument
259 Run(const RegBlockInt32<1, 4>& src, DstType* dst, int row, int col) argument
[all...]
H A Doutput_neon.h111 struct StoreFinalOutputImpl<RegBlockInt32<8, 1>, DstType> {
112 static void Run(const RegBlockInt32<8, 1>& src, DstType* dst, int row, argument
130 inline RegBlockInt32<4, 4> Transpose(const RegBlockInt32<4, 4>& src) { argument
133 RegBlockInt32<4, 4> result;
146 struct StoreFinalOutputImpl<RegBlockInt32<4, 4>, DstType> {
147 static void Run(const RegBlockInt32<4, 4>& src, DstType* dst, int row, argument
160 struct StoreFinalOutputImpl<RegBlockInt32<8, 4>, DstType> {
161 static void Run(const RegBlockInt32<8, 4>& src, DstType* dst, int row, argument
172 RegBlockInt32<
196 Run(const RegBlockInt32<8, 8>& src, DstType* dst, int row, int col) argument
251 Run(const RegBlockInt32<4, 1>& src, DstType* dst, int row, int col) argument
268 Run(const RegBlockInt32<1, 4>& src, DstType* dst, int row, int col) argument
[all...]
H A Dsimd_wrappers_neon.h136 struct LoadContiguousImpl<RegBlockInt32<8, 8>> {
137 static RegBlockInt32<8, 8> Run(const std::int32_t* src) {
138 RegBlockInt32<8, 8> result;
H A Dsimd_wrappers_sse.h109 struct LoadContiguousImpl<RegBlockInt32<8, 8>> {
110 static RegBlockInt32<8, 8> Run(const std::int32_t* src) {
111 RegBlockInt32<8, 8> result;
H A Dsimd_wrappers.h496 using RegBlockInt32 = RegisterBlock<std::int32_t, R, C>;

Completed in 109 milliseconds