Hexagon (target/hexagon) Move pred_written to DisasContext
The pred_written variable in the CPUHexagonState is only used for bookkeeping within the translation of a packet. With recent changes that eliminate the need to free TCGv variables, these make more sense to be transient and kept in DisasContext. Suggested-by:Richard Henderson <richard.henderson@linaro.org> Signed-off-by:
Taylor Simpson <tsimpson@quicinc.com> Reviewed-by:
Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230427230012.3800327-20-tsimpson@quicinc.com>
Showing
- target/hexagon/cpu.h 0 additions, 2 deletionstarget/hexagon/cpu.h
- target/hexagon/genptr.c 1 addition, 1 deletiontarget/hexagon/genptr.c
- target/hexagon/helper.h 1 addition, 1 deletiontarget/hexagon/helper.h
- target/hexagon/op_helper.c 3 additions, 2 deletionstarget/hexagon/op_helper.c
- target/hexagon/translate.c 4 additions, 5 deletionstarget/hexagon/translate.c
- target/hexagon/translate.h 1 addition, 1 deletiontarget/hexagon/translate.h
Loading
Please register or sign in to comment