mbox series

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

Message ID 20230307180708.302867-1-philipp.tomsich@vrull.eu
Headers show
Series target/riscv: refactor Zicond and reuse in XVentanaCondOps | expand

Message

Philipp Tomsich March 7, 2023, 6:07 p.m. UTC
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(-)

Comments

Alistair Francis March 15, 2023, 4:59 a.m. UTC | #1
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
>
>