Searched refs:gen_unsigned_fixed_libfunc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.def | 109 OPTAB_NL(usadd_optab, "usadd$Q$a3", US_PLUS, "usadd", '3', gen_unsigned_fixed_libfunc) 116 OPTAB_NL(ussub_optab, "ussub$Q$a3", US_MINUS, "ussub", '3', gen_unsigned_fixed_libfunc) 123 OPTAB_NL(usmul_optab, "usmul$Q$a3", US_MULT, "usmul", '3', gen_unsigned_fixed_libfunc) 130 OPTAB_NL(usdiv_optab, "usdiv$Q$a3", US_DIV, "usdiv", '3', gen_unsigned_fixed_libfunc) 141 OPTAB_NL(usashl_optab, "usashl$Q$a3", US_ASHIFT, "usashl", '3', gen_unsigned_fixed_libfunc) 162 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()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs-libfuncs.h | 32 void gen_unsigned_fixed_libfunc (optab, const char *, char, machine_mode);
|
H A D | optabs.def | 109 OPTAB_NL(usadd_optab, "usadd$Q$a3", US_PLUS, "usadd", '3', gen_unsigned_fixed_libfunc) 116 OPTAB_NL(ussub_optab, "ussub$Q$a3", US_MINUS, "ussub", '3', gen_unsigned_fixed_libfunc) 123 OPTAB_NL(usmul_optab, "usmul$Q$a3", US_MULT, "usmul", '3', gen_unsigned_fixed_libfunc) 130 OPTAB_NL(usdiv_optab, "usdiv$Q$a3", US_DIV, "usdiv", '3', gen_unsigned_fixed_libfunc) 141 OPTAB_NL(usashl_optab, "usashl$Q$a3", US_ASHIFT, "usashl", '3', gen_unsigned_fixed_libfunc) 162 OPTAB_NL(usneg_optab, "usneg$Q$a2", US_NEG, "usneg", '2', gen_unsigned_fixed_libfunc)
|
H A D | optabs-libfuncs.cc | 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()
|
H A D | ChangeLog-2012 | 17549 (gen_unsigned_fixed_libfunc, gen_int_fp_libfunc): Likewise.
|
H A D | ChangeLog-2007 | 7965 gen_unsigned_fixed_libfunc, gen_int_fp_fixed_libfunc,
|