Home
last modified time | relevance | path

Searched refs:fp16 (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/modules/syscons/plasma/
H A DMakefile4 SRCS= fp16.c plasma_saver.c
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParser.def28 ARM_FPU("vfpv3-fp16", FK_VFPV3_FP16, FPUVersion::VFPV3_FP16,
32 ARM_FPU("vfpv3-d16-fp16", FK_VFPV3_D16_FP16, FPUVersion::VFPV3_FP16,
36 ARM_FPU("vfpv3xd-fp16", FK_VFPV3XD_FP16, FPUVersion::VFPV3_FP16,
57 ARM_FPU("neon-fp16", FK_NEON_FP16, FPUVersion::VFPV3_FP16,
230 ARM_ARCH_EXT_NAME("fp16", ARM::AEK_FP16, "+fullfp16", "-fullfp16")
H A DX86TargetParser.def250 X86_FEATURE_COMPAT(AMX_FP16, "amx-fp16", 0)
/freebsd/lib/clang/headers/
H A DMakefile250 .for hdr in bf16/bf16 cde/cde-header fp16/fp16 mve/mve-header neon/neon \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FMV.td56 def : FMVExtension<"fp16", "FEAT_FP16", "+fullfp16,+fp-armv8,+neon", 170>;
H A DAArch64Features.td141 let ArchExtKindSpelling = "AEK_FP16", UserVisibleName = "fp16" in
H A DAArch64InstrInfo.td6190 // fp16: integer extraction from vector must be at least 32-bits to be legal.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsWebAssembly.def199 // Half-Precision (fp16)
H A Darm_neon.td703 // fp16 vector operations
H A DBuiltinsX86.def1727 // AVX512 fp16 intrinsics
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c262 static const char *aeabi_fp_16bit_format(uint64_t fp16);
1782 aeabi_fp_16bit_format(uint64_t fp16) in aeabi_fp_16bit_format() argument
1786 switch (fp16) { in aeabi_fp_16bit_format()
1792 (uintmax_t) fp16); in aeabi_fp_16bit_format()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td267 def FeatureAMXFP16 : SubtargetFeature<"amx-fp16", "HasAMXFP16", "true",
268 "Support AMX amx-fp16 instructions",
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td104 def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
H A DARMInstrMVE.td6557 // unsigned integers, fp16 or just raw 16-bit blobs and it makes no
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td1921 // gfx11+ fp16 interpolation intrinsic, with round-toward-zero rounding mode.
1930 // gfx11+ fp16 interpolation intrinsic, with round-toward-zero rounding mode.
H A DIntrinsicsNVVM.td32 // * llvm.nvvm.h2f --> llvm.convert.to.fp16.f32
70 // wmma fp16 -> fp16/fp32 @ m16n16k16/m8n32k16/m32n8k16
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td370 // zero) variants for fp32/fp16 functions.
1168 // ptxas does not have hex representation for fp16, so we can't use
1169 // fp16 immediate values in .f16 instructions. Instead we have to load
H A DNVPTXIntrinsics.td6484 // fp16 -> fp16/fp32 @ m16n16k16
6492 // fp16 -> fp16/fp32 @ m8n32k16/m32n8k16
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td2771 // Eliminate a zero extension from an fp16 operation if it already
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td3764 // Pseudoes used to implement transparent fp16 support.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6166 def mamx_fp16 : Flag<["-"], "mamx-fp16">, Group<m_x86_Features_Group>;
6167 def mno_amx_fp16 : Flag<["-"], "mno-amx-fp16">, Group<m_x86_Features_Group>;