mbox

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

Message ID 20220930184157.30429-1-tsimpson@quicinc.com
State New
Headers show

Pull-request

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

Message

Taylor Simpson Sept. 30, 2022, 6:41 p.m. UTC
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(-)