[PATCH 0/2] Hexagon (target/hexagon) cleanup and bug fix

Taylor Simpson posted 2 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1634031081-25450-1-git-send-email-tsimpson@quicinc.com
There is a newer version of this series
target/hexagon/gen_tcg.h          |   9 ++--
target/hexagon/macros.h           |   9 ++--
target/hexagon/attribs_def.h.inc  |   1 +
target/hexagon/translate.c        |  12 +++--
tests/tcg/hexagon/overflow.c      | 107 ++++++++++++++++++++++++++++++++++++++
target/hexagon/gen_tcg_funcs.py   |  11 +---
target/hexagon/hex_common.py      |   2 +
tests/tcg/hexagon/Makefile.target |   1 +
8 files changed, 129 insertions(+), 23 deletions(-)
create mode 100644 tests/tcg/hexagon/overflow.c
[PATCH 0/2] Hexagon (target/hexagon) cleanup and bug fix
Posted by Taylor Simpson 2 years, 6 months ago
Followup to replace more tcg_const_* with tcg_constant_tl*
Fix bug to delay writes to USR until packet commit

Taylor Simpson (2):
  Hexagon (target/hexagon) more tcg_constant_*
  Hexagon (target/hexagon) put writes to USR into temp until commit

 target/hexagon/gen_tcg.h          |   9 ++--
 target/hexagon/macros.h           |   9 ++--
 target/hexagon/attribs_def.h.inc  |   1 +
 target/hexagon/translate.c        |  12 +++--
 tests/tcg/hexagon/overflow.c      | 107 ++++++++++++++++++++++++++++++++++++++
 target/hexagon/gen_tcg_funcs.py   |  11 +---
 target/hexagon/hex_common.py      |   2 +
 tests/tcg/hexagon/Makefile.target |   1 +
 8 files changed, 129 insertions(+), 23 deletions(-)
 create mode 100644 tests/tcg/hexagon/overflow.c

-- 
2.7.4