Lines Matching refs:syndrome
1519 +#define syndrome tmp2
1536 + /* If data1 contains a zero byte, then syndrome will contain a 1 in
1538 + syndrome will highlight the first different bit. It is therefore
1539 + sufficient to extract the eight bits starting with the syndrome
1690 + uadd8 syndrome, data1, const_m1 /* Only need GE bits. */
1691 + eor syndrome, data1, data2
1692 + sel syndrome, syndrome, const_m1
1693 + cbnz syndrome, .Laligned4_done
1696 + uadd8 syndrome, data1, const_m1
1697 + eor syndrome, data1, data2
1698 + sel syndrome, syndrome, const_m1
1699 + cmp syndrome, #0
1703 + strcmp_epilogue_aligned syndrome, data1, data2, 0
1798 + uadd8 syndrome, data1, const_m1
1799 + eors syndrome, tmp1, data2, S2LO #8
1800 + sel syndrome, syndrome, const_m1
1802 + cbnz syndrome, 5f
1814 + bics syndrome, syndrome, #MSB
1840 + uadd8 syndrome, data1, const_m1
1841 + eors syndrome, tmp1, data2, S2LO #16
1842 + sel syndrome, syndrome, const_m1
1844 + cbnz syndrome, 5f
1855 + ands syndrome, syndrome, const_m1, S2LO #16
1873 + uadd8 syndrome, data1, const_m1
1874 + eors syndrome, tmp1, data2, S2LO #24
1875 + sel syndrome, syndrome, const_m1
1877 + cbnz syndrome, 5f
1888 + tst syndrome, #LSB
1917 + sel syndrome, tmp1, const_m1
1918 + clz tmp1, syndrome