public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [RISC-V] support zcmp extension
@ 2023-08-29  8:37 Fei Gao
  2023-08-29  8:37 ` [PATCH 1/3] [V6] [RISC-V] support cm.push cm.pop cm.popret in zcmp Fei Gao
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Fei Gao @ 2023-08-29  8:37 UTC (permalink / raw)
  To: gcc-patches; +Cc: kito.cheng, palmer, jeffreyalaw, sinan.lin, jiawei, Fei Gao

Fei Gao (3):
  [RISC-V] support cm.push cm.pop cm.popret in zcmp
  [RISC-V] support cm.popretz in zcmp
  [RISC-V] support cm.mva01s cm.mvsa01 in zcmp

 gcc/config/riscv/iterators.md                 |   15 +
 gcc/config/riscv/peephole.md                  |   28 +
 gcc/config/riscv/predicates.md                |  107 ++
 gcc/config/riscv/riscv-protos.h               |    2 +
 gcc/config/riscv/riscv.cc                     |  499 +++++-
 gcc/config/riscv/riscv.h                      |   25 +
 gcc/config/riscv/riscv.md                     |    4 +
 gcc/config/riscv/zc.md                        | 1457 +++++++++++++++++
 gcc/testsuite/gcc.target/riscv/cm_mv_rv32.c   |   23 +
 gcc/testsuite/gcc.target/riscv/rv32e_zcmp.c   |  269 +++
 gcc/testsuite/gcc.target/riscv/rv32i_zcmp.c   |  269 +++
 .../gcc.target/riscv/zcmp_push_fpr.c          |   34 +
 .../gcc.target/riscv/zcmp_stack_alignment.c   |   24 +
 13 files changed, 2705 insertions(+), 51 deletions(-)
 create mode 100644 gcc/config/riscv/zc.md
 create mode 100644 gcc/testsuite/gcc.target/riscv/cm_mv_rv32.c
 create mode 100644 gcc/testsuite/gcc.target/riscv/rv32e_zcmp.c
 create mode 100644 gcc/testsuite/gcc.target/riscv/rv32i_zcmp.c
 create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_push_fpr.c
 create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_stack_alignment.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-10-30  7:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-29  8:37 [PATCH 0/3] [RISC-V] support zcmp extension Fei Gao
2023-08-29  8:37 ` [PATCH 1/3] [V6] [RISC-V] support cm.push cm.pop cm.popret in zcmp Fei Gao
2023-10-27 20:31   ` Patrick O'Neill
2023-10-28  2:32     ` Jeff Law
2023-10-28  2:35     ` Jeff Law
2023-10-30  7:46       ` Fei Gao
2023-08-29  8:37 ` [PATCH 2/3] [V2] [RISC-V] support cm.popretz " Fei Gao
2023-08-29  8:37 ` [PATCH 3/3] [V2] [RISC-V] support cm.mva01s cm.mvsa01 " Fei Gao
2023-09-07 20:16   ` Dimitar Dimitrov
2023-09-07 20:33     ` Palmer Dabbelt
2023-09-08  2:06       ` Fei Gao
2023-09-08 15:23         ` Jeff Law
2023-09-12  3:15       ` Jeff Law
2023-08-30 10:03 ` [PATCH 0/3] [RISC-V] support zcmp extension Kito Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).