Searched refs:pc_tmp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 149 uint64_t pc_tmp; member 1081 if (dest == s->pc_tmp) { in help_goto_direct() 1120 || (dest == s->pc_tmp && in help_branch() 1169 tcg_gen_movi_i64(psw_addr, s->pc_tmp); in help_branch() 1170 if (use_goto_tb(s, s->pc_tmp)) { in help_branch() 1399 pc_to_link_info(o->out, s, s->pc_tmp); in op_bas() 1412 pc_to_link_info(o->out, s, s->pc_tmp); in save_link_info() 1417 tcg_gen_ori_i64(o->out, o->out, ((s->ilen / 2) << 30) | s->pc_tmp); in save_link_info() 1469 pc_to_link_info(o->out, s, s->pc_tmp); in op_basi() 3808 s->pc_tmp &= mask; in op_sam() [all …]
|