Re: [Qemu-devel] [PATCH 03/11] target-ppc: Add xsiexpdp instruction

2017-01-11 Thread David Gibson
On Thu, Jan 12, 2017 at 10:23:22AM +0530, Nikunj A Dadhania wrote: > David Gibson writes: > > > [ Unknown signature status ] > > On Tue, Jan 10, 2017 at 02:20:35PM +0530, Nikunj A Dadhania wrote: > >> xsiexpdp: VSX Scalar Insert Exponent Double Precision > >> > >>

Re: [Qemu-devel] [PATCH 03/11] target-ppc: Add xsiexpdp instruction

2017-01-11 Thread Nikunj A Dadhania
David Gibson writes: > [ Unknown signature status ] > On Tue, Jan 10, 2017 at 02:20:35PM +0530, Nikunj A Dadhania wrote: >> xsiexpdp: VSX Scalar Insert Exponent Double Precision >> >> Signed-off-by: Nikunj A Dadhania >> --- >>

Re: [Qemu-devel] [PATCH 03/11] target-ppc: Add xsiexpdp instruction

2017-01-11 Thread David Gibson
On Tue, Jan 10, 2017 at 02:20:35PM +0530, Nikunj A Dadhania wrote: > xsiexpdp: VSX Scalar Insert Exponent Double Precision > > Signed-off-by: Nikunj A Dadhania > --- > target/ppc/translate/vsx-impl.inc.c | 20 > target/ppc/translate/vsx-ops.inc.c

[Qemu-devel] [PATCH 03/11] target-ppc: Add xsiexpdp instruction

2017-01-10 Thread Nikunj A Dadhania
xsiexpdp: VSX Scalar Insert Exponent Double Precision Signed-off-by: Nikunj A Dadhania --- target/ppc/translate/vsx-impl.inc.c | 20 target/ppc/translate/vsx-ops.inc.c | 1 + 2 files changed, 21 insertions(+) diff --git