Searched refs:convert_unicode (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 2808 static inline uint32_t convert_unicode(CPUS390XState *env, uint32_t r1, in convert_unicode() function 2851 return convert_unicode(env, r1, r2, m3, GETPC(), in HELPER() 2857 return convert_unicode(env, r1, r2, m3, GETPC(), in HELPER() 2863 return convert_unicode(env, r1, r2, m3, GETPC(), in HELPER() 2869 return convert_unicode(env, r1, r2, m3, GETPC(), in HELPER() 2875 return convert_unicode(env, r1, r2, m3, GETPC(), in HELPER() 2881 return convert_unicode(env, r1, r2, m3, GETPC(), in HELPER()
|