qemu-devel
[Top][All Lists]
Advanced

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

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


From: Taylor Simpson
Subject: [PATCH 0/3] Hexagon (target/hexagon) improve store handling
Date: Tue, 20 Sep 2022 01:07:43 -0700

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(-)

-- 
2.17.1


reply via email to

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