OSDN Git Service

target/mips: Use tcg_constant_i32() in gen_msa_2rf()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 3 Oct 2021 12:44:21 +0000 (14:44 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 17 Oct 2021 22:41:36 +0000 (00:41 +0200)
commite81a48b9e7fb3db72b7820b0342779227bf0510f
treef8871bf370d46d7216d003009c754cbd2097e0d5
parent2b537a3d856e2500acc321c9333f03b36a829f4e
target/mips: Use tcg_constant_i32() in gen_msa_2rf()

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-4-f4bug@amsat.org>
target/mips/tcg/msa_translate.c