mbox series

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

Message ID 20220920080746.26791-1-tsimpson@quicinc.com
Headers show
Series Hexagon (target/hexagon) improve store handling | expand

Message

Taylor Simpson Sept. 20, 2022, 8:07 a.m. UTC
Make store handling faster and more robust

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

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