Re: [PATCH v2 09/22] target/loongarch: Add fixed point bit instruction translation

2021-07-26 Thread Richard Henderson
On 7/26/21 2:22 AM, Song Gao wrote: Hi, Richard. On 07/23/2021 09:29 AM, Richard Henderson wrote: On 7/20/21 11:53 PM, Song Gao wrote: This patch implement fixed point bit instruction translation. This includes: - EXT.W.{B/H} - CL{O/Z}.{W/D}, CT{O/Z}.{W/D} - BYTEPICK.{W/D} - REVB.{2H/4H/2W/D}

Re: [PATCH v2 09/22] target/loongarch: Add fixed point bit instruction translation

2021-07-26 Thread Song Gao
Hi, Richard. On 07/23/2021 09:29 AM, Richard Henderson wrote: > On 7/20/21 11:53 PM, Song Gao wrote: >> This patch implement fixed point bit instruction translation. >> >> This includes: >> - EXT.W.{B/H} >> - CL{O/Z}.{W/D}, CT{O/Z}.{W/D} >> - BYTEPICK.{W/D} >> - REVB.{2H/4H/2W/D} >> - REVH.{2W/D}

Re: [PATCH v2 09/22] target/loongarch: Add fixed point bit instruction translation

2021-07-22 Thread Richard Henderson
On 7/20/21 11:53 PM, Song Gao wrote: This patch implement fixed point bit instruction translation. This includes: - EXT.W.{B/H} - CL{O/Z}.{W/D}, CT{O/Z}.{W/D} - BYTEPICK.{W/D} - REVB.{2H/4H/2W/D} - REVH.{2W/D} - BITREV.{4B/8B}, BITREV.{W/D} - BSTRINS.{W/D}, BSTRPICK.{W/D} - MASKEQZ, MASKNEZ Sig

Re: [PATCH v2 09/22] target/loongarch: Add fixed point bit instruction translation

2021-07-22 Thread Song Gao
Hi, Philippe On 07/22/2021 01:46 AM, Philippe Mathieu-Daudé wrote: > On 7/21/21 11:53 AM, Song Gao wrote: >> This patch implement fixed point bit instruction translation. >> >> This includes: >> - EXT.W.{B/H} >> - CL{O/Z}.{W/D}, CT{O/Z}.{W/D} >> - BYTEPICK.{W/D} >> - REVB.{2H/4H/2W/D} >> - REVH.{2

Re: [PATCH v2 09/22] target/loongarch: Add fixed point bit instruction translation

2021-07-21 Thread Philippe Mathieu-Daudé
On 7/21/21 11:53 AM, Song Gao wrote: > This patch implement fixed point bit instruction translation. > > This includes: > - EXT.W.{B/H} > - CL{O/Z}.{W/D}, CT{O/Z}.{W/D} > - BYTEPICK.{W/D} > - REVB.{2H/4H/2W/D} > - REVH.{2W/D} > - BITREV.{4B/8B}, BITREV.{W/D} > - BSTRINS.{W/D}, BSTRPICK.{W/D} > - M

[PATCH v2 09/22] target/loongarch: Add fixed point bit instruction translation

2021-07-21 Thread Song Gao
This patch implement fixed point bit instruction translation. This includes: - EXT.W.{B/H} - CL{O/Z}.{W/D}, CT{O/Z}.{W/D} - BYTEPICK.{W/D} - REVB.{2H/4H/2W/D} - REVH.{2W/D} - BITREV.{4B/8B}, BITREV.{W/D} - BSTRINS.{W/D}, BSTRPICK.{W/D} - MASKEQZ, MASKNEZ Signed-off-by: Song Gao --- target/loong