All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix some bugs
@ 2022-09-17  7:59 Song Gao
  2022-09-17  7:59 ` [PATCH 1/5] target/loongarch: ftint_xxx insns set the result high 32bit 0xffffffff Song Gao
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Song Gao @ 2022-09-17  7:59 UTC (permalink / raw)
  To: qemu-devel
  Cc: richard.henderson, peter.maydell, alex.bennee, gaosong, maobibo,
	yangxiaojuan

hi,

This series fix some bugs find from RISU test.

Thanks.
Song Gao

Song Gao (5):
  target/loongarch: ftint_xxx insns set the result high 32bit 0xffffffff
  target/loongarch: bstrins.w need set dest register EXT_SIGN
  target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flags
  target/loongarch: flogb_{s/d} add set float_flag_divbyzero
  target/loongarch: div if x/0 set dividend to 0

 target/loongarch/fpu_helper.c                 | 32 ++++++++++++-----
 target/loongarch/insn_trans/trans_arith.c.inc | 34 +++++++++++++++----
 target/loongarch/insn_trans/trans_bit.c.inc   |  4 +--
 .../loongarch/insn_trans/trans_farith.c.inc   | 12 +++----
 4 files changed, 58 insertions(+), 24 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2022-09-20  2:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17  7:59 [PATCH 0/5] Fix some bugs Song Gao
2022-09-17  7:59 ` [PATCH 1/5] target/loongarch: ftint_xxx insns set the result high 32bit 0xffffffff Song Gao
2022-09-17  7:59 ` [PATCH 2/5] target/loongarch: bstrins.w need set dest register EXT_SIGN Song Gao
2022-09-17  8:41   ` Qi Hu
2022-09-17  9:16     ` gaosong
2022-09-17 10:56       ` Qi Hu
2022-09-17  7:59 ` [PATCH 3/5] target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flags Song Gao
2022-09-17  7:59 ` [PATCH 4/5] target/loongarch: flogb_{s/d} add set float_flag_divbyzero Song Gao
2022-09-17  7:59 ` [PATCH 5/5] target/loongarch: div if x/0 set dividend to 0 Song Gao
2022-09-17  8:59   ` Qi Hu
2022-09-17  9:12     ` gaosong
2022-09-17 10:12       ` Richard Henderson
2022-09-19 11:45         ` gaosong
2022-09-20  2:18           ` Qi Hu

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.