qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/21] Hexagon (target/hexagon) Mark registers as read during


From: Richard Henderson
Subject: Re: [PATCH 10/21] Hexagon (target/hexagon) Mark registers as read during packet analysis
Date: Thu, 27 Apr 2023 09:04:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/26/23 01:42, Taylor Simpson wrote:
Have gen_analyze_funcs mark the registers that are read by the
instruction.  We also mark the implicit reads using instruction
attributes.

Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
---
  target/hexagon/translate.h          | 36 +++++++++++++++++++++++
  target/hexagon/attribs_def.h.inc    |  6 +++-
  target/hexagon/translate.c          | 20 +++++++++++++
  target/hexagon/gen_analyze_funcs.py | 44 ++++++++++++++++++++---------
  target/hexagon/hex_common.py        |  6 ++++
  5 files changed, 97 insertions(+), 15 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]