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

/darwin-on-arm/xnu/libkern/crypto/intel/
H A Dsha1edp.s105 #define K_BASE %r8 // an aligned pointer to point to shufb reference numbers of table of K values define
117 #define K_BASE stack_size-4(sp) // use for K_BASE define
218 .macro W_PRECALC_00_15_2 // K_BASE points to the current K quadruple.
219 #if defined (__x86_64__) // K_BASE is already an address register in x86_64
220 paddd (K_BASE), W_TMP // W_TMP += {K,K,K,K};
221 #else // K_BASE is previously set up in the stack memory
222 mov K_BASE, T1 // T1 = K_BASE
317 mov K_BASE, T
[all...]

Completed in 17 milliseconds