Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddse.cc1747 rtx shift_rtx = gen_int_shift_amount (new_mode, shift); in find_shift_sequence() local
1749 shift_rtx); in find_shift_sequence()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc15522 rtx shift_rtx; in ix86_dep_by_shift_count_body() local
15547 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()