This series contains 10 new instructions for POWER9 ISA3.0. Patches: 01: xxspltib: VSX Vector Splat Immediate Byte 02: darn: Deliver A Random Number 03: lxsibzx - Load VSX Scalar as Integer Byte & Zero Indexed lxsihzx - Load VSX Scalar as Integer Halfword & Zero Indexed 04: stxsibx - Store VSX Scalar as Integer Byte Indexed stxsihx - Store VSX Scalar as Integer Halfword Indexed 05: lxvb16x: Load VSX Vector Byte*16 lxvh8x: Load VSX Vector Halfword*8 06: stxvb16x: Store VSX Vector Byte*16 stxvh8x: Store VSX Vector Halfword*8
Nikunj A Dadhania (5): target-ppc: add xxspltib instruction target-ppc: add lxsi[bw]zx instruction target-ppc: add stxsi[bh]x instruction target-ppc: add lxvb16x and lxvh8x target-ppc: add stxvb16x and stxvh8x Ravi Bangoria (1): target-ppc: Implement darn instruction target-ppc/helper.h | 5 +++ target-ppc/int_helper.c | 14 ++++++++ target-ppc/mem_helper.c | 65 +++++++++++++++++++++++++++++++++++++ target-ppc/translate.c | 61 ++++++++++++++++++++++------------ target-ppc/translate/vsx-impl.inc.c | 64 ++++++++++++++++++++++++++++++++++++ target-ppc/translate/vsx-ops.inc.c | 13 ++++++++ 6 files changed, 202 insertions(+), 20 deletions(-) -- 2.7.4