]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: Add xxinsertw instruction
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Fri, 6 Jan 2017 06:14:44 +0000 (11:44 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:13 +0000 (10:10 +1100)
commit3398b7428ba3964f6150590cde46d45c68d2fc25
treecd08080d18dd0c742f9ad1a64677815a924672c7
parent8ad901e55884055e0ec5ee7f47b955f42b66cb9a
target-ppc: Add xxinsertw instruction

xxinsertw: VSX Vector Insert Word

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