Re: [Qemu-devel] [PATCH 07/13] target-ppc: implement xxextractuw instruction
On 12/05/2016 03:25 AM, Nikunj A Dadhania wrote: > +static void gen_##name(DisasContext *ctx) \ > +{ \ > +TCGv xt, xb;\ > +TCGv_i32 t0 = tcg_temp_new_i32();
[Qemu-devel] [PATCH 07/13] target-ppc: implement xxextractuw instruction
xxextractuw: VSX Vector Extract Unsigned Word Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 33 + target-ppc/translate/vsx-impl.inc.c | 22 ++ target-ppc/translate/vsx-ops