Searched refs:__mulodi4 (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | mulodi4_test.c | 17 extern COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int* overflow); 22 di_int x = __mulodi4(a, b, &ov); in test__mulodi4()
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | mulodi4_test.c | 7 extern COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int* overflow); 12 di_int x = __mulodi4(a, b, &ov); in test__mulodi4()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | mulodi4.c | 20 COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int *overflow) { in __mulodi4() function
|
D | int_mulo_impl.inc | 9 // Helper used by __mulosi4, __mulodi4 and __muloti4.
|
D | README.txt | 121 di_int __mulodi4(di_int a, di_int b, int* overflow); // a * b, overflow set to one if result not i…
|
/external/compiler-rt/lib/builtins/ |
D | mulodi4.c | 22 __mulodi4(di_int a, di_int b, int* overflow) in __mulodi4() function
|
D | README.txt | 113 di_int __mulodi4(di_int a, di_int b, int* overflow); // a * b, overflow set to one if result not i…
|
/external/skqp/third_party/dng_sdk/ |
D | BUILD.gn | 183 # On some platforms, the compiler implements this with __mulodi4().
|
/external/skia/third_party/dng_sdk/ |
D | BUILD.gn | 183 # On some platforms, the compiler implements this with __mulodi4().
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 51 HANDLE_LIBCALL(MULO_I64, "__mulodi4")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 51 HANDLE_LIBCALL(MULO_I64, "__mulodi4")
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | smul_fix_sat.ll | 387 ; X86-NEXT: calll __mulodi4
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | constant-island-movwt.mir | 29 @.str.35 = private unnamed_addr constant [10 x i8] c"__mulodi4\00", align 1
|