Searched refs:rotr_optab (Results 1 – 6 of 6) sorted by relevance
187 #define rotr_optab (optab_table[OTI_rotr]) macro
1988 left ? rotl_optab : rotr_optab,1998 left ? rotr_optab : rotl_optab,
1110 if ((binoptab == rotl_optab || binoptab == rotr_optab)5241 rotr_optab = init_optab (ROTATERT); in init_optabs()
301 #define rotr_optab (optab_table[OTI_rotr]) macro
287 return rotr_optab; in optab_for_tree_code()1361 && (binoptab == rotl_optab || binoptab == rotr_optab) in expand_binop()1369 binoptab = binoptab == rotl_optab ? rotr_optab : rotl_optab; in expand_binop()1578 if ((binoptab == rotl_optab || binoptab == rotr_optab) in expand_binop()5225 rotr_optab = init_optab (ROTATERT); in init_optabs()
2288 left ? rotl_optab : rotr_optab, in expand_shift()