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

/darwin-on-arm/xnu/libkern/crypto/intel/
H A Dsha1edp.s141 #define xmov movaps // aligned 16-byte move define
215 xmov W_TMP, $0 // save W_TMP in the circular buffer
228 xmov W_TMP, WK($0&~3) // save quadruple W[i]+K in the stack memory, which would be used later for updating the hashes A/B/C/D/E
268 xmov 14*16(sp), W_TMP // load the bswapped 16-bytes from the aligned stack memory
269 xmov W_TMP, $0 // save W = W_TMP in the circular buffer
291 xmov $1, $4 // W = W12
293 xmov $3, W_TMP // W_TMP = W4
301 xmov $1, W_TMP2 // W_TMP2 = W3 ^ W16 ^ W8 ^ W14
302 xmov $1, W_TMP // W_TMP = W3 ^ W16 ^ W8 ^ W14
310 xmov W_TMP
[all...]

Completed in 19 milliseconds