]> git.proxmox.com Git - mirror_qemu.git/commit - target/hexagon/macros.h
Hexagon (target/hexagon) Move items to DisasContext
authorTaylor Simpson <tsimpson@quicinc.com>
Thu, 27 Apr 2023 23:00:12 +0000 (16:00 -0700)
committerTaylor Simpson <tsimpson@quicinc.com>
Thu, 18 May 2023 19:40:52 +0000 (12:40 -0700)
commit0fc56c437566f15e3fe54b568951eecb3cd68bf3
tree821a9b695252e9618c6a06898e8d4cc51ee8c396
parente5d0d78db4adc76200d9d8c3f055176911b42c5d
Hexagon (target/hexagon) Move items to DisasContext

The following items in the CPUHexagonState are 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.

The following items are moved
    dczero_addr
    branch_taken
    this_PC

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-22-tsimpson@quicinc.com>
target/hexagon/README
target/hexagon/cpu.h
target/hexagon/genptr.c
target/hexagon/helper.h
target/hexagon/macros.h
target/hexagon/op_helper.c
target/hexagon/translate.c
target/hexagon/translate.h