Searched refs:__divdi3 (Results 1 – 25 of 29) sorted by relevance
12
/external/compiler-rt/test/builtins/Unit/ |
D | divdi3_test.c | 19 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b); 23 di_int x = __divdi3(a, b); in test__divdi3()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/ |
D | div.ll | 176 ; RV32I-NEXT: call __divdi3 185 ; RV32IM-NEXT: call __divdi3 200 ; RV32I-NEXT: call __divdi3 211 ; RV32IM-NEXT: call __divdi3
|
/external/compiler-rt/lib/builtins/ |
D | divmoddi4.c | 22 di_int d = __divdi3(a,b); in __divmoddi4()
|
D | divdi3.c | 20 __divdi3(di_int a, di_int b) in __divdi3() function
|
D | int_lib.h | 78 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b);
|
D | apple_versioning.c | 66 NOT_HERE_BEFORE_10_6(__divdi3) 242 NOT_HERE_UNTIL_AFTER_4_3(__divdi3)
|
/external/compiler-rt/lib/builtins/i386/ |
D | divdi3.S | 23 DEFINE_COMPILERRT_FUNCTION(__divdi3) 160 END_COMPILERRT_FUNCTION(__divdi3)
|
/external/compiler-rt/test/builtins/timing/ |
D | divdi3.c | 6 #define FUNCTION_NAME __divdi3
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.def | 43 X(sdiv_i64, "__divdi3") \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 36 EXPLICIT_SYMBOL(__divdi3)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 36 EXPLICIT_SYMBOL(__divdi3)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/ |
D | sdiv.ll | 164 ; GP32: lw $25, %call16(__divdi3)($gp) 173 ; MM32: lw $25, %call16(__divdi3)($2)
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | sdiv.ll | 164 ; GP32: lw $25, %call16(__divdi3)($gp) 173 ; MM32: lw $25, %call16(__divdi3)($2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | pr32282.ll | 37 ; X86-NEXT: calll __divdi3
|
D | divrem.ll | 18 ; X32-NEXT: calll __divdi3
|
D | divide-by-constant.ll | 402 ; X32-NEXT: calll __divdi3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | divrem.ll | 233 ; ACC32: lw $25, %call16(__divdi3)( 328 ; ACC32: lw $25, %call16(__divdi3)(
|
/external/llvm/test/CodeGen/Mips/ |
D | divrem.ll | 233 ; ACC32: lw $25, %call16(__divdi3)( 328 ; ACC32: lw $25, %call16(__divdi3)(
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | 64bit.pnacl.ll | 444 ; CHECK: call {{.*}} R_{{.*}} __divdi3 447 ; OPTM1: call {{.*}} R_{{.*}} __divdi3 452 ; ARM32: bl {{.*}} __divdi3 455 ; MIPS32: jal {{.*}} __divdi3 465 ; CHECK: call {{.*}} R_{{.*}} __divdi3 470 ; OPTM1: call {{.*}} R_{{.*}} __divdi3 478 ; ARM32: bl {{.*}} __divdi3 481 ; MIPS32: jal {{.*}} __divdi3
|
/external/u-boot/arch/nios2/lib/ |
D | libgcc.c | 360 __divdi3 (DWtype u, DWtype v) in __divdi3() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | divmod-eabi.ll | 139 ; DARWIN-O0: __divdi3
|
/external/libunwind/ |
D | NEWS | 67 unresolved reference to __divdi3. This is undesirable since it
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Config/ |
D | config.h.cmake | 256 /* Have host's __divdi3 */
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 57 HANDLE_LIBCALL(SDIV_I64, "__divdi3")
|
/external/llvm/cmake/ |
D | config-ix.cmake | 222 check_function_exists(__divdi3 HAVE___DIVDI3)
|
12