Re: [Qemu-devel] [PATCH v2 00/17] POWER9 TCG enablements - part4

2016-08-16 Thread Nikunj A Dadhania
David Gibson writes: > [ Unknown signature status ] > On Sat, Aug 13, 2016 at 12:04:26AM +0530, Nikunj A Dadhania wrote: >> 1) Consolidate Load/Store operations using tcg_gen_qemu_ld/st functions >> 2) This series contains 10 new instructions for POWER9 ISA3.0 >>

Re: [Qemu-devel] [PATCH v2 00/17] POWER9 TCG enablements - part4

2016-08-16 Thread David Gibson
On Sat, Aug 13, 2016 at 12:04:26AM +0530, Nikunj A Dadhania wrote: > 1) Consolidate Load/Store operations using tcg_gen_qemu_ld/st functions > 2) This series contains 10 new instructions for POWER9 ISA3.0 >Use newer qemu load/store tcg helpers and optimize stxvw4x and lxvw4x. > > Patches: >

[Qemu-devel] [PATCH v2 00/17] POWER9 TCG enablements - part4

2016-08-12 Thread Nikunj A Dadhania
1) Consolidate Load/Store operations using tcg_gen_qemu_ld/st functions 2) This series contains 10 new instructions for POWER9 ISA3.0 Use newer qemu load/store tcg helpers and optimize stxvw4x and lxvw4x. Patches: 01-09: Cleanup load/store operations in ppc translator 10: xxspltib: VSX