qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] targets/microblaze: Handle signed division overflows
@ 2025-08-24 22:27 Edgar E. Iglesias
  2025-08-24 22:27 ` [PATCH v1 1/4] target/microblaze: Remove unused arg from check_divz() Edgar E. Iglesias
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Edgar E. Iglesias @ 2025-08-24 22:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson, edgar.iglesias

From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>

First a few preparatory clean-ups followed by the detection and
contional exception of signed division overflow.

Spec:
https://docs.amd.com/r/en-US/ug984-vivado-microblaze-ref/idiv

Cheers,
Edgar

Edgar E. Iglesias (4):
  target/microblaze: Remove unused arg from check_divz()
  target/microblaze: div: Rename and reorder function args
  target/microblaze: Break out raise_divzero()
  target/microblaze: Handle signed division overflows

 target/microblaze/cpu.h       |  1 +
 target/microblaze/op_helper.c | 53 ++++++++++++++++++++++-------------
 target/microblaze/translate.c | 12 ++------
 3 files changed, 36 insertions(+), 30 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-08-25 11:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-24 22:27 [PATCH v1 0/4] targets/microblaze: Handle signed division overflows Edgar E. Iglesias
2025-08-24 22:27 ` [PATCH v1 1/4] target/microblaze: Remove unused arg from check_divz() Edgar E. Iglesias
2025-08-24 23:27   ` Richard Henderson
2025-08-24 22:27 ` [PATCH v1 2/4] target/microblaze: div: Rename and reorder function args Edgar E. Iglesias
2025-08-24 23:32   ` Richard Henderson
2025-08-25 10:11     ` Philippe Mathieu-Daudé
2025-08-25 10:58       ` Edgar E. Iglesias
2025-08-24 22:27 ` [PATCH v1 3/4] target/microblaze: Break out raise_divzero() Edgar E. Iglesias
2025-08-24 23:36   ` Richard Henderson
2025-08-25 11:02     ` Edgar E. Iglesias
2025-08-24 22:27 ` [PATCH v1 4/4] target/microblaze: Handle signed division overflows Edgar E. Iglesias
2025-08-24 23:44   ` Richard Henderson
2025-08-25 10:59     ` Edgar E. Iglesias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).