target/mips: Use dup_const() to simplify
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 24 Oct 2021 18:10:08 +0000 (20:10 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Nov 2021 13:32:32 +0000 (14:32 +0100)
commit40f75c02d4c796cb54826b65edd2e2530e5129f8
treeced56996e3a6484559fdfded70ff8a151046e282
parentbbc213b37c1366cf64701d37a21b709c97714a2d
target/mips: Use dup_const() to simplify

The dup_const() helper makes the code easier to follow, use it.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211028210843.2120802-5-f4bug@amsat.org>
target/mips/tcg/msa_translate.c