Home
last modified time | relevance | path

Searched refs:gen_signed_fixed_libfunc (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.def108 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 Doptabs-libfuncs.h31 void gen_signed_fixed_libfunc (optab, const char *, char, machine_mode);
H A Doptabs-libfuncs.c244 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 Doptabs-libfuncs.h31 void gen_signed_fixed_libfunc (optab, const char *, char, machine_mode);
H A Doptabs.def108 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 Doptabs-libfuncs.cc244 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 DChangeLog-201217548 (gen_fixed_libfunc, gen_signed_fixed_libfunc): Likewise.
H A DChangeLog-20077964 (gen_fixed_libfunc, gen_signed_fixed_libfunc,