target/mips: Pass TCGCond argument to MSA gen_check_zero_element()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 15 Dec 2020 21:40:50 +0000 (22:40 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (17:13 +0100)
commit878b87b54176d7cea4a74ec544703e408776ed34
tree0615c5d0a133b96ca03d5b0c27779184ec7ab311
parent80e64a380feb891700cbb21e4966c898dd9c5af9
target/mips: Pass TCGCond argument to MSA gen_check_zero_element()

Simplify gen_check_zero_element() by passing the TCGCond
argument along.

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: <20201215225757.764263-25-f4bug@amsat.org>
target/mips/msa_translate.c