Searched refs:YTMP1 (Results 1 – 1 of 1) sorted by relevance
/arch/x86/crypto/ |
D | sha512-avx2-asm.S | 63 YTMP1 = %ymm1 define 170 MY_VPALIGNR YTMP1, Y_1, Y_0, 8 # YTMP1 = W[-15] 175 vpsrlq $1, YTMP1, YTMP2 176 vpsllq $(64-1), YTMP1, YTMP3 179 vpsrlq $7, YTMP1, YTMP4 # YTMP4 = W[-15] >> 7 221 vpsrlq $8, YTMP1, YTMP2 222 vpsllq $(64-8), YTMP1, YTMP1 223 vpor YTMP2, YTMP1, YTMP1 # YTMP1 = W[-15] ror 8 226 vpxor YTMP1, YTMP3, YTMP1 # YTMP1 = s0 230 vpaddq YTMP1, YTMP0, YTMP0 # YTMP0 = W[-16] + W[-7] + s0 [all …]
|