Home
last modified time | relevance | path

Searched refs:fp32 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/net/
H A Dbpf.c1949 struct bpf_program32 *fp32; in bpf_setf() local
1965 fp32 = (struct bpf_program32 *)fp; in bpf_setf()
1966 fp_swab.bf_len = fp32->bf_len; in bpf_setf()
1968 (struct bpf_insn *)(uintptr_t)fp32->bf_insns; in bpf_setf()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def190 CODEGENOPT(OpenCLCorrectlyRoundedDivSqrt, 1, 0) ///< -cl-fp32-correctly-rounded-divide-sqrt
191 CODEGENOPT(HIPCorrectlyRoundedDivSqrt, 1, 1) ///< -fno-hip-fp32-correctly-rounded-divide-sqrt
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td520 def FeaturePackedFP32Ops : SubtargetFeature<"packed-fp32-ops",
523 "Support packed fp32 instructions"
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFP.td323 // be used with fp32 as well. This could be done for fp128, in which
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatternsHVX.td448 // For now we assume that the fp32 register is always coming in as IEEE float
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td271 // Template for instructions which take three fp64 or fp32 args. The
275 // zero) variants for fp32 functions.
370 // zero) variants for fp32/fp16 functions.
H A DNVPTXIntrinsics.td6484 // fp16 -> fp16/fp32 @ m16n16k16
6492 // fp16 -> fp16/fp32 @ m8n32k16/m32n8k16
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td482 // GenType definitions for every single base type (e.g. fp32 only).
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td4910 // Helper to get bf16 into fp32.
4920 // Pattern for bf16 -> fp32.
8143 // Vector bf16 -> fp32 is implemented morally as a zext + shift.
10184 // Extract the LSB of the fp32 *truncated* to bf16.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td70 // wmma fp16 -> fp16/fp32 @ m16n16k16/m8n32k16/m32n8k16
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1150 def cl_fp32_correctly_rounded_divide_sqrt : Flag<["-"], "cl-fp32-correctly-rounded-divide-sqrt">, G…
1422 defm hip_fp32_correctly_rounded_divide_sqrt : BoolFOption<"hip-fp32-correctly-rounded-divide-sqrt",