[PATCH v2 0/3] Hexagon (target/hexagon) Improve USR handling

Taylor Simpson posted 3 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251104222548.108264-1-ltaylorsimpson@gmail.com
Maintainers: Brian Cain <brian.cain@oss.qualcomm.com>
There is a newer version of this series
target/hexagon/arch.h              |   2 +-
target/hexagon/gen_tcg.h           | 114 ++++++------
target/hexagon/helper.h            | 114 ++++++------
target/hexagon/translate.h         |   1 +
target/hexagon/arch.c              |   3 +-
target/hexagon/op_helper.c         | 287 +++++++++++++++++------------
target/hexagon/translate.c         |  35 ++--
tests/tcg/hexagon/usr.c            |  26 +++
target/hexagon/gen_helper_funcs.py |   8 +-
target/hexagon/gen_tcg_funcs.py    |   4 +
10 files changed, 343 insertions(+), 251 deletions(-)
[PATCH v2 0/3] Hexagon (target/hexagon) Improve USR handling
Posted by Taylor Simpson 1 week, 2 days ago
Currently, any instruction that writes USR disables short-circuiting a
packet.  When the write is implicit, we can allow the short-circuit.

Changes in v2:
- Properly handle implicit USR writes when packet commit is necessary
- Added test case

Taylor Simpson (3):
  Hexagon (target/hexagon) Add pkt_need_commit argument to arch_fpop_end
  Hexagon (target/hexagon) Implicit writes to USR don't force packet
    commit
  Hexagon (tests/tcg/hexagon) Add test for USR changes in packet

 target/hexagon/arch.h              |   2 +-
 target/hexagon/gen_tcg.h           | 114 ++++++------
 target/hexagon/helper.h            | 114 ++++++------
 target/hexagon/translate.h         |   1 +
 target/hexagon/arch.c              |   3 +-
 target/hexagon/op_helper.c         | 287 +++++++++++++++++------------
 target/hexagon/translate.c         |  35 ++--
 tests/tcg/hexagon/usr.c            |  26 +++
 target/hexagon/gen_helper_funcs.py |   8 +-
 target/hexagon/gen_tcg_funcs.py    |   4 +
 10 files changed, 343 insertions(+), 251 deletions(-)

-- 
2.43.0