[PATCH v2 0/4] Fix some loongarch tcg bugs

Song Gao posted 4 patches 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220927064838.3570928-1-gaosong@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>, Xiaojuan Yang <yangxiaojuan@loongson.cn>
There is a newer version of this series
target/loongarch/fpu_helper.c                 | 32 +++++++++++++------
target/loongarch/insn_trans/trans_bit.c.inc   |  4 +--
.../loongarch/insn_trans/trans_farith.c.inc   | 12 +++----
3 files changed, 31 insertions(+), 17 deletions(-)
[PATCH v2 0/4] Fix some loongarch tcg bugs
Posted by Song Gao 1 year, 7 months ago
Hi,

This series fix some bugs find from RISU test.

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

Song Gao (4):
  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/fpu_helper.c                 | 32 +++++++++++++------
 target/loongarch/insn_trans/trans_bit.c.inc   |  4 +--
 .../loongarch/insn_trans/trans_farith.c.inc   | 12 +++----
 3 files changed, 31 insertions(+), 17 deletions(-)

-- 
2.31.1