target/mips: Use explicit extract32() calls in gen_msa_i5()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 3 Oct 2021 16:10:35 +0000 (18:10 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 17 Oct 2021 22:41:36 +0000 (00:41 +0200)
commit469a316dc42cd669ab502a385fdd3539fd45e36e
tree57213f67231b13c75fe4887363fc88d617882126
parent1b5c0a11471cd0c3c2f206fd49e31972a2dc3bad
target/mips: Use explicit extract32() calls in gen_msa_i5()

We already use sextract32(), use extract32() for completeness
instead of open-coding it.

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