Lines Matching full:v1
89 * V1..V4: Data for CRC computation.
104 VLM %v1,%v4,0,%r3 /* 64-bytes into V1..V4 */
105 VX %v1,%v0,%v1 /* V1 ^= CRC */
118 * Perform a GF(2) multiplication of the doublewords in V1 with
121 * stored in V1. Repeat this step for the register contents
124 VGFMAG %v1,CONST_R1R2,%v1,%v5
137 /* Fold V1 to V4 into a single 128-bit value in V1 */
138 VGFMAG %v1,CONST_R3R4,%v1,%v2
139 VGFMAG %v1,CONST_R3R4,%v1,%v3
140 VGFMAG %v1,CONST_R3R4,%v1,%v4
149 VGFMAG %v1,CONST_R3R4,%v1,%v2 /* Fold next data chunk */
167 VGFMG %v1,CONST_R5,%v1
176 VGFMG %v1,CONST_R6,%v1
180 * in V1 (R(x)), degree-32 generator polynomial, and the reduction
197 VUPLLF %v2,%v1
202 * V2 and XOR the intermediate result, T2(x), with the value in V1.
206 VGFMAG %v2,CONST_CRC_POLY,%v2,%v1