Home
last modified time | relevance | path

Searched refs:__umoddi3 (Results 1 – 25 of 33) sorted by relevance

12

/external/compiler-rt/test/builtins/Unit/
Dumoddi3_test.c19 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/
Dumoddi3.S24 DEFINE_COMPILERRT_FUNCTION(__umoddi3)
124 END_COMPILERRT_FUNCTION(__umoddi3)
/external/compiler-rt/lib/builtins/
Dumoddi3.c20 __umoddi3(du_int a, du_int b) in __umoddi3() function
Dapple_versioning.c143 NOT_HERE_BEFORE_10_6(__umoddi3)
331 NOT_HERE_UNTIL_AFTER_4_3(__umoddi3)
/external/llvm/test/CodeGen/ARM/
Ddiv.ll87 ; CHECK-SWDIV: __umoddi3
89 ; CHECK-HWDIV: __umoddi3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Ddiv.ll96 ; CHECK-SWDIV: __umoddi3
98 ; CHECK-HWDIV: __umoddi3
/external/compiler-rt/test/builtins/timing/
Dumoddi3.c6 #define FUNCTION_NAME __umoddi3
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dexplicit_symbols.inc60 EXPLICIT_SYMBOL(__umoddi3)
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.def56 X(urem_i64, "__umoddi3")
/external/u-boot/arch/x86/lib/
Ddiv64.c106 u64 __umoddi3(u64 num, u64 den) in __umoddi3() function
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc66 EXPLICIT_SYMBOL(__umoddi3)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc66 EXPLICIT_SYMBOL(__umoddi3)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/
Durem.ll182 ; GP32: lw $25, %call16(__umoddi3)($gp)
191 ; MM32: lw $25, %call16(__umoddi3)($2)
/external/llvm/test/CodeGen/Mips/llvm-ir/
Durem.ll184 ; GP32: lw $25, %call16(__umoddi3)($gp)
193 ; MM32: lw $25, %call16(__umoddi3)($2)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfunnel-shift.ll86 ; X32-SSE2-NEXT: calll __umoddi3
95 ; X32-SSE2-NEXT: calll __umoddi3
315 ; X32-SSE2-NEXT: calll __umoddi3
331 ; X32-SSE2-NEXT: calll __umoddi3
Ddivide-by-constant.ll301 ; X32-NEXT: calll __umoddi3
356 ; X32-NEXT: calll __umoddi3
Ddivrem.ll168 ; X32-NEXT: calll __umoddi3
/external/llvm/test/CodeGen/Mips/
Ddivrem.ll301 ; ACC32: lw $25, %call16(__umoddi3)(
361 ; ACC32: lw $25, %call16(__umoddi3)(
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Ddivrem.ll301 ; ACC32: lw $25, %call16(__umoddi3)(
361 ; ACC32: lw $25, %call16(__umoddi3)(
/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp77 UINT_32 __umoddi3(UINT_64 n, UINT_32 base) in __umoddi3() function
/external/u-boot/arch/nios2/lib/
Dlibgcc.c451 __umoddi3 (UDWtype u, UDWtype v) in __umoddi3() function
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake173 check_function_exists(__umoddi3 HAVE___UMODDI3)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Config/
Dconfig.h.cmake280 /* Have host's __umoddi3 */
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def72 HANDLE_LIBCALL(UREM_I64, "__umoddi3")
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
D64bit.pnacl.ll527 ; CHECK: call {{.*}} R_{{.*}} __umoddi3
530 ; OPTM1: call {{.*}} R_{{.*}} __umoddi3
535 ; ARM32: bl {{.*}} __umoddi3
538 ; MIPS32: jal {{.*}} __umoddi3

12