Searched refs:do_helper_trt (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 1667 static inline uint32_t do_helper_trt(CPUS390XState *env, int len, in do_helper_trt() function 1691 return do_helper_trt(env, len, array, trans, 1, ra); in do_helper_trt_fwd() 1697 return do_helper_trt(env, len, array, trans, 1, GETPC()); in HELPER() 1704 return do_helper_trt(env, len, array, trans, -1, ra); in do_helper_trt_bkwd() 1710 return do_helper_trt(env, len, array, trans, -1, GETPC()); in HELPER()
|