qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v6 01/14] Hexagon (target/hexagon) Add overrides for jumpr31


From: Richard Henderson
Subject: Re: [PATCH v6 01/14] Hexagon (target/hexagon) Add overrides for jumpr31 instructions
Date: Mon, 6 Mar 2023 21:39:46 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 3/6/23 18:58, Taylor Simpson wrote:
Add overrides for
     SL2_jumpr31            Unconditional
     SL2_jumpr31_t          Predicated true (old value)
     SL2_jumpr31_f          Predicated false (old value)
     SL2_jumpr31_tnew       Predicated true (new value)
     SL2_jumpr31_fnew       Predicated false (new value)

Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
Reviewed-by: Anton Johansson<anjo@rev.ng>
---
  target/hexagon/gen_tcg.h | 15 ++++++++++++++-
  target/hexagon/genptr.c  |  9 ++++++++-
  2 files changed, 22 insertions(+), 2 deletions(-)

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

r~



reply via email to

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