Searched refs:W_t (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 83 # MSG, DIGEST, K_t, W_t are arrays 96 #define W_t(i) 8*i+frame_W(%rsp) macro 157 # The two new schedule QWORDS are stored at [W_t(%%t)] and [W_t(%%t+1)]. 171 movdqa W_t(idx), %xmm2 # XMM2 = W[t-2] 179 movdqu W_t(idx), %xmm5 # XMM5 = W[t-15] 244 movdqu W_t(idx), %xmm1 # XMM1 = W[t-7] 251 paddq W_t(idx), %xmm0 # XMM0 = s1(W[t-2]) + s0(W[t-15]) + W[t-16] 255 movdqa %xmm0, W_t(\rnd) # Store scheduled qwords 316 movdqa %xmm0, W_t(t) # Store Scheduled Pair 324 movdqa %xmm0, W_t(t) # Store Scheduled Pair
|
D | sha512-avx-asm.S | 85 # MSG, DIGEST, K_t, W_t are arrays 98 #define W_t(i) 8*i+frame_W(%rsp) macro 162 # The two new schedule QWORDS are stored at [W_t(t)] and [W_t(t+1)]. 172 vmovdqa W_t(idx), %xmm4 # XMM4 = W[t-2] 174 vmovdqu W_t(idx), %xmm5 # XMM5 = W[t-15] 227 vpaddq W_t(idx), %xmm0, %xmm0 # XMM0 = s1(W[t-2]) + W[t-16] 229 vmovdqu W_t(idx), %xmm1 # XMM1 = W[t-7] 248 vmovdqa %xmm0, W_t(idx) # Store W[t] 314 vmovdqa %xmm0, W_t(t) # Store Scheduled Pair 322 vmovdqa %xmm0, W_t(t) # Store Scheduled Pair
|