qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 07/21] Hexagon (target/hexagon) Eliminate uses of log_pred_wr


From: Richard Henderson
Subject: Re: [PATCH 07/21] Hexagon (target/hexagon) Eliminate uses of log_pred_write function
Date: Wed, 26 Apr 2023 22:18:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/26/23 01:41, Taylor Simpson wrote:
These instructions have implicit writes to registers, so we don't
want them to be helpers when idef-parser is off.

The following instructions are overriden
     S2_cabacdecbin
     SA1_cmpeqi

Remove the log_pred_write function from op_helper.c
Remove references in macros.h

Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
---
  target/hexagon/gen_tcg.h   | 16 +++++++
  target/hexagon/helper.h    |  2 +
  target/hexagon/macros.h    |  4 --
  target/hexagon/genptr.c    |  5 ++
  target/hexagon/op_helper.c | 96 ++++++++++++++++++++++++++++++++------
  5 files changed, 104 insertions(+), 19 deletions(-)

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

r~



reply via email to

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