[PATCH v3 0/3] Fix some loongarch tcg bugs

Song Gao posted 3 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220930024510.800005-1-gaosong@loongson.cn
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Peter Maydell <peter.maydell@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>, Song Gao <gaosong@loongson.cn>, Xiaojuan Yang <yangxiaojuan@loongson.cn>
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(-)
[PATCH v3 0/3] Fix some loongarch tcg bugs
Posted by Song Gao 1 year, 6 months ago
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
Re: [PATCH v3 0/3] Fix some loongarch tcg bugs
Posted by gaosong 1 year, 6 months ago
在 2022/9/30 10:45, Song Gao 写道:
> 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(-)
Applied to loongarch-next.

Thanks.
Song Gao