Searched refs:rem_p (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.h | 56 rtx op1, rtx *quot_p, rtx *rem_p);
|
| H A D | i386-expand.c | 20344 rtx *quot_p, rtx *rem_p) in ix86_expand_divmod_libfunc() argument 20352 *rem_p = rem; in ix86_expand_divmod_libfunc()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.h | 56 rtx op1, rtx *quot_p, rtx *rem_p);
|
| H A D | i386-expand.cc | 23304 rtx *quot_p, rtx *rem_p) in ix86_expand_divmod_libfunc() argument 23312 *rem_p = rem; in ix86_expand_divmod_libfunc()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | poly-int.h | 2277 bool rem_p = NCa (a.coeffs[0]) % NCb (b.coeffs[0]) != 0; 2299 rem_p = true; 2308 rem_p = true; 2316 if (rem_p && (!ordered_p (a, ICa (0)) || !ordered_p (b, ICb (0))))
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | poly-int.h | 2334 bool rem_p = NCa (a.coeffs[0]) % NCb (b.coeffs[0]) != 0; 2356 rem_p = true; 2365 rem_p = true; 2373 if (rem_p && (!ordered_p (a, ICa (0)) || !ordered_p (b, ICb (0))))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm.c | 33139 rtx *quot_p, rtx *rem_p) in arm_expand_divmod_libfunc() argument 33160 *rem_p = remainder; in arm_expand_divmod_libfunc()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm.cc | 33914 rtx *quot_p, rtx *rem_p) in arm_expand_divmod_libfunc() argument 33933 *rem_p = remainder; in arm_expand_divmod_libfunc()
|