OSDN Git Service

target/mips: Use tcg_constant_i32() in gen_msa_3rf()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 3 Oct 2021 12:39:05 +0000 (14:39 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 17 Oct 2021 22:41:36 +0000 (00:41 +0200)
commit1b5c0a11471cd0c3c2f206fd49e31972a2dc3bad
tree694e19aaef2f3bf80a672c9bdb0976a59ffc537e
parent74341af7d6c7093bba0893a7efd53d30aa50a200
target/mips: Use tcg_constant_i32() in gen_msa_3rf()

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