linux/arch/powerpc/include
Sandipan Das 930d6288a2 powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
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 <sandipan@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2019-02-26 00:05:16 +11:00
..
asm powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions 2019-02-26 00:05:16 +11:00
uapi/asm powerpc/perf: Update perf_regs structure to include MMCRA 2019-01-08 19:22:47 +11:00