]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-ppc: add maddld instruction
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Tue, 26 Jul 2016 11:58:36 +0000 (17:28 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 6 Sep 2016 23:52:14 +0000 (09:52 +1000)
commitaeeb044c7bd59ced2b630bf82f644a2137ac9a6f
tree765cdeaaf2d2c26e2dbed5f46ade274c7739eb41
parentdc2ee038daa88222c4e333ffcc81070b8d0656d2
target-ppc: add maddld instruction

maddld: Multiply-Add Low Doubleword

Multiplies two 64-bit registers (RA * RB), adds third register(RC) to
the result(quadword) and returns the lower dword in the target
register(RT).

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c