arch-power: Simplify doubleword operand types
authorSandipan Das <sandipan@linux.vnet.ibm.com>
Mon, 4 Jun 2018 14:43:35 +0000 (20:13 +0530)
committerSandipan Das <sandipan@linux.vnet.ibm.com>
Mon, 4 Jun 2018 15:12:32 +0000 (20:42 +0530)
commit80215d28235496db14543bac889b90fbefda8293
tree7bbb8a8a85bdffb7b63c6e11998fc2c3c6a97552
parente404dddca9715e4d0098830783ca3f6fca86f35b
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.vnet.ibm.com>
src/arch/power/isa/decoder.isa
src/arch/power/isa/operands.isa