Searched refs:clcle (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/s390/lib/ |
H A D | string.c | 231 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 D | helper.h | 30 DEF_HELPER_4(clcle, i32, env, i32, i64, i32)
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 181 a9 clcle RS_RRRD
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 1302 uint32_t HELPER(clcle)(CPUS390XState *env, uint32_t r1, uint64_t a2, in HELPER() argument
|
H A D | insn-data.h.inc | 243 C(0xa900, CLCLE, RS_a, Z, 0, a2, 0, 0, clcle, 0)
|