Lines Matching refs:mem_tmp
246 mem_tmp, idx) \ argument
247 vmovdqu64 x0, ((idx + 0) * 64)(mem_tmp); \
248 vmovdqu64 x1, ((idx + 1) * 64)(mem_tmp); \
249 vmovdqu64 x2, ((idx + 2) * 64)(mem_tmp); \
250 vmovdqu64 x3, ((idx + 3) * 64)(mem_tmp); \
251 vmovdqu64 x4, ((idx + 4) * 64)(mem_tmp); \
252 vmovdqu64 x5, ((idx + 5) * 64)(mem_tmp); \
253 vmovdqu64 x6, ((idx + 6) * 64)(mem_tmp); \
254 vmovdqu64 x7, ((idx + 7) * 64)(mem_tmp);
258 mem_tmp, idx) \ argument
259 vmovdqu64 ((idx + 0) * 64)(mem_tmp), x0; \
260 vmovdqu64 ((idx + 1) * 64)(mem_tmp), x1; \
261 vmovdqu64 ((idx + 2) * 64)(mem_tmp), x2; \
262 vmovdqu64 ((idx + 3) * 64)(mem_tmp), x3; \
263 vmovdqu64 ((idx + 4) * 64)(mem_tmp), x4; \
264 vmovdqu64 ((idx + 5) * 64)(mem_tmp), x5; \
265 vmovdqu64 ((idx + 6) * 64)(mem_tmp), x6; \
266 vmovdqu64 ((idx + 7) * 64)(mem_tmp), x7;
427 mem_tmp, rk, round) \ argument
467 mem_tmp, rk, round) \ argument
506 mem_tmp, rk, round, last_round) \ argument