Searched refs:__muloti4 (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | muloti4_test.c | 14 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow); 19 ti_int x = __muloti4(a, b, &ov); in test__muloti4()
|
/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/llvm-project/compiler-rt/lib/builtins/ |
D | muloti4.c | 24 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow) { in __muloti4() function
|
D | int_mulo_impl.inc | 9 // Helper used by __mulosi4, __mulodi4 and __muloti4.
|
D | README.txt | 122 ti_int __muloti4(ti_int a, ti_int b, int* overflow); // a * b, overflow set to
|
/external/llvm-project/libcxx/src/filesystem/ |
D | int128_builtins.cpp | 22 __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/libcxx/src/filesystem/ |
D | int128_builtins.cpp | 23 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4() function
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | muloti4.ll | 17 ; CHECK: call __muloti4, $pop{{[0-9]*}}, $pop{{[0-9]*}}, $pop{{[0-9]*}}, $pop{{[0-9]*}}, $pop{{[0-9…
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | vec_smulo.ll | 3714 ; SSE2-NEXT: callq __muloti4 3723 ; SSE2-NEXT: callq __muloti4 3763 ; SSSE3-NEXT: callq __muloti4 3772 ; SSSE3-NEXT: callq __muloti4 3812 ; SSE41-NEXT: callq __muloti4 3821 ; SSE41-NEXT: callq __muloti4 3860 ; AVX1-NEXT: callq __muloti4 3869 ; AVX1-NEXT: callq __muloti4 3908 ; AVX2-NEXT: callq __muloti4 3917 ; AVX2-NEXT: callq __muloti4 [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 52 HANDLE_LIBCALL(MULO_I128, "__muloti4")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 52 HANDLE_LIBCALL(MULO_I128, "__muloti4")
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | constant-island-movwt.mir | 30 @.str.36 = private unnamed_addr constant [10 x i8] c"__muloti4\00", align 1
|