Searched refs:ashl_optab (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | optabs.c | 278 return ashl_optab; in optab_for_tree_code() 712 reverse_unsigned_shift = (binoptab == ashl_optab ? lshr_optab : ashl_optab); in expand_subword_shift() 713 unsigned_shift = (binoptab == ashl_optab ? ashl_optab : lshr_optab); in expand_subword_shift() 1424 || binoptab == smul_optab || binoptab == ashl_optab) in expand_binop() 1432 no_extend && binoptab != ashl_optab); in expand_binop() 1506 if ((binoptab == lshr_optab || binoptab == ashl_optab in expand_binop() 1512 && ashl_optab->handlers[(int) word_mode].insn_code != CODE_FOR_nothing in expand_binop() 1552 left_shift = binoptab == ashl_optab; in expand_binop() 1582 && ashl_optab->handlers[(int) word_mode].insn_code != CODE_FOR_nothing in expand_binop() 1632 ? lshr_optab : ashl_optab); in expand_binop() [all …]
|
| D | optabs.h | 297 #define ashl_optab (optab_table[OTI_ashl]) macro
|
| D | stmt.c | 2148 #define CASE_USE_BIT_TESTS (ashl_optab->handlers[word_mode].insn_code \ 2275 index = expand_binop (word_mode, ashl_optab, const1_rtx, in emit_case_bit_tests()
|
| D | expmed.c | 2293 left ? ashl_optab : lshr_optab, in expand_shift() 2312 left ? ashl_optab : ashr_optab, in expand_shift()
|
| D | calls.c | 1821 if (!force_expand_binop (GET_MODE (value), left_p ? ashl_optab : ashr_optab, in shift_return_value()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | optabs.c | 911 || binoptab == smul_optab || binoptab == ashl_optab) 919 no_extend && binoptab != ashl_optab); 991 if ((binoptab == lshr_optab || binoptab == ashl_optab 997 && ashl_optab->handlers[(int) word_mode].insn_code != CODE_FOR_nothing 1019 left_shift = binoptab == ashl_optab; 1060 reverse_unsigned_shift = (left_shift ? lshr_optab : ashl_optab); 1066 unsigned_shift = (left_shift ? ashl_optab : lshr_optab); 1114 && ashl_optab->handlers[(int) word_mode].insn_code != CODE_FOR_nothing 1160 ? lshr_optab : ashl_optab); 1163 ? ashl_optab : lshr_optab); [all …]
|
| D | optabs.h | 183 #define ashl_optab (optab_table[OTI_ashl]) macro
|
| D | expmed.c | 2006 left ? ashl_optab : lshr_optab, 2025 left ? ashl_optab : ashr_optab,
|
| D | expr.c | 2401 expand_binop (mode, ashl_optab, tmps[i], GEN_INT (shift),
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| D | alpha.c | 2831 return expand_binop (mode, ashl_optab, temp, GEN_INT (bits),
|
| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | alpha.c | 1902 return expand_binop (mode, ashl_optab, temp, GEN_INT (bits), in alpha_emit_set_const_1()
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm.c | 808 set_optab_libfunc (ashl_optab, DImode, "__aeabi_llsl"); in arm_init_libfuncs()
|