Searched refs:ashr_optab (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | optabs.h | 301 #define ashr_optab (optab_table[OTI_ashr]) macro
|
| D | optabs.c | 281 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()
|
| D | expmed.c | 2312 left ? ashl_optab : ashr_optab, in expand_shift() 3919 ? (unsignedp ? lshr_optab : ashr_optab) in expand_divmod()
|
| D | calls.c | 1821 if (!force_expand_binop (GET_MODE (value), left_p ? ashl_optab : ashr_optab, in shift_return_value()
|
| D | ChangeLog-2004 | 26275 a "sign mask" instead of using ashr_optab directly.
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | arm.c | 819 set_optab_libfunc (ashr_optab, DImode, "__aeabi_lasr"); in arm_init_libfuncs()
|