RE: [PATCH 2/2] target/hexagon: rename aliased register HEX_REG_P3_0

2022-12-29 Thread Mukilan Thiyagarajan (QUIC)
ian Cain ; richard.hender...@linaro.org; alex.ben...@linaro.org Subject: RE: [PATCH 2/2] target/hexagon: rename aliased register HEX_REG_P3_0 > -Original Message- > From: Mukilan Thiyagarajan (QUIC) > Sent: Tuesday, December 27, 2022 9:35 AM > To: qemu-devel@nongnu.org; Tayl

RE: [PATCH 2/2] target/hexagon: rename aliased register HEX_REG_P3_0

2022-12-28 Thread Taylor Simpson
n (QUIC) > > Subject: [PATCH 2/2] target/hexagon: rename aliased register > HEX_REG_P3_0 > > diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c index > 658ca4ff78..807037c586 100644 > --- a/target/hexagon/cpu.c > +++ b/target/hexagon/cpu.c > @@ -86,7 +86,7 @@ stati

[PATCH 2/2] target/hexagon: rename aliased register HEX_REG_P3_0

2022-12-27 Thread Mukilan Thiyagarajan
The patch renames the identifier of the 32bit register HEX_REG_P3_0 to HEX_REG_P3_0_ALIASED. This change is to intended to provide some warning that HEX_REG_P3_0 is an aliased register which has multiple representations in CPU state and therefore might require special handling in some contexts. Th