Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S81 #define bufptmp %rcx define
107 mov %bufp, bufptmp # rdi = *buf
124 movq (bufptmp), tmp # load a quadward from the buffer
125 add %bufp, bufptmp # align buffer pointer for quadword
163 lea (bufptmp, %rax, 8), block_0
253 crc32q (bufptmp), crc_init
254 crc32q 8(bufptmp), crc_init
256 add $16, bufptmp
279 crc32q i(bufptmp), crc_init # Compute crc32 of 8-byte data
283 add $j, bufptmp # Advanc
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S81 #define bufptmp %rcx define
107 mov %bufp, bufptmp # rdi = *buf
124 movq (bufptmp), tmp # load a quadward from the buffer
125 add %bufp, bufptmp # align buffer pointer for quadword
163 lea (bufptmp, %rax, 8), block_0
253 crc32q (bufptmp), crc_init
254 crc32q 8(bufptmp), crc_init
256 add $16, bufptmp
279 crc32q i(bufptmp), crc_init # Compute crc32 of 8-byte data
283 add $j, bufptmp # Advanc
[all...]

Completed in 2 milliseconds