Searched refs:gen_int_unsigned_fixed_libfunc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs-libfuncs.h | 39 void gen_int_unsigned_fixed_libfunc (optab, const char *, char, machine_mode);
|
H A D | optabs.def | 128 OPTAB_NL(udiv_optab, "udiv$I$a3", UDIV, "udiv", '3', gen_int_unsigned_fixed_libfunc) 143 OPTAB_NL(lshr_optab, "lshr$a3", LSHIFTRT, "lshr", '3', gen_int_unsigned_fixed_libfunc)
|
H A D | optabs-libfuncs.c | 356 gen_int_unsigned_fixed_libfunc (optab optable, const char *name, char suffix, in gen_int_unsigned_fixed_libfunc() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs-libfuncs.h | 39 void gen_int_unsigned_fixed_libfunc (optab, const char *, char, machine_mode);
|
H A D | optabs.def | 128 OPTAB_NL(udiv_optab, "udiv$I$a3", UDIV, "udiv", '3', gen_int_unsigned_fixed_libfunc) 143 OPTAB_NL(lshr_optab, "lshr$a3", LSHIFTRT, "lshr", '3', gen_int_unsigned_fixed_libfunc)
|
H A D | optabs-libfuncs.cc | 356 gen_int_unsigned_fixed_libfunc (optab optable, const char *name, char suffix, in gen_int_unsigned_fixed_libfunc() function
|
H A D | ChangeLog-2012 | 17553 (gen_int_unsigned_fixed_libfunc): Likewise.
|
H A D | ChangeLog-2007 | 7967 gen_int_signed_fixed_libfunc, gen_int_unsigned_fixed_libfunc,
|