target/mips: Use tcg_constant_i32() in gen_msa_2r()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 3 Oct 2021 12:41:57 +0000 (14:41 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 17 Oct 2021 22:41:36 +0000 (00:41 +0200)
commit74341af7d6c7093bba0893a7efd53d30aa50a200
treee24aa97ec910a1f52c815f54262e9b576748fe70
parente81a48b9e7fb3db72b7820b0342779227bf0510f
target/mips: Use tcg_constant_i32() in gen_msa_2r()

Avoid using a TCG temporary by moving Data Format to the constant pool.

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