qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf
@ 2022-07-07 21:05 Taylor Simpson
  2022-07-07 21:05 ` [PATCH 1/2] Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load Taylor Simpson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Taylor Simpson @ 2022-07-07 21:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: tsimpson, richard.henderson, f4bug, ale, anjo, bcain, mlambert

Recall that the semantics of a Hexagon mem_noshuf packet are that the
store effectively happens before the load.  There are two bug fixes
in this series.


Taylor Simpson (2):
  Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load
  Hexagon (target/hexagon) fix bug in mem_noshuf load exception

 target/hexagon/gen_tcg.h                 |  10 +-
 target/hexagon/helper.h                  |   1 +
 target/hexagon/macros.h                  |  37 ++++--
 target/hexagon/genptr.c                  |   7 ++
 target/hexagon/op_helper.c               |  23 +++-
 tests/tcg/hexagon/mem_noshuf.c           | 122 ++++++++++++++++++-
 tests/tcg/hexagon/mem_noshuf_exception.c | 146 +++++++++++++++++++++++
 tests/tcg/hexagon/Makefile.target        |   1 +
 8 files changed, 323 insertions(+), 24 deletions(-)
 create mode 100644 tests/tcg/hexagon/mem_noshuf_exception.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-09  3:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-07 21:05 [PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf Taylor Simpson
2022-07-07 21:05 ` [PATCH 1/2] Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load Taylor Simpson
2022-07-07 21:05 ` [PATCH 2/2] Hexagon (target/hexagon) fix bug in mem_noshuf load exception Taylor Simpson
2022-07-09  3:13 ` [PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).