]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Convert tcg_gen_dupi_vec to TCG_CONST
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Sep 2020 00:33:18 +0000 (17:33 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Jan 2021 18:39:08 +0000 (08:39 -1000)
commit0b4286dd15e2bcaf2aa53dfac0fb3103690f5a34
tree0270104ef9f39141c70f5dce2c51226badd3c1bd
parent8fe35e0444be88de4e3ab80a2a0e210a1f6d663d
tcg: Convert tcg_gen_dupi_vec to TCG_CONST

Because we now store uint64_t in TCGTemp, we can now always
store the full 64-bit duplicate immediate.  So remove the
difference between 32- and 64-bit hosts.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c
tcg/tcg-op-vec.c
tcg/tcg.c