arch-power: Add fixed-point arithmetic add instructions
authorSandipan Das <sandipan@linux.vnet.ibm.com>
Thu, 7 Jun 2018 06:13:04 +0000 (11:43 +0530)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 24 Jan 2021 03:21:10 +0000 (03:21 +0000)
commit789219acfa2da37cc243976e795c99605817d134
treece160de9a31600e8c1dc10f1d6a04d6d5762b9d2
parent0f57017cb2ce3b2df53897ed37d63243d8afca85
arch-power: Add fixed-point arithmetic add instructions

This adds the following arithmetic instructions:
  * Add PC Immediate Shifted (addpcis)

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