qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 06/11] Hexagon (target/hexagon) Remove next_PC from runtim


From: Richard Henderson
Subject: Re: [PATCH v3 06/11] Hexagon (target/hexagon) Remove next_PC from runtime state
Date: Sat, 5 Nov 2022 11:10:37 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2

On 11/5/22 06:26, Taylor Simpson wrote:
The imported files don't properly mark all CONDEXEC instructions, so
we add some logic to hex_common.py to add the attribute.

Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
---
  target/hexagon/cpu.h                |  1 -
  target/hexagon/gen_tcg.h            |  6 ++++++
  target/hexagon/macros.h             |  2 +-
  target/hexagon/translate.h          |  2 +-
  target/hexagon/op_helper.c          |  6 +++---
  target/hexagon/translate.c          | 29 +++++++++++++++++++++++------
  target/hexagon/gen_helper_funcs.py  |  4 ++++
  target/hexagon/gen_helper_protos.py |  3 +++
  target/hexagon/gen_tcg_funcs.py     |  3 +++
  target/hexagon/hex_common.py        | 20 ++++++++++++++++++++
  10 files changed, 64 insertions(+), 12 deletions(-)

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

r~



reply via email to

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