Lines Matching defs:WK_2
90 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
105 #define WK_2(i) 8*((i%2))+frame_WK(%rsp)
135 add WK_2(idx), T1 # W[t] + K[t] from message scheduler
164 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
168 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)]
191 add WK_2(idx), T1#
240 add WK_2(idx), T1
254 vmovdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds
320 vmovdqa %xmm0, WK_2(t) # Store into WK for rounds
329 vmovdqa %xmm0, WK_2(t)# Store W[t]+K[t] into WK