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

Taylor Simpson posted 3 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220930184157.30429-1-tsimpson@quicinc.com
Maintainers: Taylor Simpson <tsimpson@quicinc.com>
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(-)
[PULL v2 0/3] Hexagon (target/hexagon) improve store handling
Posted by Taylor Simpson 1 year, 6 months ago
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(-)