Lines Matching refs:bufptmp
81 #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
300 add $2, bufptmp
305 crc32b (bufptmp), crc_init_dw # CRC of 1 byte