qemu-devel
[Top][All Lists]
Advanced

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

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


From: Richard Henderson
Subject: Re: [PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf
Date: Sat, 9 Jul 2022 08:43:09 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 7/8/22 02:35, Taylor Simpson wrote:
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


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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