Home | History | Annotate | Download | only in docs

Lines Matching full:fp16

8066 :ref:`llvm.convert.from.fp16 <int_convert_from_fp16>`. Computation can
8070 fp16 <int_convert_to_fp16>`, then storing as an
8075 '``llvm.convert.to.fp16``' Intrinsic
8083 declare i16 @llvm.convert.to.fp16(f32 %a)
8088 The '``llvm.convert.to.fp16``' intrinsic function performs a conversion
8101 The '``llvm.convert.to.fp16``' intrinsic function performs a conversion
8111 %res = call i16 @llvm.convert.to.fp16(f32 %a)
8116 '``llvm.convert.from.fp16``' Intrinsic
8124 declare f32 @llvm.convert.from.fp16(i16 %a)
8129 The '``llvm.convert.from.fp16``' intrinsic function performs a
8142 The '``llvm.convert.from.fp16``' intrinsic function performs a
8153 %res = call f32 @llvm.convert.from.fp16(i16 %a)