On Thu, Apr 4, 2019 at 3:16 PM Mateja Marjanovic
wrote:
>
> From: Mateja Marjanovic
>
> Optimize set of MSA instructions ILVOD., using
> directly tcg registers and performing logic on them instead
> of using helpers.
>
Please see my comments for ILVEV.D.
Thanks,
Aleksandar
> In the following t
On 4/4/19 3:14 PM, Mateja Marjanovic wrote:
> From: Mateja Marjanovic
>
> Optimize set of MSA instructions ILVOD., 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 seco
From: Mateja Marjanovic
Optimize set of MSA instructions ILVOD., 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