Searched refs:__udivmodti4 (Results 1 – 21 of 21) sorted by relevance
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dbg-merge-loc-entry.ll | 27 br i1 undef, label %__udivmodti4.exit, label %bb82.i, !dbg !24 32 __udivmodti4.exit: ; preds = %bb4 45 !0 = distinct !DISubprogram(name: "__udivmodti4", line: 879, isLocal: true, isDefinition: true, vir…
|
/external/llvm/test/DebugInfo/X86/ |
D | dbg-merge-loc-entry.ll | 25 br i1 undef, label %__udivmodti4.exit, label %bb82.i, !dbg !24 30 __udivmodti4.exit: ; preds = %bb4 43 !0 = distinct !DISubprogram(name: "__udivmodti4", line: 879, isLocal: true, isDefinition: true, vir…
|
/external/compiler-rt/lib/builtins/ |
D | udivti3.c | 24 return __udivmodti4(a, b, 0); in __udivti3()
|
D | umodti3.c | 25 __udivmodti4(a, b, &r); in __umodti3()
|
D | divti3.c | 30 return (__udivmodti4(a, b, (tu_int*)0) ^ s_a) - s_a; /* negate if s_a == -1 */ in __divti3()
|
D | modti3.c | 30 __udivmodti4(a, b, &r); in __modti3()
|
D | udivmodti4.c | 26 __udivmodti4(tu_int a, tu_int b, tu_int* rem) in __udivmodti4() function
|
D | apple_versioning.c | 141 NOT_HERE_BEFORE_10_6(__udivmodti4)
|
D | README.txt | 81 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem); // a / b, *rem = a % b unsigned
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | udivti3.c | 20 return __udivmodti4(a, b, 0); in __udivti3()
|
D | umodti3.c | 21 __udivmodti4(a, b, &r); in __umodti3()
|
D | divti3.c | 21 #define COMPUTE_UDIV(a, b) __udivmodti4((a), (b), (tu_int *)0)
|
D | modti3.c | 21 #define ASSIGN_UMOD(res, a, b) __udivmodti4((a), (b), &(res))
|
D | divmodti4.c | 27 ti_int q = (__udivmodti4(a, b, &r) ^ s_b) - s_b; // negate if s_b == -1 in __divmodti4()
|
D | int_lib.h | 106 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem);
|
D | udivmodti4.c | 100 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem) { in __udivmodti4() function
|
D | apple_versioning.c | 136 NOT_HERE_BEFORE_10_6(__udivmodti4)
|
D | README.txt | 87 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem); // a / b, *rem = a % b unsigned
|
/external/google-breakpad/src/processor/testdata/symbols/libgcc_s.so.1/18B180F90887D8F8B5C35D185444AF4C0/ |
D | libgcc_s.so.1.sym | 67 PUBLIC 5cb0 0 __udivmodti4
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1166 fun:__udivmodti4=uninstrumented
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1166 fun:__udivmodti4=uninstrumented
|