Lines Matching defs:bufptmp
81 #define bufptmp %rcx
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 # 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