target-ppc: add stxsi[bh]x instruction
commitddb9ac50ae999c8970fc5b145b0830b61d4da3f4
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Mon, 12 Sep 2016 06:41:42 +0000 (12 12:11 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 23 Sep 2016 00:29:40 +0000 (23 10:29 +1000)
tree22b85533f72976c0d5ac8a136b8e6d383277e805
parent740ae9a27f97be6f9139905700d949b4184a5df7
target-ppc: add stxsi[bh]x instruction

stxsibx - Store VSX Scalar as Integer Byte Indexed
stxsihx - Store VSX Scalar as Integer Halfword Indexed

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c
target-ppc/translate/vsx-impl.inc.c
target-ppc/translate/vsx-ops.inc.c