[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v6 3/3] target/ppc: Refactor emulation of vmrgew
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH v6 3/3] target/ppc: Refactor emulation of vmrgew and vmrgow instructions |
Date: |
Tue, 27 Aug 2019 12:19:27 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 8/27/19 2:37 AM, Stefan Brankovic wrote:
> Since I found this two instructions implemented with tcg, I refactored
> them so they are consistent with other similar implementations that
> I introduced in this patch.
>
> Also, a new dual macro GEN_VXFORM_TRANS_DUAL is added. This macro is
> used if one instruction is realized with direct translation, and second
> one with a helper.
>
> Signed-off-by: Stefan Brankovic <address@hidden>
> ---
> target/ppc/translate/vmx-impl.inc.c | 66
> +++++++++++++++++++++----------------
> 1 file changed, 37 insertions(+), 29 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~