Re: [Qemu-devel] [PATCH 13/14] target/ppc: improve VSX_TEST_DC with new generator macros

2019-04-30 Thread Richard Henderson
On 4/28/19 7:38 AM, Mark Cave-Ayland wrote: > The source and destination registers can now be decoded in the generator > function using the new GEN_VSX_HELPER_X2 and GEN_VSX_HELPER_R2 macros. > > Signed-off-by: Mark Cave-Ayland > --- > target/ppc/fpu_helper.c | 16 +++- >

[Qemu-devel] [PATCH 13/14] target/ppc: improve VSX_TEST_DC with new generator macros

2019-04-28 Thread Mark Cave-Ayland
The source and destination registers can now be decoded in the generator function using the new GEN_VSX_HELPER_X2 and GEN_VSX_HELPER_R2 macros. Signed-off-by: Mark Cave-Ayland --- target/ppc/fpu_helper.c | 16 +++- target/ppc/helper.h | 8 target