]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Manually expand INDEX_op_dup_vec
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 18 Mar 2019 18:20:27 +0000 (11:20 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 May 2019 21:44:03 +0000 (14:44 -0700)
commitbab1671f0fa928fd678a22f934739f06fd5fd035
tree2c7ed9005146c1c0394d932fa673a28a1534686e
parente7632cfa8b76cdbbc1c76e8737338ef5844e7d60
tcg: Manually expand INDEX_op_dup_vec

This case is similar to INDEX_op_mov_* in that we need to do
different things depending on the current location of the source.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
v3: Added some commentary to the tcg_reg_alloc_* functions.
tcg/aarch64/tcg-target.inc.c
tcg/i386/tcg-target.inc.c
tcg/tcg.c