arch-power: Add fixed-point word arithmetic modulo instructions
authorSandipan Das <sandipan@linux.vnet.ibm.com>
Thu, 7 Jun 2018 05:41:11 +0000 (11:11 +0530)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 24 Jan 2021 03:16:54 +0000 (03:16 +0000)
commit27100972beac69743e10285ec42b363ad8046f8b
treedeabf392e8f2945d1cf694b65cc8218441ea6625
parent6d15d193221ce53c8729622da19c27bff94eed35
arch-power: Add fixed-point word arithmetic modulo instructions

This adds the following arithmetic instructions:
  * Modulo Signed Word (modsw)
  * Modulo Unsigned Word (moduw)

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