Re: [PATCH 10/11] target/mips: Do not check MSACSR_FS_MASK in update_msacsr

2021-06-19 Thread Philippe Mathieu-Daudé
On 5/27/21 6:14 AM, Richard Henderson wrote: > The FS_MASK has already been taken into account with > restore_msa_fp_status. The definition of iflush and > oflush is that we *have* flushed to zero. > > Cc: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > target/mips/tcg/msa_he

[PATCH 10/11] target/mips: Do not check MSACSR_FS_MASK in update_msacsr

2021-05-26 Thread Richard Henderson
The FS_MASK has already been taken into account with restore_msa_fp_status. The definition of iflush and oflush is that we *have* flushed to zero. Cc: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- target/mips/tcg/msa_helper.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletio