Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S81 #define bufptmp %rcx macro
107 mov %bufp, bufptmp # rdi = *buf
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 # Advance buf
291 crc32l (bufptmp), crc_init_dw # CRC of 4 bytes
293 add $4, bufptmp
298 crc32w (bufptmp), crc_init_dw # CRC of 2 bytes
[all …]