]> gcc.gnu.org Git - gcc.git/commit
constraints.md: New file.
authorBernd Schmidt <bernd.schmidt@analog.com>
Fri, 11 Apr 2008 14:40:55 +0000 (14:40 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Fri, 11 Apr 2008 14:40:55 +0000 (14:40 +0000)
commit9fdd7520f9094f83012c8a0617f9d5e80bdd2662
tree0e38d51e4c942999391bd69d58cb8d526275a728
parent0a4bf1d3718d9eb52fae4970455baeafda19ccd6
constraints.md: New file.

* config/bfin/constraints.md: New file.
* config/bfin/bfin.md: Include it.
(adddi3): Use satisfies_constraint functions instead of the old macros.
* config/bfin/bfin.h (REG_CLASS_FROM_LETTER, CONSTRAINT_LEN,
CONST_18UBIT_IMM_P, CONST_16BIT_IMM_P, CONST_16UBIT_IMM_P,
CONST_7BIT_IMM_P, CONST_7NBIT_IMM_P, CONST_5UBIT_IMM_P,
CONST_4BIT_IMM_P, CONST_4UBIT_IMM_P, CONST_3BIT_IMM_P,
CONST_3UBIT_IMM_P, CONST_OK_FOR_K, CONST_OK_FOR_P, CONST_OK_FOR_M,
CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER,
EXTRA_CONSTRAINT): Delete.
* config/bfin/predicates.md (highbits_operand, reg_or_7bit_operand,
reg_or_neg7bit_operand): Use satisfies_constraint functions instead
of the old macros.
* config/bfin/bfin.c: Include "tm-constrs.h".
(bfin_secondary_reload, split_load_immediate, bfin_rtx_costs):
Use satisfies_constraint functions instead of the old macros.
* doc/md.texi (Blackfin Constraints): Update file name reference.

From-SVN: r134198
gcc/ChangeLog
gcc/config/bfin/bfin.c
gcc/config/bfin/bfin.h
gcc/config/bfin/bfin.md
gcc/config/bfin/predicates.md
gcc/doc/md.texi
This page took 0.06426 seconds and 5 git commands to generate.