Message ID | 20230307180708.302867-1-philipp.tomsich@vrull.eu (mailing list archive) |
---|---|
Headers | show |
Series | target/riscv: refactor Zicond and reuse in XVentanaCondOps | expand |
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 > >