Searched refs:eq_optab (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/
H A Dgofast.h56 set_optab_libfunc (eq_optab, SFmode, "fpcmp");
63 set_optab_libfunc (eq_optab, DFmode, "dpcmp");
/freebsd-12-stable/contrib/gcc/
H A Doptabs.h360 #define eq_optab (optab_table[OTI_eq]) macro
H A Doptabs.c5270 eq_optab = init_optab (EQ);
5448 init_floating_libfuncs (eq_optab, "eq", '2');
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dia64.c9301 set_optab_libfunc (eq_optab, TFmode, 0);
9335 set_optab_libfunc (eq_optab, TFmode, "_U_Qfeq");
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dmips.c9186 set_optab_libfunc (eq_optab, SFmode, "__mips16_eqsf2");
9203 set_optab_libfunc (eq_optab, DFmode, "__mips16_eqdf2");
/freebsd-12-stable/contrib/gcc/config/arm/
H A Darm.c768 set_optab_libfunc (eq_optab, DFmode, "__aeabi_dcmpeq");
784 set_optab_libfunc (eq_optab, SFmode, "__aeabi_fcmpeq");
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsparc.c7828 set_optab_libfunc (eq_optab, TFmode, "_Q_feq");
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.c9291 set_optab_libfunc (eq_optab, TFmode, "__gcc_qeq");
9328 set_optab_libfunc (eq_optab, TFmode, "_q_feq");

Completed in 424 milliseconds