Home
last modified time | relevance | path

Searched refs:__divmodsi4 (Results 1 – 17 of 17) sorted by relevance

/external/compiler-rt/lib/builtins/arm/
Ddivmodsi4.S30 @ int __divmodsi4(int divident, int divisor, int *remainder)
36 DEFINE_COMPILERRT_THUMB_FUNCTION(__divmodsi4)
38 DEFINE_COMPILERRT_FUNCTION(__divmodsi4)
74 END_COMPILERRT_FUNCTION(__divmodsi4)
Daeabi_idivmod.S24 bl SYMBOL_NAME(__divmodsi4)
/external/llvm-project/compiler-rt/lib/builtins/arm/
Ddivmodsi4.S27 @ int __divmodsi4(int divident, int divisor, int *remainder)
32 DEFINE_COMPILERRT_FUNCTION(__divmodsi4)
67 END_COMPILERRT_FUNCTION(__divmodsi4)
Daeabi_idivmod.S42 bl SYMBOL_NAME(__divmodsi4)
/external/llvm-project/compiler-rt/test/builtins/Unit/
Ddivmodsi4_test.c9 extern COMPILER_RT_ABI si_int __divmodsi4(si_int a, si_int b, si_int* rem);
16 si_int result = __divmodsi4(a, b, &rem); in test__divmodsi4()
/external/compiler-rt/test/builtins/Unit/
Ddivmodsi4_test.c19 extern COMPILER_RT_ABI si_int __divmodsi4(si_int a, si_int b, si_int* rem);
26 si_int result = __divmodsi4(a, b, &rem); in test__divmodsi4()
/external/compiler-rt/lib/builtins/
Ddivmodsi4.c20 __divmodsi4(si_int a, si_int b, si_int* rem) in __divmodsi4() function
Dapple_versioning.c338 NOT_HERE_UNTIL_AFTER_4_3(__divmodsi4)
DREADME.txt83 si_int __divmodsi4(si_int a, si_int b, si_int* rem); // a / b, *rem = a % b signed
/external/llvm-project/compiler-rt/lib/builtins/
Ddivmodsi4.c18 COMPILER_RT_ABI si_int __divmodsi4(si_int a, si_int b, si_int *rem) { in __divmodsi4() function
Dapple_versioning.c331 NOT_HERE_UNTIL_AFTER_4_3(__divmodsi4)
DREADME.txt89 si_int __divmodsi4(si_int a, si_int b, si_int* rem); // a / b, *rem = a % b signed
/external/llvm/test/CodeGen/ARM/
Ddivmod.ll15 ; SWIFT-NOT: bl __divmodsi4
59 ; SWIFT-NOT: bl __divmodsi4
/external/llvm-project/llvm/test/CodeGen/ARM/
Ddivmod.ll16 ; SWIFT-NOT: bl __divmodsi4
60 ; SWIFT-NOT: bl __divmodsi4
Ddivmod-eabi.ll37 ; DARWIN: __divmodsi4
160 ; DARWIN-O0: __divmodsi4
/external/llvm-project/llvm/test/CodeGen/AVR/
Drem.ll53 ; CHECK: call __divmodsi4
Ddiv.ll57 ; CHECK: call __divmodsi4