Searched refs:EXTRA_CONSTRAINT_STR (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Ddefaults.h733 && !defined EXTRA_CONSTRAINT_STR \
783 #if defined (EXTRA_CONSTRAINT) && ! defined (EXTRA_CONSTRAINT_STR)
784 #define EXTRA_CONSTRAINT_STR(OP, C,STR) EXTRA_CONSTRAINT (OP, C) macro
H A Drecog.c1790 #ifdef EXTRA_CONSTRAINT_STR
1791 else if (EXTRA_CONSTRAINT_STR (op, c, constraint))
2586 #ifdef EXTRA_CONSTRAINT_STR
2587 else if (EXTRA_CONSTRAINT_STR (op, c, p))
H A Dregclass.c1681 #ifdef EXTRA_CONSTRAINT_STR
1682 else if (EXTRA_CONSTRAINT_STR (op, c, p))
H A Dstmt.c421 #ifdef EXTRA_CONSTRAINT_STR
554 #ifdef EXTRA_CONSTRAINT_STR
H A Dreload.c3354 #ifdef EXTRA_CONSTRAINT_STR
3359 if (EXTRA_CONSTRAINT_STR (operand, c, p))
3373 && EXTRA_CONSTRAINT_STR (reg_equiv_mem[REGNO (operand)], c, p))
3389 if (EXTRA_CONSTRAINT_STR (operand, c, p))
3400 if (EXTRA_CONSTRAINT_STR (operand, c, p))

Completed in 187 milliseconds