Home
last modified time | relevance | path

Searched refs:rotr_optab (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Doptabs.h187 #define rotr_optab (optab_table[OTI_rotr]) macro
H A Dexpmed.c1988 left ? rotl_optab : rotr_optab,
1998 left ? rotr_optab : rotl_optab,
H A Doptabs.c1110 if ((binoptab == rotl_optab || binoptab == rotr_optab)
5241 rotr_optab = init_optab (ROTATERT); in init_optabs()
/openbsd/gnu/gcc/gcc/
H A Doptabs.h301 #define rotr_optab (optab_table[OTI_rotr]) macro
H A Doptabs.c287 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()
H A Dexpmed.c2288 left ? rotl_optab : rotr_optab, in expand_shift()