Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dextendhfsf2.c15 COMPILER_RT_ABI NOINLINE float __extendhfsf2(src_t a) { in __extendhfsf2() function
19 COMPILER_RT_ABI float __gnu_h2f_ieee(src_t a) { return __extendhfsf2(a); } in __gnu_h2f_ieee()
23 AEABI_RTABI float __aeabi_h2f(src_t a) { return __extendhfsf2(a); } in __aeabi_h2f()
25 COMPILER_RT_ALIAS(__extendhfsf2, __aeabi_h2f)
/external/compiler-rt/lib/builtins/
Dextendhfsf2.c19 COMPILER_RT_ABI NOINLINE float __extendhfsf2(uint16_t a) { in ARM_EABI_FNALIAS()
24 return __extendhfsf2(a); in __gnu_h2f_ieee()
/external/compiler-rt/test/builtins/Unit/
Dextendhfsf2_test.c18 float __extendhfsf2(uint16_t a);
22 float x = __extendhfsf2(a); in test__extendhfsf2()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dextendhfsf2_test.c8 float __extendhfsf2(TYPE_FP16 a);
12 float x = __extendhfsf2(a); in test__extendhfsf2()
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Df16.ll13 ; CHECK-NEXT: call $push[[L2:[0-9]+]]=, __extendhfsf2, $pop[[L1]]{{$}}
33 ; CHECK-NEXT: call $push[[L2:[0-9]+]]=, __extendhfsf2, $pop[[L1]]{{$}}
55 ; CHECK-NEXT: call $push[[L3:[0-9]+]]=, __extendhfsf2, $pop[[L2]]{{$}}