/external/compiler-rt/test/builtins/Unit/ |
D | umoddi3_test.c | 19 COMPILER_RT_ABI du_int __umoddi3(du_int a, du_int b); 23 du_int r = __umoddi3(a, b); in test__umoddi3()
|
/external/compiler-rt/lib/builtins/i386/ |
D | umoddi3.S | 24 DEFINE_COMPILERRT_FUNCTION(__umoddi3) 124 END_COMPILERRT_FUNCTION(__umoddi3)
|
/external/compiler-rt/lib/builtins/ |
D | umoddi3.c | 20 __umoddi3(du_int a, du_int b) in __umoddi3() function
|
D | apple_versioning.c | 143 NOT_HERE_BEFORE_10_6(__umoddi3) 331 NOT_HERE_UNTIL_AFTER_4_3(__umoddi3)
|
/external/llvm/test/CodeGen/ARM/ |
D | div.ll | 87 ; CHECK-SWDIV: __umoddi3 89 ; CHECK-HWDIV: __umoddi3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | div.ll | 96 ; CHECK-SWDIV: __umoddi3 98 ; CHECK-HWDIV: __umoddi3
|
/external/compiler-rt/test/builtins/timing/ |
D | umoddi3.c | 6 #define FUNCTION_NAME __umoddi3
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | explicit_symbols.inc | 60 EXPLICIT_SYMBOL(__umoddi3)
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.def | 56 X(urem_i64, "__umoddi3")
|
/external/u-boot/arch/x86/lib/ |
D | div64.c | 106 u64 __umoddi3(u64 num, u64 den) in __umoddi3() function
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 66 EXPLICIT_SYMBOL(__umoddi3)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 66 EXPLICIT_SYMBOL(__umoddi3)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/ |
D | urem.ll | 182 ; GP32: lw $25, %call16(__umoddi3)($gp) 191 ; MM32: lw $25, %call16(__umoddi3)($2)
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | urem.ll | 184 ; GP32: lw $25, %call16(__umoddi3)($gp) 193 ; MM32: lw $25, %call16(__umoddi3)($2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | funnel-shift.ll | 86 ; X32-SSE2-NEXT: calll __umoddi3 95 ; X32-SSE2-NEXT: calll __umoddi3 315 ; X32-SSE2-NEXT: calll __umoddi3 331 ; X32-SSE2-NEXT: calll __umoddi3
|
D | divide-by-constant.ll | 301 ; X32-NEXT: calll __umoddi3 356 ; X32-NEXT: calll __umoddi3
|
D | divrem.ll | 168 ; X32-NEXT: calll __umoddi3
|
/external/llvm/test/CodeGen/Mips/ |
D | divrem.ll | 301 ; ACC32: lw $25, %call16(__umoddi3)( 361 ; ACC32: lw $25, %call16(__umoddi3)(
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | divrem.ll | 301 ; ACC32: lw $25, %call16(__umoddi3)( 361 ; ACC32: lw $25, %call16(__umoddi3)(
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib.cpp | 77 UINT_32 __umoddi3(UINT_64 n, UINT_32 base) in __umoddi3() function
|
/external/u-boot/arch/nios2/lib/ |
D | libgcc.c | 451 __umoddi3 (UDWtype u, UDWtype v) in __umoddi3() function
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 173 check_function_exists(__umoddi3 HAVE___UMODDI3)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Config/ |
D | config.h.cmake | 280 /* Have host's __umoddi3 */
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 72 HANDLE_LIBCALL(UREM_I64, "__umoddi3")
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | 64bit.pnacl.ll | 527 ; CHECK: call {{.*}} R_{{.*}} __umoddi3 530 ; OPTM1: call {{.*}} R_{{.*}} __umoddi3 535 ; ARM32: bl {{.*}} __umoddi3 538 ; MIPS32: jal {{.*}} __umoddi3
|