Searched refs:__muloti4 (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | muloti4_test.c | 23 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow); 28 ti_int x = __muloti4(a, b, &ov); in test__muloti4()
|
/external/libcxx/src/filesystem/ |
D | int128_builtins.cpp | 23 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4() function
|
/external/compiler-rt/lib/builtins/ |
D | muloti4.c | 24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4() function
|
D | README.txt | 114 ti_int __muloti4(ti_int a, ti_int b, int* overflow); // a * b, overflow set to
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | muloti4.ll | 17 ; CHECK: call __muloti4@FUNCTION, $pop{{[0-9]*}}, $pop{{[0-9]*}}, $pop{{[0-9]*}}, $pop{{[0-9]*}}, $…
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 53 HANDLE_LIBCALL(MULO_I128, "__muloti4")
|