Searched refs:syndrome (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/arch-arm64/generic/bionic/
H A Dstrcmp.S51 #define syndrome x6 define
78 orr syndrome, diff, has_nul
79 cbz syndrome, .Lloop_aligned
83 rev syndrome, syndrome
85 /* The MS-non-zero bit of the syndrome marks either the first bit
89 clz pos, syndrome
99 /* For big-endian we cannot use the trick with the syndrome value
117 orr syndrome, diff, has_nul
118 clz pos, syndrome
[all...]
H A Dstrncmp.S52 #define syndrome x7 define
114 /* Make sure that the NUL byte is marked in the syndrome. */
118 orr syndrome, diff, has_nul
121 rev syndrome, syndrome
123 /* The MS-non-zero bit of the syndrome marks either the first bit
127 clz pos, syndrome
137 /* For big-endian we cannot use the trick with the syndrome value
155 orr syndrome, diff, has_nul
156 clz pos, syndrome
[all...]

Completed in 358 milliseconds