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

2020-04-20 Thread Luc Michel
On 4/20/20 7:52 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: Luc Michel > --- > target/microblaze/cpu.c | 4 > target/microblaze

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

2020-04-20 Thread Alistair Francis
On Mon, Apr 20, 2020 at 10:54 AM 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 v2 3/6] target/microblaze: Add the div-zero-exception property

2020-04-20 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 | 4 target/microblaze/cpu.h | 1 + target/microblaze/op_helper.c | 5 +++-- 3 files changed, 8 insertions