llvm-project/clang/test/CodeGen/RISCV/rvb-intrinsics
jacquesguan ba16e3c31f [RISCV] Decouple Zve* extensions and the V extension.
According to the spec, there are some difference between V and Zve64d. For example, the vmulh integer multiply variants that return the high word of the product (vmulh.vv, vmulh.vx, vmulhu.vv, vmulhu.vx, vmulhsu.vv, vmulhsu.vx) are not included for EEW=64 in Zve64*, but V extension does support these instructions. So we should decouple Zve* extensions and the V extension.

Differential Revision: https://reviews.llvm.org/D117854
2022-01-24 14:55:21 +08:00
..
riscv32-zbb-error.c [RISCV] Decouple Zve* extensions and the V extension. 2022-01-24 14:55:21 +08:00
riscv32-zbb.c [RISCV] Update recently ratified Zb{a,b,c,s} extensions to no longer be experimental 2022-01-12 19:33:44 +00:00
riscv32-zbc.c [RISCV] Update recently ratified Zb{a,b,c,s} extensions to no longer be experimental 2022-01-12 19:33:44 +00:00
riscv32-zbe.c [RISCV] [1/2] Add IR intrinsic for Zbe extension 2021-04-25 19:14:34 -07:00
riscv32-zbf.c [RISCV] Add bfp and bfpw intrinsic in zbf extension 2022-01-13 02:53:00 +00:00
riscv32-zbp.c [RISCV] [1/2] Add IR intrinsic for Zbp extension 2021-04-22 16:34:51 -07:00
riscv32-zbr.c
riscv32-zbt.c [RISCV] Add intrinsic for Zbt extension 2022-01-20 08:27:05 +00:00
riscv64-zbb.c [RISCV] Update recently ratified Zb{a,b,c,s} extensions to no longer be experimental 2022-01-12 19:33:44 +00:00
riscv64-zbc.c [RISCV] Update recently ratified Zb{a,b,c,s} extensions to no longer be experimental 2022-01-12 19:33:44 +00:00
riscv64-zbe.c [RISCV] [1/2] Add IR intrinsic for Zbe extension 2021-04-25 19:14:34 -07:00
riscv64-zbf.c [RISCV] Add bfp and bfpw intrinsic in zbf extension 2022-01-13 02:53:00 +00:00
riscv64-zbp.c [RISCV] [1/2] Add IR intrinsic for Zbp extension 2021-04-22 16:34:51 -07:00
riscv64-zbr.c
riscv64-zbt.c [RISCV] Add intrinsic for Zbt extension 2022-01-20 08:27:05 +00:00