Re: [PATCH 4/4] target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el

2022-01-29 Thread Zenghui Yu via
On 2022/1/27 14:34, Richard Henderson wrote: Use the named bit rather than a bare extract32. Signed-off-by: Richard Henderson Reviewed-by: Zenghui Yu

Re: [PATCH 4/4] target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el

2022-01-28 Thread Peter Maydell
On Thu, 27 Jan 2022 at 06:34, Richard Henderson wrote: > > Use the named bit rather than a bare extract32. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/arm/helper.c b/target/arm/helper.c > index c

[PATCH 4/4] target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el

2022-01-26 Thread Richard Henderson
Use the named bit rather than a bare extract32. Signed-off-by: Richard Henderson --- target/arm/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index ca916139e8..5610879680 100644 --- a/target/arm/helper.c +++ b/target/arm/he