Searched refs:W_TMP (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/crypto/intel/
H A Dsha1edp.s121 // symbolizing registers or stack memory with algorithmic variables W0,W4,...,W28 + W_TMP, W_TMP2, and XMM_SHUFB_BSWAP for code with ssse3 support
123 #define W_TMP %xmm0 define
194 1. W_TMP = new 16 bytes from MESSAGE[]
195 2. W_TMP = pshufb(W_TMP, XMM_SHUFB_BSWAP); save to W circular buffer for updating W
197 4. save quadruple W[i]+K[i] = W_TMP in the stack memory;
206 xmovu $0*4(BUFFER_PTR), W_TMP // read 16-bytes into W_TMP, BUFFER_PTR possibly not 16-byte aligned
209 xmovu $0*4(T1), W_TMP // read 16-bytes into W_TMP, BUFFER_PT
[all...]

Completed in 19 milliseconds