Re: [Qemu-devel] [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA instructions

2019-04-17 Thread Mateja Marjanovic
Hello Philippe, Sorry for replying you so late. On 4.4.19. 15:42, Philippe Mathieu-Daudé wrote: Hi Mateja, On 4/4/19 3:14 PM, Mateja Marjanovic wrote: From: Mateja Marjanovic Optimize set of MSA instructions ILVEV., using directly tcg registers and performing logic on them instead of using h

Re: [Qemu-devel] [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA instructions

2019-04-15 Thread Mateja Marjanovic
On 13.4.19. 18:05, Aleksandar Markovic wrote: On Thu, Apr 4, 2019 at 3:18 PM Mateja Marjanovic wrote: From: Mateja Marjanovic Optimize set of MSA instructions ILVEV., using directly tcg registers and performing logic on them instead of using helpers. In the following table, the first colum

Re: [Qemu-devel] [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA instructions

2019-04-13 Thread Aleksandar Markovic
On Thu, Apr 4, 2019 at 3:18 PM Mateja Marjanovic wrote: > > From: Mateja Marjanovic > > Optimize set of MSA instructions ILVEV., using > directly tcg registers and performing logic on them > instead of using helpers. > > In the following table, the first column is the performance > before this pa

Re: [Qemu-devel] [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA instructions

2019-04-04 Thread Aleksandar Markovic
On Apr 4, 2019 9:17 PM, "Philippe Mathieu-Daudé" wrote: > > Hi Aleksandar, > > On 4/4/19 8:19 PM, Aleksandar Markovic wrote: > >> From: Philippe Mathieu-Daudé > >> Subject: Re: [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA instructions > >> > >> Hi Mateja, > >> > >> On 4/4/19 3:14 PM, Mateja Ma

Re: [Qemu-devel] [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA instructions

2019-04-04 Thread Philippe Mathieu-Daudé
Hi Aleksandar, On 4/4/19 8:19 PM, Aleksandar Markovic wrote: >> From: Philippe Mathieu-Daudé >> Subject: Re: [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA >> instructions >> >> Hi Mateja, >> >> On 4/4/19 3:14 PM, Mateja Marjanovic wrote: >>> From: Mateja Marjanovic >>> >>> Optimize set of MSA

Re: [Qemu-devel] [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA instructions

2019-04-04 Thread Aleksandar Markovic
> From: Philippe Mathieu-Daudé > Subject: Re: [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA > instructions > > Hi Mateja, > > On 4/4/19 3:14 PM, Mateja Marjanovic wrote: > > From: Mateja Marjanovic > > > > Optimize set of MSA instructions ILVEV., using > > directly tcg registers and performi

Re: [Qemu-devel] [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA instructions

2019-04-04 Thread Philippe Mathieu-Daudé
Hi Mateja, On 4/4/19 3:14 PM, Mateja Marjanovic wrote: > From: Mateja Marjanovic > > Optimize set of MSA instructions ILVEV., using > directly tcg registers and performing logic on them > instead of using helpers. > > In the following table, the first column is the performance > before this pat

[Qemu-devel] [PATCH v6 2/4] target/mips: Optimize ILVEV. MSA instructions

2019-04-04 Thread Mateja Marjanovic
From: Mateja Marjanovic Optimize set of MSA instructions ILVEV., using directly tcg registers and performing logic on them instead of using helpers. In the following table, the first column is the performance before this patch. The second represents the performance, after converting from helpers