Lines Matching refs:t1
62 expand_step192(__m128i *t1, __m128i *t2, __m128i *t3) in expand_step192() argument
67 t4 = _mm_slli_si128(*t1, 0x4); in expand_step192()
68 *t1 = _mm_xor_si128(*t1, t4); in expand_step192()
70 *t1 = _mm_xor_si128(*t1, t4); in expand_step192()
72 *t1 = _mm_xor_si128(*t1, t4); in expand_step192()
73 *t1 = _mm_xor_si128(*t1, *t2); in expand_step192()
74 *t2 = _mm_shuffle_epi32(*t1, 0xFF); in expand_step192()
82 expand_step256_1(__m128i *t1, __m128i *t2) in expand_step256_1() argument
87 t4 = _mm_slli_si128(*t1, 0x4); in expand_step256_1()
88 *t1 = _mm_xor_si128(*t1, t4); in expand_step256_1()
90 *t1 = _mm_xor_si128(*t1, t4); in expand_step256_1()
92 *t1 = _mm_xor_si128(*t1, t4); in expand_step256_1()
93 *t1 = _mm_xor_si128(*t1, *t2); in expand_step256_1()
98 expand_step256_2(__m128i *t1, __m128i *t3) in expand_step256_2() argument
102 t4 = _mm_aeskeygenassist_si128(*t1, 0x0); in expand_step256_2()
130 sk[(i) + 0] = t1; \ in x86ni_keysched()
133 expand_step192(&t1, &t2, &t3); \ in x86ni_keysched()
136 _mm_castsi128_pd(t1), 0)); \ in x86ni_keysched()
138 _mm_castsi128_pd(t1), \ in x86ni_keysched()
141 expand_step192(&t1, &t2, &t3); \ in x86ni_keysched()
147 expand_step256_1(&t1, &t2); \ in x86ni_keysched()
148 sk[(i) + 1] = t1; \ in x86ni_keysched()
149 expand_step256_2(&t1, &t3); \ in x86ni_keysched()
154 __m128i t1, t2, t3; in x86ni_keysched() local
157 t1 = _mm_loadu_si128((const void *)kb); in x86ni_keysched()
158 sk[0] = t1; in x86ni_keysched()
159 KEXP128(t1, 1, 0x01); in x86ni_keysched()
160 KEXP128(t1, 2, 0x02); in x86ni_keysched()
161 KEXP128(t1, 3, 0x04); in x86ni_keysched()
162 KEXP128(t1, 4, 0x08); in x86ni_keysched()
163 KEXP128(t1, 5, 0x10); in x86ni_keysched()
164 KEXP128(t1, 6, 0x20); in x86ni_keysched()
165 KEXP128(t1, 7, 0x40); in x86ni_keysched()
166 KEXP128(t1, 8, 0x80); in x86ni_keysched()
167 KEXP128(t1, 9, 0x1B); in x86ni_keysched()
168 KEXP128(t1, 10, 0x36); in x86ni_keysched()
172 t1 = _mm_loadu_si128((const void *)kb); in x86ni_keysched()
179 sk[12] = t1; in x86ni_keysched()
183 t1 = _mm_loadu_si128((const void *)kb); in x86ni_keysched()
185 sk[0] = t1; in x86ni_keysched()
194 expand_step256_1(&t1, &t2); in x86ni_keysched()
195 sk[14] = t1; in x86ni_keysched()