Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml452 - const: zve64d
454 The standard Zve64d extension for embedded processors, as ratified
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1382 !FeatureMap.lookup("zve64d")) in checkRVVTypeSupport()
1383 Diag(Loc, diag::err_riscv_type_requires_extension, D) << Ty << "zve64d"; in checkRVVTypeSupport()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td686 : RISCVExtension<"zve64d", 1, 0,
687 "'Zve64d' (Vector Extensions for Embedded Processors "