Re: [Qemu-devel] [PATCH v3 06/10] target/ppc: update overflow flags for add/sub

2017-02-22 Thread Nikunj A Dadhania
Richard Henderson writes: > On 02/22/2017 10:44 PM, Nikunj A Dadhania wrote: >> * SO and OV reflects overflow of the 64-bit result in 64-bit mode and >> overflow of the low-order 32-bit result in 32-bit mode >> >> * OV32 reflects overflow of the low-order 32-bit independent of the mode >> >> Si

Re: [Qemu-devel] [PATCH v3 06/10] target/ppc: update overflow flags for add/sub

2017-02-22 Thread Richard Henderson
On 02/22/2017 10:44 PM, Nikunj A Dadhania wrote: * SO and OV reflects overflow of the 64-bit result in 64-bit mode and overflow of the low-order 32-bit result in 32-bit mode * OV32 reflects overflow of the low-order 32-bit independent of the mode Signed-off-by: Nikunj A Dadhania --- target/

[Qemu-devel] [PATCH v3 06/10] target/ppc: update overflow flags for add/sub

2017-02-22 Thread Nikunj A Dadhania
* SO and OV reflects overflow of the 64-bit result in 64-bit mode and overflow of the low-order 32-bit result in 32-bit mode * OV32 reflects overflow of the low-order 32-bit independent of the mode Signed-off-by: Nikunj A Dadhania --- target/ppc/translate.c | 15 --- 1 file change