Home
last modified time | relevance | path

Searched refs:__muloti4 (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Dmuloti4_test.c23 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/
Dint128_builtins.cpp23 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4() function
/external/compiler-rt/lib/builtins/
Dmuloti4.c24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4() function
DREADME.txt114 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/
Dmuloti4.ll17 ; 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/
DRuntimeLibcalls.def53 HANDLE_LIBCALL(MULO_I128, "__muloti4")