qemu-devel
[Top][All Lists]
Advanced

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

[PULL v2 0/3] Hexagon (target/hexagon) improve store handling


From: Taylor Simpson
Subject: [PULL v2 0/3] Hexagon (target/hexagon) improve store handling
Date: Fri, 30 Sep 2022 11:41:54 -0700

The following changes since commit c8de6ec63d766ca1998c5af468483ce912fdc0c2:

  Merge tag 'pull-request-2022-09-28' of https://gitlab.com/thuth/qemu into 
staging (2022-09-28 17:04:11 -0400)

are available in the Git repository at:

  https://github.com/quic/qemu tags/pull-hex-20220930

for you to fetch changes up to 661ad999c554d1cc99ff96b3baf3ff4acbe2ecee:

  Hexagon (target/hexagon) move store size tracking to translation (2022-09-30 
11:25:37 -0700)

----------------------------------------------------------------
Make store handling faster and more robust

----------------------------------------------------------------
Taylor Simpson (3):
      Hexagon (target/hexagon) add instruction attributes from archlib
      Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]
      Hexagon (target/hexagon) move store size tracking to translation

 target/hexagon/macros.h               |   8 +--
 target/hexagon/attribs_def.h.inc      |  38 ++++++++++-
 target/hexagon/decode.c               |  13 ++--
 target/hexagon/genptr.c               |  36 ++++------
 target/hexagon/translate.c            |  35 ++++++++--
 target/hexagon/hex_common.py          |   3 +-
 target/hexagon/imported/ldst.idef     | 122 +++++++++++++++++-----------------
 target/hexagon/imported/subinsns.idef |  72 ++++++++++----------
 8 files changed, 191 insertions(+), 136 deletions(-)

reply via email to

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