Lines Matching defs:syndrome
36 #define syndrome x7
90 orr syndrome, diff, has_nul
95 rev syndrome, syndrome
97 clz pos, syndrome
120 /* Make sure that the NUL byte is marked in the syndrome. */
124 /* For big-endian we cannot use the trick with the syndrome value
142 orr syndrome, diff, has_nul
143 clz pos, syndrome
144 /* The most-significant-non-zero bit of the syndrome marks either the
225 The bytes with "0" are eliminated from the syndrome via mask.
265 next step and also use syndrome value trick at the end. */
279 orr syndrome, diff, has_nul
280 bic syndrome, syndrome, mask /* Ignore later bytes. */
281 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
289 orr syndrome, diff, has_nul
290 and syndrome, syndrome, mask /* Ignore earlier bytes. */
291 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
300 clz pos, syndrome