]> Git Repo - qemu.git/commit
target-ppc: implement vnegw/d instructions
authorNikunj A Dadhania <[email protected]>
Wed, 19 Oct 2016 06:06:46 +0000 (11:36 +0530)
committerDavid Gibson <[email protected]>
Thu, 27 Oct 2016 22:36:58 +0000 (09:36 +1100)
commitcc8b6e76e3d924de7a4413706a3749e413ccf6fb
tree1b56834994d77fb3efc9ec207ec5b2f304661bbc
parentc6363bae1731754a7153bf8b08c616f52c635304
target-ppc: implement vnegw/d instructions

Vector Integer Negate Instructions:

vnegw: Vector Negate Word
vnegd: Vector Negate Doubleword

Signed-off-by: Nikunj A Dadhania <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: David Gibson <[email protected]>
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate/vmx-impl.inc.c
target-ppc/translate/vmx-ops.inc.c
This page took 0.027418 seconds and 4 git commands to generate.