Searched refs:__modsi3 (Results 1 – 23 of 23) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | divmod-eabi.ll | 39 ; DARWIN-O0: __modsi3 46 ; DARWIN: __modsi3 47 ; DARWIN-O0: __modsi3 74 ; DARWIN-O0: __modsi3 81 ; DARWIN: __modsi3 82 ; DARWIN-O0: __modsi3 181 ; DARWIN-O0: __modsi3 191 ; On both Darwin and Gnu, this is just a call to __modsi3 200 ; DARWIN: __modsi3 201 ; DARWIN-O0: __modsi3 [all …]
|
D | div.ll | 48 ; CHECK-SWDIV: __modsi3
|
/external/llvm/test/CodeGen/ARM/ |
D | divmod-eabi.ll | 24 ; DARWIN: __modsi3 28 ; DARWIN: __modsi3 50 ; DARWIN: __modsi3 54 ; DARWIN: __modsi3 112 ; DARWIN: __modsi3 127 ; DARWIN: __modsi3 134 ; On both Darwin and Gnu, this is just a call to __modsi3 141 ; DARWIN: __modsi3 153 ; DARWIN: __modsi3 157 ; DARWIN: __modsi3 [all …]
|
D | div.ll | 41 ; CHECK-SWDIV: __modsi3
|
/external/compiler-rt/lib/builtins/arm/ |
D | modsi3.S | 29 @ int __modsi3(int divident, int divisor) 34 DEFINE_COMPILERRT_THUMB_FUNCTION(__modsi3) 36 DEFINE_COMPILERRT_FUNCTION(__modsi3) 63 END_COMPILERRT_FUNCTION(__modsi3)
|
/external/compiler-rt/test/builtins/Unit/ |
D | modsi3_test.c | 20 COMPILER_RT_ABI si_int __modsi3(si_int a, si_int b); 23 si_int x = __modsi3(a, b); in test__modsi3()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-isel-divmod.ll | 64 ; SOFT-DEFAULT: bl __modsi3 82 ; SOFT-DEFAULT: bl __modsi3 100 ; SOFT-DEFAULT: bl __modsi3
|
D | arm-legalize-divmod.mir | 337 ; SOFT-DEFAULT: BL &__modsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0 428 ; SOFT-DEFAULT: BL &__modsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0 538 ; SOFT-DEFAULT: BL &__modsi3, {{.*}}, implicit $r0, implicit $r1, implicit-def $r0
|
/external/compiler-rt/lib/builtins/ |
D | modsi3.c | 20 __modsi3(si_int a, si_int b) in __modsi3() function
|
D | apple_versioning.c | 296 NOT_HERE_UNTIL_AFTER_4_3(__modsi3)
|
D | README.txt | 74 si_int __modsi3 (si_int a, si_int b); // a % b signed
|
/external/compiler-rt/test/builtins/timing/ |
D | modsi3.c | 6 #define FUNCTION_NAME __modsi3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/ |
D | rem.ll | 30 ; RV32I-NEXT: call __modsi3
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.def | 46 X(srem_i32, "__modsi3") \
|
/external/u-boot/arch/arm/lib/ |
D | lib1funcs.S | 291 .pushsection .text.__modsi3, "ax" 292 ENTRY(__modsi3) 314 ENDPROC(__modsi3)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | div.ll | 41 ; CHECK-THUMB: __modsi3
|
/external/llvm/test/CodeGen/Thumb2/ |
D | div.ll | 41 ; CHECK-THUMB: __modsi3
|
/external/u-boot/arch/arc/lib/ |
D | libgcc2.c | 129 __modsi3(long a, long b) in __modsi3() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Lanai/ |
D | i32.ll | 53 ; CHECK: bt __modsi3
|
/external/llvm/test/CodeGen/Lanai/ |
D | i32.ll | 53 ; CHECK: bt __modsi3
|
/external/u-boot/arch/nios2/lib/ |
D | libgcc.c | 519 __modsi3 (SItype a, SItype b) in __modsi3() function
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | arith.ll | 208 ; ARM32: bl {{.*}} __modsi3
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 66 HANDLE_LIBCALL(SREM_I32, "__modsi3")
|