Searched refs:gen_signed_fixed_libfunc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.def | 108 OPTAB_NL(ssadd_optab, "ssadd$Q$a3", SS_PLUS, "ssadd", '3', gen_signed_fixed_libfunc) 115 OPTAB_NL(sssub_optab, "sssub$Q$a3", SS_MINUS, "sssub", '3', gen_signed_fixed_libfunc) 122 OPTAB_NL(ssmul_optab, "ssmul$Q$a3", SS_MULT, "ssmul", '3', gen_signed_fixed_libfunc) 127 OPTAB_NL(ssdiv_optab, "ssdiv$Q$a3", SS_DIV, "ssdiv", '3', gen_signed_fixed_libfunc) 140 OPTAB_NL(ssashl_optab, "ssashl$Q$a3", SS_ASHIFT, "ssashl", '3', gen_signed_fixed_libfunc) 161 OPTAB_NL(ssneg_optab, "ssneg$Q$a2", SS_NEG, "ssneg", '2', gen_signed_fixed_libfunc)
|
H A D | optabs-libfuncs.h | 31 void gen_signed_fixed_libfunc (optab, const char *, char, machine_mode);
|
H A D | optabs-libfuncs.c | 244 gen_signed_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_signed_fixed_libfunc() function 323 gen_signed_fixed_libfunc (optable, name, suffix, mode); in gen_int_fp_signed_fixed_libfunc() 349 gen_signed_fixed_libfunc (optable, name, suffix, mode); in gen_int_signed_fixed_libfunc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs-libfuncs.h | 31 void gen_signed_fixed_libfunc (optab, const char *, char, machine_mode);
|
H A D | optabs.def | 108 OPTAB_NL(ssadd_optab, "ssadd$Q$a3", SS_PLUS, "ssadd", '3', gen_signed_fixed_libfunc) 115 OPTAB_NL(sssub_optab, "sssub$Q$a3", SS_MINUS, "sssub", '3', gen_signed_fixed_libfunc) 122 OPTAB_NL(ssmul_optab, "ssmul$Q$a3", SS_MULT, "ssmul", '3', gen_signed_fixed_libfunc) 127 OPTAB_NL(ssdiv_optab, "ssdiv$Q$a3", SS_DIV, "ssdiv", '3', gen_signed_fixed_libfunc) 140 OPTAB_NL(ssashl_optab, "ssashl$Q$a3", SS_ASHIFT, "ssashl", '3', gen_signed_fixed_libfunc) 161 OPTAB_NL(ssneg_optab, "ssneg$Q$a2", SS_NEG, "ssneg", '2', gen_signed_fixed_libfunc)
|
H A D | optabs-libfuncs.cc | 244 gen_signed_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_signed_fixed_libfunc() function 323 gen_signed_fixed_libfunc (optable, name, suffix, mode); in gen_int_fp_signed_fixed_libfunc() 349 gen_signed_fixed_libfunc (optable, name, suffix, mode); in gen_int_signed_fixed_libfunc()
|
H A D | ChangeLog-2012 | 17548 (gen_fixed_libfunc, gen_signed_fixed_libfunc): Likewise.
|
H A D | ChangeLog-2007 | 7964 (gen_fixed_libfunc, gen_signed_fixed_libfunc,
|