Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Drecog.c1894 enum rtx_code ycode = GET_CODE (y); in offsettable_address_p() local
1921 if ((ycode == PLUS) && (y2 = find_constant_term_loc (&y1))) in offsettable_address_p()
1936 if (GET_RTX_CLASS (ycode) == RTX_AUTOINC) in offsettable_address_p()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drecog.c1964 enum rtx_code ycode = GET_CODE (y); local
1991 if ((ycode == PLUS) && (y2 = find_constant_term_loc (&y1)))
2006 if (GET_RTX_CLASS (ycode) == 'a')