Lines Matching full:q0
232 vld1.64 {q0-q1}, [buf]!
236 CPU_LE( vrev64.8 q0, q0 )
265 // While >= 128 data bytes remain (not counting q0-q7), fold the 128
266 // bytes q0-q7 into them, storing the result back into q0-q7.
268 fold_32_bytes q0, q1, \p
275 // Now fold the 112 bytes in q0-q6 into the 16 bytes in q7.
279 fold_16_bytes q0, q4, \p
300 vld1.64 {q0}, [buf]!
301 CPU_LE( vrev64.8 q0, q0 )
303 veor.8 q7, q7, q0
320 // q0 = last 16 original data bytes
323 vld1.64 {q0}, [buf]
324 CPU_LE( vrev64.8 q0, q0 )
343 // q2 = second chunk: 'len' bytes from q0 (low-order bytes),
345 vbsl.8 q2, q1, q0
396 vmull.p64 q0, q7h, FOLD_CONST_H // high bits * x^48 * (x^80 mod G(x))
405 veor.8 q0, q0, q1 // + low bits
416 // Final CRC value (x^16 * M(x)) mod G(x) is in low 16 bits of q0.