Searched refs:__modsi3 (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmodsi3.c1 //===-- modsi3.c - Implement __modsi3 -------------------------------------===//
9 // This file implements __modsi3 for the compiler_rt library.
17 COMPILER_RT_ABI si_int __modsi3(si_int a, si_int b) { function
H A Dapple_versioning.c289 NOT_HERE_UNTIL_AFTER_4_3(__modsi3)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dmodsi3.S9 // This file implements the __modsi3 (32-bit signed integer modulus) function
26 @ int __modsi3(int divident, int divisor)
30 DEFINE_COMPILERRT_FUNCTION(__modsi3)
56 END_COMPILERRT_FUNCTION(__modsi3)
/freebsd-13-stable/lib/libc/arm/gen/
H A Ddivsi3.S34 ENTRY(__modsi3)
52 END(__modsi3)
/freebsd-13-stable/sys/libkern/arm/
H A Ddivsi3.S34 ENTRY_NP(__modsi3)
52 END(__modsi3)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Dmodsi3.S56 DEFINE_COMPILERRT_FUNCTION(__modsi3)

Completed in 64 milliseconds