Re: [PATCH 39/76] target/arm: Handle FPCR.NEP for BFCVT scalar

2025-01-25 Thread Richard Henderson
On 1/24/25 08:27, Peter Maydell wrote: Currently we implement BFCVT scalar via do_fp1_scalar(). This works even though BFCVT is a narrowing operation from 32 to 16 bits, because we can use write_fp_sreg() for float16. However, FPCR.NEP support requires that we use write_fp_hreg_merging() for flo

[PATCH 39/76] target/arm: Handle FPCR.NEP for BFCVT scalar

2025-01-24 Thread Peter Maydell
Currently we implement BFCVT scalar via do_fp1_scalar(). This works even though BFCVT is a narrowing operation from 32 to 16 bits, because we can use write_fp_sreg() for float16. However, FPCR.NEP support requires that we use write_fp_hreg_merging() for float16 outputs, so we can't continue to bor