Re: [PATCH 09/14] target/s390x: Raise exception from helper_per_branch

2024-05-22 Thread Richard Henderson
On 5/22/24 15:45, Ilya Leoshkevich wrote: On Wed, 2024-05-01 at 22:44 -0700, Richard Henderson wrote: Drop from argument, since gbea has always been updated with this address.  Add ilen argument for setting int_pgm_ilen. Use update_cc_op before calling per_branch. By raising the exception here,

Re: [PATCH 09/14] target/s390x: Raise exception from helper_per_branch

2024-05-22 Thread Ilya Leoshkevich
On Wed, 2024-05-01 at 22:44 -0700, Richard Henderson wrote: > Drop from argument, since gbea has always been updated with > this address.  Add ilen argument for setting int_pgm_ilen. > Use update_cc_op before calling per_branch. > > By raising the exception here, we need not call > per_check_excep

[PATCH 09/14] target/s390x: Raise exception from helper_per_branch

2024-05-01 Thread Richard Henderson
Drop from argument, since gbea has always been updated with this address. Add ilen argument for setting int_pgm_ilen. Use update_cc_op before calling per_branch. By raising the exception here, we need not call per_check_exception later, which means we can clean up the normal non-exception branch