Re: [Qemu-devel] [RFC v1 03/13] target-ppc: adding addpcis instruction

2016-07-21 Thread Nikunj A Dadhania
Nikunj A Dadhania writes: > ISA 3.0 instruction for adding immediate value with next instruction > address and return the result in the target register. > > Signed-off-by: Nikunj A Dadhania > Reviewed-by: David Gibson > --- > target-ppc/translate.c | 27 +++ > 1 file ch

[Qemu-devel] [RFC v1 03/13] target-ppc: adding addpcis instruction

2016-07-18 Thread Nikunj A Dadhania
ISA 3.0 instruction for adding immediate value with next instruction address and return the result in the target register. Signed-off-by: Nikunj A Dadhania Reviewed-by: David Gibson --- target-ppc/translate.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/targe