qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf


From: Taylor Simpson
Subject: [PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf
Date: Thu, 7 Jul 2022 14:05:44 -0700

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


reply via email to

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