Lines Matching defs:syndrome
31 #define syndrome x7
88 orr syndrome, diff, has_nul
93 rev syndrome, syndrome
95 clz pos, syndrome
118 /* Make sure that the NUL byte is marked in the syndrome. */
122 /* For big-endian we cannot use the trick with the syndrome value
140 orr syndrome, diff, has_nul
141 clz pos, syndrome
142 /* The most-significant-non-zero bit of the syndrome marks either the
223 The bytes with "0" are eliminated from the syndrome via mask.
263 next step and also use syndrome value trick at the end. */
277 orr syndrome, diff, has_nul
278 bic syndrome, syndrome, mask /* Ignore later bytes. */
279 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
287 orr syndrome, diff, has_nul
288 and syndrome, syndrome, mask /* Ignore earlier bytes. */
289 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
298 clz pos, syndrome