]> Git Repo - qemu.git/commit
target-ppc: add vcmpnez[b,h,w][.] instructions
authorSwapnil Bokade <[email protected]>
Thu, 28 Jul 2016 18:14:15 +0000 (23:44 +0530)
committerDavid Gibson <[email protected]>
Wed, 7 Sep 2016 02:40:11 +0000 (12:40 +1000)
commitf7cc8466f1c29550b5ace0750813bc6c9190f604
tree17ee888f5d67120b7ae037b9b2009b013a222a88
parent377070595a5865a7db6fa671a1e84f149d80809a
target-ppc: add vcmpnez[b,h,w][.] instructions

Adds following instructions:

vcmpnezb[.]: Vector Compare Not Equal or Zero Byte
vcmpnezh[.]: Vector Compare Not Equal or Zero Halfword
vcmpnezw[.]: Vector Compare Not Equal or Zero Word

Signed-off-by: Swapnil Bokade <[email protected]>
[ collapse switch case ]
Signed-off-by: Nikunj A Dadhania <[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.c
target-ppc/translate/vmx-ops.c
This page took 0.02531 seconds and 4 git commands to generate.