aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/riscv/riscv-vector-builtins-bases.cc
AgeCommit message (Expand)AuthorFilesLines
2023-11-08RISC-V: Normalize user vsetvl intrinsics[PR112092]Juzhe-Zhong1-6/+18
2023-11-06RISC-V: Implement RESOLVE_OVERLOADED_BUILTIN for RVV intrinsicxuli1-9/+60
2023-11-02RISC-V: Support vcreate intrinsics for non-tuple typesxuli1-2/+19
2023-10-24RISC-V: Fix ICE of RVV vget/vset intrinsic[PR111935]xuli1-0/+4
2023-09-14RISC-V: Refactor vector reduction patternsLehua Ding1-58/+24
2023-09-14RISC-V: Cleanup redundant reduction patterns after refactor vector modeLehua Ding1-9/+6
2023-09-12RISC-V: Elimilate warning in class vcreatexuli1-2/+2
2023-09-12RISC-V: Add vcreate intrinsics for RVV tuple typesxuli1-0/+40
2023-08-31RISC-V: Change vsetvl tail and mask policy to default policyLehua Ding1-4/+4
2023-08-24RISC-V: Refactor RVV class by frm_op_type template argPan Li1-428/+143
2023-08-22RISC-V: Support RVV VFWREDUSUM.VS rounding mode intrinsic APIPan Li1-0/+2
2023-08-17RISC-V: Support RVV VFWREDOSUM.VS rounding mode intrinsic APIPan Li1-1/+8
2023-08-17RISC-V: Support RVV VFREDOSUM.VS rounding mode intrinsic APIPan Li1-0/+2
2023-08-17RISC-V: Support RVV VFREDUSUM.VS rounding mode intrinsic APIPan Li1-1/+8
2023-08-17RISC-V: Support RVV VFNCVT.F.{X|XU|F}.W rounding mode intrinsic APIPan Li1-1/+9
2023-08-17RISC-V: Support RVV VFNCVT.XU.F.W rounding mode intrinsic APIPan Li1-0/+2
2023-08-17RISC-V: Support RVV VFNCVT.X.F.W rounding mode intrinsic APIPan Li1-1/+8
2023-08-16RISC-V: Support RVV VFWCVT.XU.F.V rounding mode intrinsic APIPan Li1-0/+2
2023-08-16RISC-V: Fix one build error for template default argPan Li1-1/+1
2023-08-16RISC-V: Support RVV VFWCVT.X.F.V rounding mode intrinsic APIPan Li1-1/+8
2023-08-16RISC-V: Support RVV VFCVT.F.X.V and VFCVT.F.XU.V rounding mode intrinsic APIPan Li1-0/+8
2023-08-16RISC-V: Support RVV VFCVT.XU.F.V rounding mode intrinsic APIPan Li1-0/+2
2023-08-16RISC-V: Support RVV VFCVT.X.F.V rounding mode intrinsic APIPan Li1-1/+14
2023-08-15RISC-V: Support RVV VFREC7 rounding mode intrinsic APIPan Li1-0/+16
2023-08-14RISC-V: Support RVV VFSQRT rounding mode intrinsic APIPan Li1-0/+17
2023-08-14RISC-V: Support RVV VFWNMSAC rounding mode intrinsic APIPan Li1-0/+25
2023-08-14RISC-V: Support RVV VFWMSAC rounding mode intrinsic APIPan Li1-0/+25
2023-08-14RISC-V: Support RVV VFWNMACC rounding mode intrinsic APIPan Li1-0/+25
2023-08-14RISC-V: Support RVV VFWMACC rounding mode intrinsic APIPan Li1-0/+25
2023-08-14RISC-V: Support RVV VFNMSUB rounding mode intrinsic APIPan Li1-0/+25
2023-08-11RISC-V: Support RVV VFMSUB rounding mode intrinsic APIPan Li1-0/+25
2023-08-11RISC-V: Support RVV VFNMADD rounding mode intrinsic APIPan Li1-0/+25
2023-08-11RISC-V: Support RVV VFMADD rounding mode intrinsic APIPan Li1-0/+25
2023-08-11RISC-V: Support RVV VFNMSAC rounding mode intrinsic APIPan Li1-0/+25
2023-08-11RISC-V: Support RVV VFMSAC rounding mode intrinsic APIPan Li1-0/+25
2023-08-10RISC-V: Support RVV VFNMACC rounding mode intrinsic APIPan Li1-0/+24
2023-08-10RISC-V: Support RVV VFMACC rounding mode intrinsic APIPan Li1-0/+25
2023-08-04Revert "RISC-V: Support RVV VFMACC rounding mode intrinsic API"Pan Li1-25/+0
2023-08-04Revert "RISC-V: Support RVV VFNMACC rounding mode intrinsic API"Pan Li1-24/+0
2023-08-04Revert "RISC-V: Support RVV VFMSAC rounding mode intrinsic API"Pan Li1-24/+0
2023-08-04Revert "RISC-V: Support RVV VFNMSAC rounding mode intrinsic API"Pan Li1-24/+0
2023-08-04RISC-V: Support RVV VFNMSAC rounding mode intrinsic APIPan Li1-0/+24
2023-08-04RISC-V: Support RVV VFMSAC rounding mode intrinsic APIPan Li1-0/+24
2023-08-04RISC-V: Support RVV VFNMACC rounding mode intrinsic APIPan Li1-0/+24
2023-08-04RISC-V: Support RVV VFMACC rounding mode intrinsic APIPan Li1-0/+25
2023-08-04RISC-V: Support RVV VFWMUL rounding mode intrinsic APIPan Li1-0/+3
2023-08-04RISC-V: Support RVV VFDIV and VFRDIV rounding mode intrinsic APIPan Li1-0/+6
2023-08-03RISC-V: Fix one comment for binop_frm insnPan Li1-0/+1
2023-08-03RISC-V: Support RVV VFMUL rounding mode intrinsic APIPan Li1-0/+3
2023-08-03RISC-V: Support RVV VFWSUB rounding mode intrinsic APIPan Li1-0/+3