Lines Matching defs:syndrome
31 #define syndrome x6
59 orr syndrome, diff, has_nul
60 cbz syndrome, L(loop_aligned)
65 rev syndrome, syndrome
67 /* The MS-non-zero bit of the syndrome marks either the first bit
71 clz pos, syndrome
81 /* For big-endian we cannot use the trick with the syndrome value
99 orr syndrome, diff, has_nul
100 clz pos, syndrome
101 /* The MS-non-zero bit of the syndrome marks either the first bit
164 orr syndrome, diff, has_nul
165 cbz syndrome, L(loop_misaligned)