qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3]  Fix some loongarch tcg bugs
@ 2022-09-30  2:45 Song Gao
  2022-09-30  2:45 ` [PATCH v3 1/3] target/loongarch: bstrins.w src register need EXT_NONE Song Gao
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Song Gao @ 2022-09-30  2:45 UTC (permalink / raw)
  To: qemu-devel
  Cc: richard.henderson, peter.maydell, alex.bennee, yangxiaojuan,
	maobibo, huqi

Hi,

This series fix some bugs find from RISU test.

V3:
  -drop patch set some instruction result high 32bit 1.
  -follow some change from Richard's suggestion.

v2:
  -remove patch5 div if x/0 set dividend to 0.


Song Gao (3):
  target/loongarch: bstrins.w src register need EXT_NONE
  target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flags
  softfloat: logB(0) should raise divideByZero exception

 fpu/softfloat-parts.c.inc                     |  1 +
 target/loongarch/insn_trans/trans_bit.c.inc   | 36 +++++++++++--------
 .../loongarch/insn_trans/trans_farith.c.inc   | 12 +++----
 3 files changed, 29 insertions(+), 20 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2022-10-10  9:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30  2:45 [PATCH v3 0/3] Fix some loongarch tcg bugs Song Gao
2022-09-30  2:45 ` [PATCH v3 1/3] target/loongarch: bstrins.w src register need EXT_NONE Song Gao
2022-09-30 14:01   ` Richard Henderson
2022-09-30  2:45 ` [PATCH v3 2/3] target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flags Song Gao
2022-09-30  2:45 ` [PATCH v3 3/3] softfloat: logB(0) should raise divideByZero exception Song Gao
2022-09-30 14:02   ` Richard Henderson
2022-10-10  9:15 ` [PATCH v3 0/3] Fix some loongarch tcg bugs gaosong

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).