arch-power: Add fixed-point doubleword multiply instructions
authorSandipan Das <sandipan@linux.vnet.ibm.com>
Thu, 7 Jun 2018 06:23:03 +0000 (11:53 +0530)
committerSandipan Das <sandipan@linux.vnet.ibm.com>
Thu, 7 Jun 2018 06:23:03 +0000 (11:53 +0530)
commit74b12c754cbf01733d17823c0837dc5b59782d15
tree63f876d7fdffc1ef7f11a6e7646dcf967b2bf3ae
parent90a00ff010d9c0c800aeb28f763bd11b85702e42
arch-power: Add fixed-point doubleword multiply instructions

This adds the following arithmetic instructions:
  * Multiply Low Doubleword (mulld[o][.])
  * Multiply High Doubleword (mulhd[.])
  * Multiply High Doubleword Unsigned (mulhdu[.])

Change-Id: I505d94dc8e9711c575c94f75e10f7e05e1d05fdf
Signed-off-by: Sandipan Das <sandipan@linux.vnet.ibm.com>
src/arch/power/insts/integer.hh
src/arch/power/isa/decoder.isa