Home
last modified time | relevance | path

Searched refs:NUM_BLKS (Results 1 – 6 of 6) sorted by relevance

/lib/crypto/x86/
A Dsha256-ni-asm.S60 #define NUM_BLKS %rdx /* 3rd arg */ macro
114 shl $6, NUM_BLKS /* convert to bytes */
115 add DATA_PTR, NUM_BLKS /* pointer to end of data */
152 cmp NUM_BLKS, DATA_PTR
A Dsha1-ni-asm.S60 #define NUM_BLKS %rdx /* 3rd arg */ macro
138 dec NUM_BLKS
A Dsha256-avx2-asm.S92 NUM_BLKS = %rdx # 3rd arg define
97 e = %edx # clobbers NUM_BLKS
537 shl $6, NUM_BLKS # convert to bytes
538 lea -64(INP, NUM_BLKS), NUM_BLKS # pointer to last block
539 mov NUM_BLKS, _INP_END(%rsp)
541 cmp NUM_BLKS, INP
A Dsha256-avx-asm.S97 NUM_BLKS = %rdx # 3rd arg define
359 shl $6, NUM_BLKS # convert to bytes
360 add INP, NUM_BLKS # pointer to end of data
361 mov NUM_BLKS, _INP_END(%rsp)
A Dsha256-ssse3-asm.S90 NUM_BLKS = %rdx # 3rd arg define
366 shl $6, NUM_BLKS # convert to bytes
367 add INP, NUM_BLKS
368 mov NUM_BLKS, _INP_END(%rsp) # pointer to end of data
A Dsha512-avx2-asm.S77 NUM_BLKS = %rdx define
584 shl $7, NUM_BLKS # convert to bytes
585 add INP, NUM_BLKS # pointer to end of data
586 mov NUM_BLKS, frame_INPEND(%rsp)

Completed in 8 milliseconds