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 <stefan.branko...@rt-rk.com> > --- > target/ppc/translate/vmx-impl.inc.c | 66 > +++++++++++++++++++++---------------- > 1 file changed, 37 insertions(+), 29 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~