arch-power: Simplify doubleword operand types
authorSandipan Das <sandipan@linux.ibm.com>
Wed, 30 Jan 2019 14:48:49 +0000 (20:18 +0530)
committerSandipan Das <sandipan@linux.ibm.com>
Mon, 25 Mar 2019 04:47:41 +0000 (04:47 +0000)
commit4847330db3a12d08c9fe9fbfab052ff61e3365b6
tree179254f4551ef03694d0691f21795b2bbaa35931
parent4effe34f94b599add133357473e1b120b54719ab
arch-power: Simplify doubleword operand types

Currently, 'sq' and 'uq' are used to represent signed and
unsigned doublewords respectively. Since all recent Power
ISA specifications list 128-bit quadwords as a valid data
type, it may be misleading to use the current terminology
in case support for such operands are added in the future.
So, to simplify this, 'sd' and 'ud' are used to represent
signed and unsigned doublewords respectively.

Change-Id: Ie7831c596fc8f9ddfdf3b652c37cfe26484ebe01
Signed-off-by: Sandipan Das <sandipan@linux.ibm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/16602
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/arch/power/isa/decoder.isa
src/arch/power/isa/operands.isa