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<tsimp...@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.hender...@linaro.org>

r~

Reply via email to