Lines Matching refs:CTR
146 #define CTR %xmm11
2593 * CTR: == IV, in little endian
2594 * TCTR_LOW: == lower qword of CTR
2600 movaps IV, CTR
2601 pshufb BSWAP_MASK, CTR
2604 movq CTR, TCTR_LOW
2613 * CTR: == IV, in little endian
2614 * TCTR_LOW: == lower qword of CTR
2620 * CTR: == output IV, in little endian
2621 * TCTR_LOW: == lower qword of CTR
2624 paddq INC, CTR
2628 paddq INC, CTR
2631 movaps CTR, IV
2708 * CTR: == temporary value
2711 pshufd $0x13, IV, CTR; \
2713 psrad $31, CTR; \
2714 pand GF128MUL_MASK, CTR; \
2715 pxor CTR, IV;