qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Taylor Simpson <tsimpson@quicinc.com>
To: qemu-devel@nongnu.org
Cc: tsimpson@quicinc.com, richard.henderson@linaro.org,
	philmd@linaro.org, ale@rev.ng, anjo@rev.ng, bcain@quicinc.com,
	quic_mathbern@quicinc.com
Subject: [PATCH v2 0/9] Hexagon (target/hexagon) New architecture support
Date: Thu, 27 Apr 2023 15:40:48 -0700	[thread overview]
Message-ID: <20230427224057.3766963-1-tsimpson@quicinc.com> (raw)

Add support for new Hexagon architecture versions v68/v69/v71/v73

**** Changes in v2 ****
Address feedback from Anton Johansson <anjo@rev.ng>
    Rename v6mpy_ref.h to v6mpy_ref.c.inc
    Shorten format of hexagon_v*_cpu_init_functions
    Change loop counts MAX_VEC_SIZE_BYTES / 2 to MAX_VEC_SIZE_BYTES / 4



Taylor Simpson (9):
  Hexagon (target/hexagon) Add support for v68/v69/v71/v73
  Hexagon (target/hexagon) Add v68 scalar instructions
  Hexagon (tests/tcg/hexagon) Add v68 scalar tests
  Hexagon (target/hexagon) Add v68 HVX instructions
  Hexagon (tests/tcg/hexagon) Add v68 HVX tests
  Hexagon (target/hexagon) Add v69 HVX instructions
  Hexagon (tests/tcg/hexagon) Add v69 HVX tests
  Hexagon (target/hexagon) Add v73 scalar instructions
  Hexagon (tests/tcg/hexagon) Add v73 scalar tests

 configure                                    |   2 +-
 linux-user/hexagon/target_elf.h              |  13 +-
 target/hexagon/cpu.h                         |   4 +
 target/hexagon/gen_tcg.h                     |  22 ++
 target/hexagon/gen_tcg_hvx.h                 |  12 +
 target/hexagon/mmvec/macros.h                |   9 +-
 target/hexagon/attribs_def.h.inc             |  16 +
 target/hexagon/cpu.c                         |  14 +-
 target/hexagon/translate.c                   |   3 +
 tests/tcg/hexagon/misc.c                     |  12 +
 tests/tcg/hexagon/v68_hvx.c                  |  90 ++++++
 tests/tcg/hexagon/v68_scalar.c               | 186 +++++++++++
 tests/tcg/hexagon/v69_hvx.c                  | 318 ++++++++++++++++++
 tests/tcg/hexagon/v73_scalar.c               |  96 ++++++
 tests/tcg/hexagon/v6mpy_ref.c.inc            | 161 ++++++++++
 target/hexagon/gen_idef_parser_funcs.py      |   2 +
 target/hexagon/imported/branch.idef          |   7 +-
 target/hexagon/imported/encode_pp.def        |  21 +-
 target/hexagon/imported/ldst.idef            |  20 +-
 target/hexagon/imported/mmvec/encode_ext.def |  16 +-
 target/hexagon/imported/mmvec/ext.idef       | 321 ++++++++++++++++++-
 tests/tcg/hexagon/Makefile.target            |  13 +
 22 files changed, 1339 insertions(+), 19 deletions(-)
 create mode 100644 tests/tcg/hexagon/v68_hvx.c
 create mode 100644 tests/tcg/hexagon/v68_scalar.c
 create mode 100644 tests/tcg/hexagon/v69_hvx.c
 create mode 100644 tests/tcg/hexagon/v73_scalar.c
 create mode 100644 tests/tcg/hexagon/v6mpy_ref.c.inc

-- 
2.25.1


             reply	other threads:[~2023-04-27 22:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-27 22:40 Taylor Simpson [this message]
2023-04-27 22:40 ` [PATCH v2 1/9] Hexagon (target/hexagon) Add support for v68/v69/v71/v73 Taylor Simpson
2023-04-27 22:40 ` [PATCH v2 2/9] Hexagon (target/hexagon) Add v68 scalar instructions Taylor Simpson
2023-04-27 22:40 ` [PATCH v2 3/9] Hexagon (tests/tcg/hexagon) Add v68 scalar tests Taylor Simpson
2023-04-27 22:40 ` [PATCH v2 4/9] Hexagon (target/hexagon) Add v68 HVX instructions Taylor Simpson
2023-04-27 22:40 ` [PATCH v2 5/9] Hexagon (tests/tcg/hexagon) Add v68 HVX tests Taylor Simpson
2023-04-27 22:40 ` [PATCH v2 6/9] Hexagon (target/hexagon) Add v69 HVX instructions Taylor Simpson
2023-04-27 22:40 ` [PATCH v2 7/9] Hexagon (tests/tcg/hexagon) Add v69 HVX tests Taylor Simpson
2023-04-27 22:40 ` [PATCH v2 8/9] Hexagon (target/hexagon) Add v73 scalar instructions Taylor Simpson
2023-04-27 22:40 ` [PATCH v2 9/9] Hexagon (tests/tcg/hexagon) Add v73 scalar tests Taylor Simpson
2023-04-28 21:44 ` [PATCH v2 0/9] Hexagon (target/hexagon) New architecture support Richard Henderson
2023-04-29 19:56   ` Taylor Simpson
2023-05-10 20:58     ` Taylor Simpson
2023-05-11  5:17       ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230427224057.3766963-1-tsimpson@quicinc.com \
    --to=tsimpson@quicinc.com \
    --cc=ale@rev.ng \
    --cc=anjo@rev.ng \
    --cc=bcain@quicinc.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quic_mathbern@quicinc.com \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).