[PATCH v5 0/2] target/riscv: refactor Zicond and reuse in XVentanaCondOps

Philipp Tomsich posted 2 patches 1 year ago
MAINTAINERS                                   |  2 +-
target/riscv/insn_trans/trans_rvzicond.c.inc  | 36 +++++++++++--------
.../insn_trans/trans_xventanacondops.c.inc    | 18 ++--------
3 files changed, 25 insertions(+), 31 deletions(-)
[PATCH v5 0/2] target/riscv: refactor Zicond and reuse in XVentanaCondOps
Posted by Philipp Tomsich 1 year ago
After the original Zicond support was stuck/fell through the cracks on
the mailing list at v3 (and a different implementation was merged in
the meanwhile), we now refactor Zicond and then reuse it in
XVentanaCondOps.


Philipp Tomsich (2):
  target/riscv: refactor Zicond support
  target/riscv: redirect XVentanaCondOps to use the Zicond functions

 MAINTAINERS                                   |  2 +-
 target/riscv/insn_trans/trans_rvzicond.c.inc  | 36 +++++++++++--------
 .../insn_trans/trans_xventanacondops.c.inc    | 18 ++--------
 3 files changed, 25 insertions(+), 31 deletions(-)

-- 
2.34.1
Re: [PATCH v5 0/2] target/riscv: refactor Zicond and reuse in XVentanaCondOps
Posted by Alistair Francis 1 year ago
On Wed, Mar 8, 2023 at 4:09 AM Philipp Tomsich <philipp.tomsich@vrull.eu> wrote:
>
>
> After the original Zicond support was stuck/fell through the cracks on
> the mailing list at v3 (and a different implementation was merged in
> the meanwhile), we now refactor Zicond and then reuse it in
> XVentanaCondOps.
>
>
> Philipp Tomsich (2):
>   target/riscv: refactor Zicond support
>   target/riscv: redirect XVentanaCondOps to use the Zicond functions

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  MAINTAINERS                                   |  2 +-
>  target/riscv/insn_trans/trans_rvzicond.c.inc  | 36 +++++++++++--------
>  .../insn_trans/trans_xventanacondops.c.inc    | 18 ++--------
>  3 files changed, 25 insertions(+), 31 deletions(-)
>
> --
> 2.34.1
>
>