tcg/i386: Fix INDEX_op_dup2_vec
commite20cb81d9c5a3d0f9c08f3642728a210a1c162c9
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 29 Mar 2020 01:16:10 +0000 (28 18:16 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Mar 2020 18:16:17 +0000 (30 11:16 -0700)
tree74f5c4a2067fb61b376894b3c93eeb7f0d8ae802
parent84878f4c00a7beca1d1460e2f77a6c833b8d0393
tcg/i386: Fix INDEX_op_dup2_vec

We were only constructing the 64-bit element, and not
replicating the 64-bit element across the rest of the vector.

Cc: qemu-stable@nongnu.org
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.inc.c