Re: [PATCH 16/22] target/split: Split ver from env->fsr

2024-01-30 Thread BALATON Zoltan
On Tue, 30 Jan 2024, Philippe Mathieu-Daudé wrote: On 3/11/23 18:38, Richard Henderson wrote: This field is read-only. It is easier to store it separately and merge it only upon read. While we're at it, use FSR_VER_SHIFT to initialize fpu_version. Signed-off-by: Richard Henderson --- targe

Re: [PATCH 16/22] target/split: Split ver from env->fsr

2024-01-30 Thread Philippe Mathieu-Daudé
On 3/11/23 18:38, Richard Henderson wrote: This field is read-only. It is easier to store it separately and merge it only upon read. While we're at it, use FSR_VER_SHIFT to initialize fpu_version. Signed-off-by: Richard Henderson --- target/sparc/cpu.h| 3 +++ target/sparc/cpu.c

[PATCH 16/22] target/split: Split ver from env->fsr

2023-11-03 Thread Richard Henderson
This field is read-only. It is easier to store it separately and merge it only upon read. While we're at it, use FSR_VER_SHIFT to initialize fpu_version. Signed-off-by: Richard Henderson --- target/sparc/cpu.h| 3 +++ target/sparc/cpu.c| 27 +-- target/