Searched refs:clcle (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/lib/ |
H A D | string.c | 260 static inline int clcle(const char *s1, unsigned long l1, in clcle() function 269 asm volatile ("0: clcle %1,%3,0\n" in clcle() 295 cc = clcle(s1, l2, s2, l2); in strstr() 342 ret = clcle(s1, n, s2, n); in memcmp()
|
/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | string.c | 231 static inline int clcle(const char *s1, unsigned long l1, in clcle() function 239 "0: clcle %[r1],%[r3],0\n" in clcle() 266 cc = clcle(s1, l2, s2, l2); in strstr() 316 ret = clcle(s1, n, s2, n); in memcmp()
|
Completed in 2 milliseconds