On 12/4/20 4:53 PM, Philippe Mathieu-Daudé wrote: > Yes, will follow. I'm tempted to inline gen_check_zero_element (actually > move gen_msa_BxZ as gen_check_zero_element prologue/epilogue). Not sure > gen_check_zero_element() can be reused later though. The other thing that could happen is that gen_check_zero_element could grow a TCGCond argument (or boolean) for the setcond at the end, so that we generate the correct sense of the test in the first place. r~