Re: [RFC PATCH v2 24/24] target/mips/mod-msa: Pass TCGCond argument to gen_check_zero_element()

2020-12-15 Thread Richard Henderson
On 12/15/20 4:57 PM, Philippe Mathieu-Daudé wrote: > Simplify gen_check_zero_element() by passing the TCGCond > argument along. > > Suggested-by: Richard Henderson > Signed-off-by: Philippe Mathieu-Daudé > --- > Maybe this can be named 'msa_translate.c' after all... > --- > target/mips/mod-msa_

[RFC PATCH v2 24/24] target/mips/mod-msa: Pass TCGCond argument to gen_check_zero_element()

2020-12-15 Thread Philippe Mathieu-Daudé
Simplify gen_check_zero_element() by passing the TCGCond argument along. Suggested-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- Maybe this can be named 'msa_translate.c' after all... --- target/mips/mod-msa_translate.c | 10 -- 1 file changed, 4 insertions(+), 6 delet