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

2022-10-10 Thread gaosong
在 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

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

2022-09-29 Thread 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/loo