Home
last modified time | relevance | path

Searched refs:gen_unsigned_fixed_libfunc (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Doptabs.def105 OPTAB_NL(usadd_optab, "usadd$Q$a3", US_PLUS, "usadd", '3', gen_unsigned_fixed_libfunc)
112 OPTAB_NL(ussub_optab, "ussub$Q$a3", US_MINUS, "ussub", '3', gen_unsigned_fixed_libfunc)
119 OPTAB_NL(usmul_optab, "usmul$Q$a3", US_MULT, "usmul", '3', gen_unsigned_fixed_libfunc)
126 OPTAB_NL(usdiv_optab, "usdiv$Q$a3", US_DIV, "usdiv", '3', gen_unsigned_fixed_libfunc)
137 OPTAB_NL(usashl_optab, "usashl$Q$a3", US_ASHIFT, "usashl", '3', gen_unsigned_fixed_libfunc)
158 OPTAB_NL(usneg_optab, "usneg$Q$a2", US_NEG, "usneg", '2', gen_unsigned_fixed_libfunc)
H A Doptabs-libfuncs.h32 void gen_unsigned_fixed_libfunc (optab, const char *, char, machine_mode);
H A Doptabs-libfuncs.c256 gen_unsigned_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_unsigned_fixed_libfunc() function
362 gen_unsigned_fixed_libfunc (optable, name, suffix, mode); in gen_int_unsigned_fixed_libfunc()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Doptabs.c5484 gen_unsigned_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_unsigned_fixed_libfunc() function
5590 gen_unsigned_fixed_libfunc (optable, name, suffix, mode); in gen_int_unsigned_fixed_libfunc()
6301 usadd_optab->libcall_gen = gen_unsigned_fixed_libfunc; in init_optabs()
6313 ussub_optab->libcall_gen = gen_unsigned_fixed_libfunc; in init_optabs()
6325 usmul_optab->libcall_gen = gen_unsigned_fixed_libfunc; in init_optabs()
6340 usdiv_optab->libcall_gen = gen_unsigned_fixed_libfunc; in init_optabs()
6373 usashl_optab->libcall_gen = gen_unsigned_fixed_libfunc; in init_optabs()
6400 usneg_optab->libcall_gen = gen_unsigned_fixed_libfunc; in init_optabs()