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<tsimp...@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.hender...@linaro.org>
r~