Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml470 - const: zvfh
472 The standard Zvfh extension for vectored half-precision
474 ("Remove draft warnings from Zvfh[min]") of riscv-v-spec.
480 ("Remove draft warnings from Zvfh[min]") of riscv-v-spec.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td719 : RISCVExtension<"zvfh", 1, 0,
720 "'Zvfh' (Vector Half-Precision Floating-Point)",
728 "'Zvfh' (Vector Half-Precision Floating-Point)">;
871 "'Zvfh' (Vector Half-Precision Floating-Point)">;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp287 } else if (!TI.hasFeature("zvfh")) { in ConstructRVVIntrinsics()
1390 else if (Info.ElementType->isFloat16Type() && !FeatureMap.lookup("zvfh") && in checkRVVTypeSupport()
1393 << Ty << "zvfh or zvfhmin"; in checkRVVTypeSupport()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp2094 Features["zvfh"] = ExtMask & (1 << 30); // RISCV_HWPROBE_EXT_ZVFH in getHostCPUFeatures()