Searched refs:shift_rtx (Results 1 – 2 of 2) sorted by relevance
1747 rtx shift_rtx = gen_int_shift_amount (new_mode, shift); in find_shift_sequence() local1749 shift_rtx); in find_shift_sequence()
15522 rtx shift_rtx; in ix86_dep_by_shift_count_body() local15547 shift_rtx = XEXP (use_body, 1); in ix86_dep_by_shift_count_body()15559 if (shift_rtx in ix86_dep_by_shift_count_body()15560 && (GET_CODE (shift_rtx) == ASHIFT in ix86_dep_by_shift_count_body()15561 || GET_CODE (shift_rtx) == LSHIFTRT in ix86_dep_by_shift_count_body()15562 || GET_CODE (shift_rtx) == ASHIFTRT in ix86_dep_by_shift_count_body()15563 || GET_CODE (shift_rtx) == ROTATE in ix86_dep_by_shift_count_body()15564 || GET_CODE (shift_rtx) == ROTATERT)) in ix86_dep_by_shift_count_body()15566 rtx shift_count = XEXP (shift_rtx, 1); in ix86_dep_by_shift_count_body()