Home
last modified time | relevance | path

Searched full:zve64x (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml464 - const: zve64x
466 The standard Zve64x extension for embedded processors, as ratified
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1385 // least zve64x in checkRVVTypeSupport()
1388 !FeatureMap.lookup("zve64x")) in checkRVVTypeSupport()
1389 Diag(Loc, diag::err_riscv_type_requires_extension, D) << Ty << "zve64x"; in checkRVVTypeSupport()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td674 : RISCVExtension<"zve64x", 1, 0,
675 "'Zve64x' (Vector Extensions for Embedded Processors "
860 "'V' (Vector Extension for Application Processors) or 'Zve64x' "
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp749 if (Exts.count("zvbc") && !Exts.count("zve64x")) in checkDependency()
759 if (Exts.count("zvknhb") && !Exts.count("zve64x")) in checkDependency()