Searched refs:ashr_optab (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Doptabs.h299 #define ashr_optab (optab_table[OTI_ashr]) macro
H A Doptabs.c284 return TYPE_UNSIGNED (type) ? lshr_optab : ashr_optab;
691 if (binoptab != ashr_optab)
1082 temp = expand_binop (word_mode, ashr_optab, op0_low, wordm1,
1111 temp = expand_binop (word_mode, ashr_optab, op1_low, wordm1,
1513 || binoptab == ashr_optab)
5246 ashr_optab = init_optab (ASHIFTRT);
5417 init_integral_libfuncs (ashr_optab, "ashr", '3');
H A Dexpmed.c2321 left ? ashl_optab : ashr_optab,
3936 ? (unsignedp ? lshr_optab : ashr_optab)
H A Dcalls.c1822 if (!force_expand_binop (GET_MODE (value), left_p ? ashl_optab : ashr_optab,
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Darm.c813 set_optab_libfunc (ashr_optab, DImode, "__aeabi_lasr");

Completed in 188 milliseconds