All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target/mips: Integer division by zero in MSA insturctions
@ 2019-04-01 14:38 Mateja Marjanovic
  2019-04-01 14:38 ` [Qemu-devel] [PATCH 1/2] target/mips: DIV_<U|S>.<B|H|W|D> MSA insturctions fixed Mateja Marjanovic
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mateja Marjanovic @ 2019-04-01 14:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien, amarkovic, arikalo

From: Mateja Marjanovic <Mateja.Marjanovic@rt-rk.com>

Integer division by zero in MSA insturctions results in unpredictable
behaviour, but according to the hardware, it depends on the sign of
the dividend, or always returns the same value.

Mateja Marjanovic (2):
  target/mips: DIV_<U|S>.<B|H|W|D> MSA insturctions fixed
  target/mips: MOD_<U|S>.<B|H|W|D> MSA insturctions fixed

 target/mips/msa_helper.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-04-02 10:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01 14:38 [Qemu-devel] [PATCH 0/2] target/mips: Integer division by zero in MSA insturctions Mateja Marjanovic
2019-04-01 14:38 ` [Qemu-devel] [PATCH 1/2] target/mips: DIV_<U|S>.<B|H|W|D> MSA insturctions fixed Mateja Marjanovic
2019-04-01 17:28   ` Aleksandar Markovic
2019-04-02  9:52     ` Mateja Marjanovic
2019-04-01 14:38 ` [Qemu-devel] [PATCH 2/2] target/mips: MOD_<U|S>.<B|H|W|D> " Mateja Marjanovic
2019-04-01 17:30   ` Aleksandar Markovic
2019-04-02  9:53     ` Mateja Marjanovic
2019-04-01 17:43 ` [Qemu-devel] [PATCH 0/2] target/mips: Integer division by zero in MSA insturctions Aleksandar Markovic
2019-04-02  9:57   ` Mateja Marjanovic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.