Home
last modified time | relevance | path

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

/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S82 #define bufptmp %rcx macro
108 mov bufp, bufptmp # rdi = *buf
254 crc32q (bufptmp), crc_init
255 crc32q 8(bufptmp), crc_init
257 add $16, bufptmp
280 crc32q i(bufptmp), crc_init # Compute crc32 of 8-byte data
284 add $j, bufptmp # Advance buf
292 crc32l (bufptmp), crc_init_dw # CRC of 4 bytes
294 add $4, bufptmp
299 crc32w (bufptmp), crc_init_dw # CRC of 2 bytes
[all …]