Home
last modified time | relevance | path

Searched refs:clcle (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/s390/lib/
H A Dstring.c231 static inline int clcle(const char *s1, unsigned long l1, in clcle() function
266 cc = clcle(s1, l2, s2, l2); in strstr()
316 ret = clcle(s1, n, s2, n); in memcmp()
/openbmc/qemu/target/s390x/
H A Dhelper.h30 DEF_HELPER_4(clcle, i32, env, i32, i64, i32)
/openbmc/linux/arch/s390/tools/
H A Dopcodes.txt181 a9 clcle RS_RRRD
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1302 uint32_t HELPER(clcle)(CPUS390XState *env, uint32_t r1, uint64_t a2, in HELPER() argument
H A Dinsn-data.h.inc243 C(0xa900, CLCLE, RS_a, Z, 0, a2, 0, 0, clcle, 0)