HomeSort by: relevance | last modified time | path
    Searched refs:udivmodsi4 (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/nios2/
lib2-divmod.c 28 udivmodsi4 (USItype num, USItype den, word_type modwanted) function
72 res = udivmodsi4 (a, b, 0);
96 res = udivmodsi4 (a, b, 1);
108 return udivmodsi4 (a, b, 0);
115 return udivmodsi4 (a, b, 1);
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
lib2-divmod.c 28 udivmodsi4 (USItype num, USItype den, word_type modwanted) function
72 res = udivmodsi4 (a, b, 0);
96 res = udivmodsi4 (a, b, 1);
108 return udivmodsi4 (a, b, 0);
115 return udivmodsi4 (a, b, 1);
  /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
lib2-divmod.c 28 udivmodsi4 (USItype num, USItype den, word_type modwanted) function
72 res = udivmodsi4 (a, b, 0);
96 res = udivmodsi4 (a, b, 1);
108 return udivmodsi4 (a, b, 0);
115 return udivmodsi4 (a, b, 1);
  /src/external/gpl3/gcc/dist/libgcc/config/m32c/
lib2funcs.c 30 uint32_type udivmodsi4 (uint32_type, uint32_type, word_type);
35 udivmodsi4 (uint32_type num, uint32_type den, word_type modwanted) function
78 res = udivmodsi4 (a, b, 0);
101 res = udivmodsi4 (a, b, 1);
126 return udivmodsi4 (a, b, 0);
132 return udivmodsi4 (a, b, 1);
  /src/external/gpl3/gcc.old/dist/libgcc/config/m32c/
lib2funcs.c 30 uint32_type udivmodsi4 (uint32_type, uint32_type, word_type);
35 udivmodsi4 (uint32_type num, uint32_type den, word_type modwanted) function
78 res = udivmodsi4 (a, b, 0);
101 res = udivmodsi4 (a, b, 1);
126 return udivmodsi4 (a, b, 0);
132 return udivmodsi4 (a, b, 1);
  /src/external/gpl3/gcc/dist/libgcc/config/arc/
lib2funcs.c 57 udivmodsi4 (nint32_t num, nint32_t den, word_t modwanted) function
85 return udivmodsi4 (a, b, 1);
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/
lib2funcs.c 57 udivmodsi4 (nint32_t num, nint32_t den, word_t modwanted) function
85 return udivmodsi4 (a, b, 1);
  /src/external/gpl3/gcc/dist/libgcc/config/stormy16/
lib2funcs.c 65 extern USItype udivmodsi4 (USItype, USItype, word_type);
81 udivmodsi4 (USItype num, USItype den, word_type modwanted) function
127 res = udivmodsi4 (a, b, 0);
152 res = udivmodsi4 (a, b, 1);
165 return udivmodsi4 (a, b, 0);
173 return udivmodsi4 (a, b, 1);
  /src/external/gpl3/gcc.old/dist/libgcc/config/stormy16/
lib2funcs.c 65 extern USItype udivmodsi4 (USItype, USItype, word_type);
81 udivmodsi4 (USItype num, USItype den, word_type modwanted) function
127 res = udivmodsi4 (a, b, 0);
152 res = udivmodsi4 (a, b, 1);
165 return udivmodsi4 (a, b, 0);
173 return udivmodsi4 (a, b, 1);
  /src/lib/libc/compiler_rt/
Makefile.inc 179 udivmodsi4.c \
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 342 !!res = udivmodsi4 (a, b, 1);
512 !!res = udivmodsi4 (a, b, 1);
517 !!res = udivmodsi4 (a, b, 1);
745 !!res=udivmodsi4(a,b,0);
1453 !!res=udivmodsi4(a,b,1);
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-mculib.S 342 !!res = udivmodsi4 (a, b, 1);
512 !!res = udivmodsi4 (a, b, 1);
517 !!res = udivmodsi4 (a, b, 1);
745 !!res=udivmodsi4(a,b,0);
1453 !!res=udivmodsi4(a,b,1);

Completed in 42 milliseconds