]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-ppc: adding addpcis instruction
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Tue, 26 Jul 2016 11:58:26 +0000 (17:28 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 6 Sep 2016 23:52:14 +0000 (09:52 +1000)
commitc5b2b9ce126a629b45a11353bf315078c21c6904
tree5b97768f7de73f1ef339c923c82f3b6ad5005a8a
parenteb640b13a39b13011273bcaf19e39c81c1d1b03b
target-ppc: adding addpcis instruction

ISA 3.0 instruction for adding immediate value shifted with next
instruction address and return the result in the target register.

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c