OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__umodsi3
(Results
1 - 25
of
69
) sorted by null
1
2
3
/frameworks/compile/libbcc/runtime/lib/
umodsi3.c
1
/* ===-- umodsi3.c - Implement
__umodsi3
-----------------------------------===
10
* This file implements
__umodsi3
for the compiler_rt library.
22
__umodsi3
(su_int a, su_int b)
function
/external/llvm/test/CodeGen/ARM/
div.ll
30
; CHECK-ARM:
__umodsi3
/frameworks/compile/libbcc/runtime/test/Unit/
umodsi3_test.c
1
//===-- umodsi3_test.c - Test
__umodsi3
-----------------------------------===//
10
// This file tests
__umodsi3
for the compiler_rt library.
19
su_int
__umodsi3
(su_int a, su_int b);
23
su_int r =
__umodsi3
(a, b);
25
printf("error in
__umodsi3
: %X %% %X = %X, expected %X\n",
/external/llvm/test/CodeGen/Thumb2/
div.ll
39
; CHECK-THUMB:
__umodsi3
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
84
extern su_int
__umodsi3
(su_int, su_int);
Runtime.def
243
DEF_LLVM_RUNTIME(
__umodsi3
)
/frameworks/compile/libbcc/runtime/
README.txt
77
su_int
__umodsi3
(su_int a, su_int b); // a % b unsigned
/external/sonivox/arm-fm-22k/bin/
arm-fm-22k
/external/sonivox/arm-hybrid-22k/bin/
arm-hybrid-22k
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/interwork/
libgcc.a
8
? ? &? 0 ;? H Rr ^j j? ?? ?? ?? ?? f f ? ? ? ? $R $R k? wF ?? ? ?~ ~ 6n 6n C? C? C? C? W? W? W? W? W? W? W? W? W? W? W? W? W? W? W? W? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?__udivsi3 __aeabi_uidiv __aeabi_uidivmod __divsi3 __aeabi_idiv __aeabi_idivmod
__umodsi3