Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.def109 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 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs-libfuncs.h32 void gen_unsigned_fixed_libfunc (optab, const char *, char, machine_mode);
H A Doptabs.def109 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 Doptabs-libfuncs.cc256 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 DChangeLog-201217549 (gen_unsigned_fixed_libfunc, gen_int_fp_libfunc): Likewise.
H A DChangeLog-20077965 gen_unsigned_fixed_libfunc, gen_int_fp_fixed_libfunc,