Home
last modified time | relevance | path

Searched refs:shift_rtx (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddse.c1725 rtx shift_rtx = gen_int_shift_amount (new_mode, shift); in find_shift_sequence() local
1727 ret, shift_rtx); in find_shift_sequence()
H A Dexpmed.c953 rtx shift_rtx = gen_int_shift_amount (word_mode, shift); in store_integral_bit_field() local
955 value_word, shift_rtx, in store_integral_bit_field()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c17209 rtx shift_rtx; in ix86_dep_by_shift_count_body() local
17234 shift_rtx = XEXP (use_body, 1); in ix86_dep_by_shift_count_body()
17246 if (shift_rtx in ix86_dep_by_shift_count_body()
17247 && (GET_CODE (shift_rtx) == ASHIFT in ix86_dep_by_shift_count_body()
17248 || GET_CODE (shift_rtx) == LSHIFTRT in ix86_dep_by_shift_count_body()
17249 || GET_CODE (shift_rtx) == ASHIFTRT in ix86_dep_by_shift_count_body()
17250 || GET_CODE (shift_rtx) == ROTATE in ix86_dep_by_shift_count_body()
17251 || GET_CODE (shift_rtx) == ROTATERT)) in ix86_dep_by_shift_count_body()
17253 rtx shift_count = XEXP (shift_rtx, 1); in ix86_dep_by_shift_count_body()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c21619 rtx shift_rtx; in ix86_dep_by_shift_count_body() local
21644 shift_rtx = XEXP (use_body, 1); in ix86_dep_by_shift_count_body()
21656 if (shift_rtx in ix86_dep_by_shift_count_body()
21657 && (GET_CODE (shift_rtx) == ASHIFT in ix86_dep_by_shift_count_body()
21658 || GET_CODE (shift_rtx) == LSHIFTRT in ix86_dep_by_shift_count_body()
21659 || GET_CODE (shift_rtx) == ASHIFTRT in ix86_dep_by_shift_count_body()
21660 || GET_CODE (shift_rtx) == ROTATE in ix86_dep_by_shift_count_body()
21661 || GET_CODE (shift_rtx) == ROTATERT)) in ix86_dep_by_shift_count_body()
21663 rtx shift_count = XEXP (shift_rtx, 1); in ix86_dep_by_shift_count_body()