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

/darwin-on-arm/xnu/libkern/crypto/intel/
H A Dsha1edp.s103 #define buf %rsi // 2nd input argument, will move to BUFFER_PTR (%r10)
107 #define BUFFER_PTR %r10 // pointer to input blocks define
115 #define BUFFER_PTR stack_size+16+8(sp) // use 2nd input argument from caller function define
205 #if defined (__x86_64__) // BUFFER_PTR is already an address register in x86_64
206 xmovu $0*4(BUFFER_PTR), W_TMP // read 16-bytes into W_TMP, BUFFER_PTR possibly not 16-byte aligned
207 #else // BUFFER_PTR is from the argument set up in the caller
208 mov BUFFER_PTR, T1 // T1 = BUFFER_PTR
209 xmovu $0*4(T1), W_TMP // read 16-bytes into W_TMP, BUFFER_PTR possibl
[all...]

Completed in 66 milliseconds