Lines Matching full:v1
88 * V1..V4: Data for CRC computation.
103 VLM %v1,%v4,0,%r3 /* 64-bytes into V1..V4 */
104 VX %v1,%v0,%v1 /* V1 ^= CRC */
117 * Perform a GF(2) multiplication of the doublewords in V1 with
120 * stored in V1. Repeat this step for the register contents
123 VGFMAG %v1,CONST_R1R2,%v1,%v5
136 /* Fold V1 to V4 into a single 128-bit value in V1 */
137 VGFMAG %v1,CONST_R3R4,%v1,%v2
138 VGFMAG %v1,CONST_R3R4,%v1,%v3
139 VGFMAG %v1,CONST_R3R4,%v1,%v4
148 VGFMAG %v1,CONST_R3R4,%v1,%v2 /* Fold next data chunk */
166 VGFMG %v1,CONST_R5,%v1
175 VGFMG %v1,CONST_R6,%v1
179 * in V1 (R(x)), degree-32 generator polynomial, and the reduction
196 VUPLLF %v2,%v1
201 * V2 and XOR the intermediate result, T2(x), with the value in V1.
205 VGFMAG %v2,CONST_CRC_POLY,%v2,%v1