Searched refs:gen_unsigned_fixed_libfunc (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | optabs.def | 105 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 D | optabs-libfuncs.h | 32 void gen_unsigned_fixed_libfunc (optab, const char *, char, machine_mode);
|
H A D | optabs-libfuncs.c | 256 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 D | optabs.c | 5484 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()
|