Lines Matching +full:30 +full:w
222 * calculating last 32 w[i] values in 8 XMM registers
223 * pre-calculate K+w[i] values and store to mem
227 * due to w[i]->w[i-3] dependency
234 /* w[i-14] */
236 vpsrldq $4, WY_minus_04, WY_TMP /* w[i-3] */
250 vpsrld $30, WY_TMP2, WY_TMP2
264 * w[i] = (w[i-3] ^ w[i-8] ^ w[i-14] ^ w[i-16]) rol 1
266 * w[i] = (w[i-6] ^ w[i-16] ^ w[i-28] ^ w[i-32]) rol 2
268 * since w[i]=>w[i-3] dependency is broken
278 /* W is W_minus_32 before xor */
287 vpsrld $30, WY, WY
356 rorx $(32-30), B, B /* b>>>2 */
386 rorx $(32-30),A, TB /* b>>>2 for next round */
407 rorx $(32-30), A, TB /* b>>>2 for next round */
432 rorx $(32-30), A, TB /* b>>>2 for next round */
456 * macro implements 80 rounds of SHA-1, for multiple blocks with s/w pipelining
512 * 30,32,34,36,38
562 * 30+80,32+80,34+80,36+80,38+80