Searched refs:per_branch (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | misc_helper.c | 626 void HELPER(per_branch)(CPUS390XState *env, uint64_t dest, uint32_t ilen) in HELPER() argument
|
H A D | translate.c | 344 static void per_branch(DisasContext *s, TCGv_i64 dest) in per_branch() function 1079 per_branch(s, tcg_constant_i64(dest)); in help_goto_direct() 1100 per_branch(s, psw_addr); in help_goto_indirect() 1157 per_branch(s, psw_addr); in help_branch()
|
/openbmc/qemu/target/s390x/ |
H A D | helper.h | 363 DEF_HELPER_FLAGS_3(per_branch, TCG_CALL_NO_WG, void, env, i64, i32)
|