Searched refs:EXTRA_CONSTRAINT_STR (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | defaults.h | 733 && !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
|
| D | recog.c | 1782 #ifdef EXTRA_CONSTRAINT_STR in asm_operand_ok() 1783 else if (EXTRA_CONSTRAINT_STR (op, c, constraint)) in asm_operand_ok() 2574 #ifdef EXTRA_CONSTRAINT_STR in constrain_operands() 2575 else if (EXTRA_CONSTRAINT_STR (op, c, p)) in constrain_operands()
|
| D | regclass.c | 1675 #ifdef EXTRA_CONSTRAINT_STR in record_reg_classes() 1676 else if (EXTRA_CONSTRAINT_STR (op, c, p)) in record_reg_classes()
|
| D | reload.c | 3341 #ifdef EXTRA_CONSTRAINT_STR in find_reloads() 3346 if (EXTRA_CONSTRAINT_STR (operand, c, p)) in find_reloads() 3360 && EXTRA_CONSTRAINT_STR (reg_equiv_mem[REGNO (operand)], c, p)) in find_reloads() 3376 if (EXTRA_CONSTRAINT_STR (operand, c, p)) in find_reloads() 3387 if (EXTRA_CONSTRAINT_STR (operand, c, p)) in find_reloads()
|
| D | stmt.c | 415 #ifdef EXTRA_CONSTRAINT_STR in parse_output_constraint() 548 #ifdef EXTRA_CONSTRAINT_STR in parse_input_constraint()
|
| D | ChangeLog-2006 | 810 CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR, 6135 (CONSTRAINT_LEN, EXTRA_CONSTRAINT_THUMB, EXTRA_CONSTRAINT_STR) 9917 (EXTRA_CONSTRAINT_STR): Delete.
|
| D | ChangeLog-2004 | 16429 (EXTRA_CONSTRAINT_STR): Renamed from EXTRA_CONSTRAINT. Add new 25261 (EXTRA_CONSTRAINT_STR): Check it. 25402 (EXTRA_CONSTRAINT_STR): ...this. Use OK_FOR_W and OK_FOR_Y. 38356 (EXTRA_CONSTRAINT_STR): ... this.
|
| D | ChangeLog-2003 | 18890 (EXTRA_CONSTRAINT_STR). 37134 (EXTRA_CONSTRAINT_STR): Likewise. 37154 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | tm.texi | 2826 @defmac EXTRA_CONSTRAINT_STR (@var{value}, @var{c}, @var{str}) 2858 @code{EXTRA_CONSTRAINT_STR}, that should
|