Home
last modified time | relevance | path

Searched refs:__truncdfbf2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dtruncdfbf2.c13 COMPILER_RT_ABI dst_t __truncdfbf2(double a) { return __truncXfYf2__(a); } in __truncdfbf2() function
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dbfloat.ll55 ; CHECK-NEXT: callq __truncdfbf2@PLT
60 ; CHECK-NEXT: callq __truncdfbf2@PLT
86 ; CHECK-NEXT: callq __truncdfbf2@PLT
92 ; CHECK-NEXT: callq __truncdfbf2@PLT
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp186 extern "C" BF16ABIType ATTR_WEAK __truncdfbf2(double d) { in __truncdfbf2() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def314 HANDLE_LIBCALL(FPROUND_F64_BF16, "__truncdfbf2")