On 07/23/2016 02:14 PM, Nikunj A Dadhania wrote:
maddld: Multiply-Add Low DoublewordMultiplies 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 <nik...@linux.vnet.ibm.com> --- target-ppc/translate.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~