Re: [PATCH] target/s390x: Use explicit stores to env->cc_op

2021-06-28 Thread Philippe Mathieu-Daudé
On 6/29/21 2:29 AM, Richard Henderson wrote: > Remove cc_op as a TCG global and store to it directly. > This will help simplify the fix for some fpu bugs. > > Signed-off-by: Richard Henderson > --- > target/s390x/helper.h| 98 ++--- > target/s390x/crypto_helper.c | 6 +- > tar

[PATCH] target/s390x: Use explicit stores to env->cc_op

2021-06-28 Thread Richard Henderson
Remove cc_op as a TCG global and store to it directly. This will help simplify the fix for some fpu bugs. Signed-off-by: Richard Henderson --- target/s390x/helper.h| 98 ++--- target/s390x/crypto_helper.c | 6 +- target/s390x/fpu_helper.c| 40 +++--- target/s390x/mem_help