qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 13/30] Hexagon HVX (target/hexagon) helper overrides infra


From: Richard Henderson
Subject: Re: [PATCH v4 13/30] Hexagon HVX (target/hexagon) helper overrides infrastructure
Date: Fri, 29 Oct 2021 12:00:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/12/21 3:10 AM, Taylor Simpson wrote:
Build the infrastructure to create overrides for HVX instructions.
We create a new empty file (gen_tcg_hvx.h) that will be populated
in subsequent patches.

Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
---
  target/hexagon/gen_tcg_hvx.h        | 21 +++++++++++++++++++++
  target/hexagon/genptr.c             |  1 +
  target/hexagon/gen_helper_funcs.py  |  3 ++-
  target/hexagon/gen_helper_protos.py |  3 ++-
  target/hexagon/gen_tcg_funcs.py     |  3 ++-
  target/hexagon/meson.build          | 13 +++++++------
  6 files changed, 35 insertions(+), 9 deletions(-)
  create mode 100644 target/hexagon/gen_tcg_hvx.h

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

r~



reply via email to

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