Home
last modified time | relevance | path

Searched refs:ashr_optab (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Doptabs.h301 #define ashr_optab (optab_table[OTI_ashr]) macro
Doptabs.c281 return TYPE_UNSIGNED (type) ? lshr_optab : ashr_optab; in optab_for_tree_code()
687 if (binoptab != ashr_optab) in expand_superword_shift()
1077 temp = expand_binop (word_mode, ashr_optab, op0_low, wordm1, in expand_doubleword_mult()
1106 temp = expand_binop (word_mode, ashr_optab, op1_low, wordm1, in expand_doubleword_mult()
1507 || binoptab == ashr_optab) in expand_binop()
5226 ashr_optab = init_optab (ASHIFTRT); in init_optabs()
5398 init_integral_libfuncs (ashr_optab, "ashr", '3'); in init_optabs()
Dexpmed.c2312 left ? ashl_optab : ashr_optab, in expand_shift()
3919 ? (unsignedp ? lshr_optab : ashr_optab) in expand_divmod()
Dcalls.c1821 if (!force_expand_binop (GET_MODE (value), left_p ? ashl_optab : ashr_optab, in shift_return_value()
DChangeLog-200426275 a "sign mask" instead of using ashr_optab directly.
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.c819 set_optab_libfunc (ashr_optab, DImode, "__aeabi_lasr"); in arm_init_libfuncs()