OSDN Git Service

tcg/s390x: Fix tcg_out_dupi_vec vs VGM
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Mar 2022 00:05:05 +0000 (19:05 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Mar 2022 17:31:51 +0000 (10:31 -0700)
commita66669c942077d53414ae0894e9fba3ddc18f58d
tree2197d6acd5aed7f3e56e2d63428bd484f4ae8bdb
parent15df33ceb73cb6bb3c6736cf4d2cff51129ed4b4
tcg/s390x: Fix tcg_out_dupi_vec vs VGM

The immediate operands to VGM were in the wrong order,
producing an inverse mask.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target.c.inc