All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] tricore: fixed faulty conditions for extr and imask
@ 2021-02-10  8:26 David Brenken
  2021-02-10  8:26 ` [PATCH 1/1] " David Brenken
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Brenken @ 2021-02-10  8:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: kbastian, Andreas Konopik

From: Andreas Konopik <andreas.konopik@efs-auto.de>

Hello together,

we have fixed a few conditions leading to incorrect intermediate code
generation. RCPW_IMASK, RRPW_EXTR, RRPW_EXTR_U and RRPW_IMASK invoke
undefined behavior for "pos + width > 32", which is also checked in
tcg_gen_extract_tl(). RRRW_EXTR_U invokes undefined behavior for
"width == 0", hence we removed that condition.

Andreas Konopik (1):
  tricore: fixed faulty conditions for extr and imask

 target/tricore/translate.c | 37 ++++++++++---------------------------
 1 file changed, 10 insertions(+), 27 deletions(-)

-- 
2.30.0



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

end of thread, other threads:[~2021-02-11 11:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10  8:26 [PATCH 0/1] tricore: fixed faulty conditions for extr and imask David Brenken
2021-02-10  8:26 ` [PATCH 1/1] " David Brenken
2021-02-10 19:02 ` [PATCH 0/1] " Richard Henderson
2021-02-11 10:02   ` Konopik, Andreas (EFS-GH2)
2021-02-11 11:32 ` no-reply

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.