Re: [v2, 1/6] powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
From: Michael Ellerman <hidden>
Date: 2019-02-28 09:24:32
From: Michael Ellerman <hidden>
Date: 2019-02-28 09:24:32
On Fri, 2019-02-22 at 06:53:27 UTC, Sandipan Das wrote:
This adds emulation support for the following integer instructions: * Multiply-Add High Doubleword (maddhd) * Multiply-Add High Doubleword Unsigned (maddhdu) * Multiply-Add Low Doubleword (maddld) As suggested by Michael, this uses a raw .long for specifying the instruction word when using inline assembly to retain compatibility with older binutils. Signed-off-by: Sandipan Das <redacted>
Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/930d6288a26787d2e7f633705434171a cheers