Searched refs:NUM_BLKS (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | sha1_ni_asm.S | 60 #define NUM_BLKS %rdx /* 3rd arg */ macro 103 shl $6, NUM_BLKS /* convert to bytes */ 105 add DATA_PTR, NUM_BLKS /* pointer to end of data */ 282 cmp NUM_BLKS, DATA_PTR
|
D | sha256_ni_asm.S | 60 #define NUM_BLKS %rdx /* 3rd arg */ macro 102 shl $6, NUM_BLKS /* convert to bytes */ 104 add DATA_PTR, NUM_BLKS /* pointer to end of data */ 314 cmp NUM_BLKS, DATA_PTR
|
D | sha256-avx2-asm.S | 93 NUM_BLKS = %rdx # 3rd arg define 98 e = %edx # clobbers NUM_BLKS 543 shl $6, NUM_BLKS # convert to bytes 545 lea -64(INP, NUM_BLKS), NUM_BLKS # pointer to last block 546 mov NUM_BLKS, _INP_END(%rsp) 548 cmp NUM_BLKS, INP
|
D | sha256-ssse3-asm.S | 90 NUM_BLKS = %rdx # 3rd arg define 369 shl $6, NUM_BLKS # convert to bytes 371 add INP, NUM_BLKS 372 mov NUM_BLKS, _INP_END(%rsp) # pointer to end of data
|
D | sha256-avx-asm.S | 98 NUM_BLKS = %rdx # 3rd arg define 363 shl $6, NUM_BLKS # convert to bytes 365 add INP, NUM_BLKS # pointer to end of data 366 mov NUM_BLKS, _INP_END(%rsp)
|
D | sha512-avx2-asm.S | 78 NUM_BLKS = %rdx define 586 shl $7, NUM_BLKS # convert to bytes 588 add INP, NUM_BLKS # pointer to end of data 589 mov NUM_BLKS, frame_INPEND(%rsp)
|