Lines Matching refs:diff
44 diff .req x6 label
83 eor diff, data1, data2 /* Non-zero if differences found. */
84 csinv endloop, diff, xzr, pl /* Last Dword or differences.*/
107 orr syndrome, diff, has_nul
191 eor diff, data1, data2 /* Non-zero if differences found. */
192 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
215 eor diff, data1, data2 /* Non-zero if differences found. */
216 csinv endloop, diff, xzr, eq
225 eor diff, data1, data2 /* Non-zero if differences found. */
226 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
232 orr syndrome, diff, has_nul
262 CPU_BE( orr syndrome, diff, has_nul )