Re: [PATCH 1/2] target/mips: Rearrange vector compare equal instructions

2019-10-25 Thread Aleksandar Markovic
On Wednesday, October 23, 2019, Filip Bozuta wrote: > Remove unnecessary argument and provide separate function for each > instruction. > > Signed-off-by: Filip Bozuta > --- > target/mips/msa_helper.c | 80 ++ > -- > 1 file changed, 50 insertions(+),

[PATCH 1/2] target/mips: Rearrange vector compare equal instructions

2019-10-23 Thread Filip Bozuta
Remove unnecessary argument and provide separate function for each instruction. Signed-off-by: Filip Bozuta --- target/mips/msa_helper.c | 80 ++-- 1 file changed, 50 insertions(+), 30 deletions(-) diff --git a/target/mips/msa_helper.c