Lines Matching refs:RTMP1
26 #define RTMP1 %xmm4 macro
186 transpose_4x4(RA0, RA1, RA2, RA3, RTMP0, RTMP1);
202 vpshufb RTMP2, RX0, RTMP1; \
203 vpxor RTMP1, RTMP0, RTMP0; /* x ^ rol(x,8) */ \
204 vpshufb RTMP3, RX0, RTMP1; \
205 vpxor RTMP1, RTMP0, RTMP0; /* x ^ rol(x,8) ^ rol(x,16) */ \
206 vpshufb .Linv_shift_row_rol_24 rRIP, RX0, RTMP1; \
207 vpxor RTMP1, s0, s0; /* s0 ^ x ^ rol(x,24) */ \
208 vpslld $2, RTMP0, RTMP1; \
212 vpxor RTMP1, s0, s0;
229 transpose_4x4(RA0, RA1, RA2, RA3, RTMP0, RTMP1);
273 transpose_4x4(RA0, RA1, RA2, RA3, RTMP0, RTMP1);
274 transpose_4x4(RB0, RB1, RB2, RB3, RTMP0, RTMP1);
279 vmovdqa .Lpre_tf_hi_s rRIP, RTMP1; \
291 transform_pre(RX0, RTMP4, RTMP1, MASK_4BIT, RTMP0); \
292 transform_pre(RX1, RTMP4, RTMP1, MASK_4BIT, RTMP0); \
305 vpshufb RTMP4, RX0, RTMP1; \
306 vpxor RTMP1, RTMP0, RTMP0; /* x ^ rol(x,8) */ \
310 vpshufb RTMP4, RX0, RTMP1; \
311 vpxor RTMP1, RTMP0, RTMP0; /* x ^ rol(x,8) ^ rol(x,16) */ \
315 vpshufb RTMP4, RX0, RTMP1; \
316 vpxor RTMP1, s0, s0; /* s0 ^ x ^ rol(x,24) */ \
318 vpslld $2, RTMP0, RTMP1; \
321 vpxor RTMP1, s0, s0; \
345 transpose_4x4(RA0, RA1, RA2, RA3, RTMP0, RTMP1);
346 transpose_4x4(RB0, RB1, RB2, RB3, RTMP0, RTMP1);
459 vpshufb RBSWAP, RTMP0, RTMP1;
462 vmovdqu RTMP1, (%rcx);