Home
last modified time | relevance | path

Searched full:zve32f (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml440 - const: zve32f
442 The standard Zve32f extension for embedded processors, as ratified
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td668 : RISCVExtension<"zve32f", 1, 0,
669 "'Zve32f' (Vector Extensions for Embedded Processors "
865 "'V' (Vector Extension for Application Processors), 'Zve32f' "
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1397 !FeatureMap.lookup("zve32f")) in checkRVVTypeSupport()
1398 Diag(Loc, diag::err_riscv_type_requires_extension, D) << Ty << "zve32f"; in checkRVVTypeSupport()