RE: [PULL v2 25/30] Hexagon HVX (target/hexagon) instruction decoding

2023-11-26 Thread Brian Cain
> -Original Message- > From: Brian Cain > Sent: Tuesday, November 21, 2023 9:52 AM > To: Peter Maydell > Cc: qemu-devel@nongnu.org; richard.hender...@linaro.org; f4...@amsat.org > Subject: RE: [PULL v2 25/30] Hexagon HVX (target/hexagon) instruction > decoding >

RE: [PULL v2 25/30] Hexagon HVX (target/hexagon) instruction decoding

2023-11-21 Thread Brian Cain
g; f4...@amsat.org > Subject: Re: [PULL v2 25/30] Hexagon HVX (target/hexagon) instruction > decoding > > WARNING: This email originated from outside of Qualcomm. Please be wary of > any links or attachments, and do not enable macros. > > On Wed, 3 Nov 2021 at 21:17, Taylor Simpson

Re: [PULL v2 25/30] Hexagon HVX (target/hexagon) instruction decoding

2023-11-21 Thread Peter Maydell
On Wed, 3 Nov 2021 at 21:17, Taylor Simpson wrote: > > Add new file to target/hexagon/meson.build > > Acked-by: Richard Henderson > Signed-off-by: Taylor Simpson Hi; Coverity points out a variable written to and then overwritten before it's ever used in this function (CID 1527408): >

[PULL v2 25/30] Hexagon HVX (target/hexagon) instruction decoding

2021-11-03 Thread Taylor Simpson
Add new file to target/hexagon/meson.build Acked-by: Richard Henderson Signed-off-by: Taylor Simpson --- target/hexagon/mmvec/decode_ext_mmvec.h | 24 target/hexagon/decode.c | 24 +++- target/hexagon/mmvec/decode_ext_mmvec.c | 236