Home
last modified time | relevance | path

Searched refs:__aeabi_uidivmod (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S20 #define __aeabi_uidivmod __rt_udiv macro
27 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
55 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S19 #define __aeabi_uidivmod __rt_udiv macro
26 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
54 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Daeabi_uidivmod.S21 DEFINE_COMPILERRT_FUNCTION(__aeabi_uidivmod)
29 END_COMPILERRT_FUNCTION(__aeabi_uidivmod)
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c22 extern du_int __aeabi_uidivmod(su_int a, su_int b);
27 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c21 extern du_int __aeabi_uidivmod(su_int a, su_int b);
26 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b);
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/builtins/Unit/arm/
H A Daeabi_uidivmod_test.c10 extern du_int __aeabi_uidivmod(su_int a, su_int b);
15 du_int ret = __aeabi_uidivmod(a, b); in test__aeabi_uidivmod()

12345678910>>...21