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)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 24 Jan 2021 03:21:15 +0000 (03:21 +0000)
commitb3b54eceab54397924cfcb68ad6abe3897400d62
tree5df07dfaa65376cf40109c4315d3cc22577eca1e
parent789219acfa2da37cc243976e795c99605817d134
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