Home
last modified time | relevance | path

Searched refs:__powisf2 (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/ARM/Windows/
Dpowi.ll16 ; CHECK-NOT: __powisf2
28 ; CHECK-NOT: __powisf2
55 ; CHECK-NOT: bl __powisf2
/external/compiler-rt/test/builtins/Unit/
Dpowisf2_test.c20 COMPILER_RT_ABI float __powisf2(float a, si_int b);
24 float x = __powisf2(a, b); in test__powisf2()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dpowisf2_test.c10 COMPILER_RT_ABI float __powisf2(float a, int b);
14 float x = __powisf2(a, b); in test__powisf2()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_pow.h22 extern "C" float __powisf2(float a, tensorflow::int32 b);
Druntime_pow.cc33 float TF_ATTRIBUTE_WEAK __powisf2(float a, tensorflow::int32 b) { in __powisf2() function
Dsimple_orc_jit.cc295 registry->Register("__powisf2", reinterpret_cast<void*>(__powisf2), "Host"); in RegisterKnownJITSymbols()
/external/llvm-project/compiler-rt/lib/builtins/
Dpowisf2.c17 COMPILER_RT_ABI float __powisf2(float a, int b) { in __powisf2() function
Dapple_versioning.c126 NOT_HERE_BEFORE_10_6(__powisf2)
311 NOT_HERE_UNTIL_AFTER_4_3(__powisf2)
/external/compiler-rt/lib/builtins/
Dpowisf2.c20 __powisf2(float a, si_int b) in __powisf2() function
Dapple_versioning.c131 NOT_HERE_BEFORE_10_6(__powisf2)
318 NOT_HERE_UNTIL_AFTER_4_3(__powisf2)
/external/llvm-project/llvm/test/CodeGen/Mips/
Dpr36061.ll46 ; MIPSN64-NEXT: jal __powisf2
58 ; MIPSN32-NEXT: jal __powisf2
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dintrinsics-cc.ll24 ; CHECK: b __powisf2
Dfloat-intrinsics-float.ll21 ; SOFT: bl __powisf2
22 ; HARD: b __powisf2
/external/llvm/test/CodeGen/Thumb2/
Dfloat-intrinsics-float.ll20 ; SOFT: bl __powisf2
21 ; HARD: b __powisf2
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll136 ; CHECK: bl __powisf2
/external/llvm-project/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll136 ; CHECK: bl __powisf2
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll192 ; CHECK: bl __powisf2
Darm64-illegal-float-ops.ll192 ; CHECK: bl __powisf2
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dfloat-intrinsics.ll38 ; RV32IF-NEXT: call __powisf2
48 ; RV64IF-NEXT: call __powisf2
/external/llvm/test/CodeGen/SystemZ/
Dfp-libcall.ll7 ; CHECK: brasl %r14, __powisf2@PLT
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dfp-libcall.ll7 ; CHECK: brasl %r14, __powisf2@PLT
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll193 ; CHECK: bl __powisf2
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def120 HANDLE_LIBCALL(POWI_F32, "__powisf2")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def120 HANDLE_LIBCALL(POWI_F32, "__powisf2")
/external/llvm/test/CodeGen/ARM/
Dfp16-promote.ll437 ; CHECK-FP16: bl __powisf2
441 ; CHECK-LIBCALL: bl __powisf2

12