Searched full:zvbc (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVScheduleZvk.td | 20 /// Zvbc extension 64 /// Zvbc extension
|
H A D | RISCVFeatures.td | 750 : RISCVExtension<"zvbc", 1, 0, 751 "'Zvbc' (Vector Carryless Multiplication)">, 755 "'Zvbc' (Vector Carryless Multiplication)">; 826 "'Zvknc' (shorthand for 'Zvknc' and 'Zvbc')", 843 "'Zvksc' (shorthand for 'Zvks' and 'Zvbc')",
|
H A D | RISCVSchedSiFiveP600.td | 768 // Zvbc 1104 // Zvbc
|
/freebsd/sys/contrib/device-tree/Bindings/riscv/ |
H A D | extensions.yaml | 434 - const: zvbc 436 The standard Zvbc extension for vectored carryless multiplication
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVISAInfo.cpp | 749 if (Exts.count("zvbc") && !Exts.count("zve64x")) in checkDependency() 751 "'zvbc' requires 'v' or 'zve64*' extension to also be specified"); in checkDependency()
|
H A D | Host.cpp | 2082 Features["zvbc"] = ExtMask & (1 << 18); // RISCV_HWPROBE_EXT_ZVBC in getHostCPUFeatures()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 663 .Case("Zvbc", RVV_REQ_Zvbc) in createRVVIntrinsics()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCV.cpp | 215 {"zvbc", RVV_REQ_Zvbc}, in ConstructRVVIntrinsics()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | riscv_vector.td | 2646 // zvbc 2647 let RequiredFeatures = ["Zvbc", "Experimental"] in {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsRISCV.td | 1871 // Zvbc
|