Home
last modified time | relevance | path

Searched refs:__truncdfhf2 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dfp16-promote.ll42 ; CHECK-LIBCALL: %call16(__truncdfhf2)
89 ; CHECK-LIBCALL: %call16(__truncdfhf2)
90 ; CHECK-LIBCALL: %call16(__truncdfhf2)
91 ; CHECK-LIBCALL: %call16(__truncdfhf2)
92 ; CHECK-LIBCALL: %call16(__truncdfhf2)
/external/compiler-rt/test/builtins/Unit/
Dtruncdfhf2_test.c18 uint16_t __truncdfhf2(double a);
22 uint16_t x = __truncdfhf2(a); in test__truncdfhf2()
/external/llvm/test/CodeGen/X86/
Dhalf.ll66 ; CHECK-LIBCALL: callq __truncdfhf2
67 ; CHECK-F16C: callq __truncdfhf2
250 ; CHECK: callq __truncdfhf2
251 ; CHECK: callq __truncdfhf2
252 ; CHECK: callq __truncdfhf2
253 ; CHECK: callq __truncdfhf2
Dcvt16.ll82 ; LIBCALL: jmp __truncdfhf2
83 ; SOFTFLOAT: callq __truncdfhf2
84 ; F16C: jmp __truncdfhf2
/external/compiler-rt/lib/builtins/
Dtruncdfhf2.c14 COMPILER_RT_ABI uint16_t __truncdfhf2(double a) { in __truncdfhf2() function