Hexagon (target/hexagon) Eliminate uses of log_pred_write function
authorTaylor Simpson <tsimpson@quicinc.com>
Thu, 27 Apr 2023 22:59:58 +0000 (15:59 -0700)
committerTaylor Simpson <tsimpson@quicinc.com>
Thu, 18 May 2023 19:40:52 +0000 (12:40 -0700)
commitd24f0b2b89d0f4f595a1b62c00c4c951d1d5fce9
tree3cd3c2fb129ca99d108873a317e5f575d0825246
parent9942f6a8b66a9fc320fadc52c0f72fcfaebf5b50
Hexagon (target/hexagon) Eliminate uses of log_pred_write function

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>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230427230012.3800327-8-tsimpson@quicinc.com>
target/hexagon/gen_tcg.h
target/hexagon/genptr.c
target/hexagon/helper.h
target/hexagon/macros.h
target/hexagon/op_helper.c