Re: [PATCH v1 3/6] target/microblaze: Add the div-zero-exception property

2020-04-20 Thread Edgar E. Iglesias
On Sun, Apr 19, 2020 at 09:25:28PM +0200, Luc Michel wrote: > Hi Edgar, > > On 4/17/20 9:10 PM, Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > > > Add the div-zero-exception property to control if the core > > traps divizions by zero. > > > > Signed-off-by: Edgar E. Iglesias > > --

Re: [PATCH v1 3/6] target/microblaze: Add the div-zero-exception property

2020-04-19 Thread Luc Michel
Hi Edgar, On 4/17/20 9:10 PM, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Add the div-zero-exception property to control if the core > traps divizions by zero. > > Signed-off-by: Edgar E. Iglesias > --- > target/microblaze/cpu.c | 2 ++ > target/microblaze/cpu.h | 1 +

Re: [PATCH v1 3/6] target/microblaze: Add the div-zero-exception property

2020-04-17 Thread Alistair Francis
On Fri, Apr 17, 2020 at 12:15 PM Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > Add the div-zero-exception property to control if the core > traps divizions by zero. > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Alistair Francis Alistair > --- > target/microblaze/cpu.c

[PATCH v1 3/6] target/microblaze: Add the div-zero-exception property

2020-04-17 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Add the div-zero-exception property to control if the core traps divizions by zero. Signed-off-by: Edgar E. Iglesias --- target/microblaze/cpu.c | 2 ++ target/microblaze/cpu.h | 1 + target/microblaze/op_helper.c | 5 +++-- 3 files changed, 6 insertions(+