diff options
author | Bernd Schmidt <bernd.schmidt@analog.com> | 2008-04-11 14:40:55 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2008-04-11 14:40:55 +0000 |
commit | 9fdd7520f9094f83012c8a0617f9d5e80bdd2662 (patch) | |
tree | 0e38d51e4c942999391bd69d58cb8d526275a728 /gcc/doc/md.texi | |
parent | 0a4bf1d3718d9eb52fae4970455baeafda19ccd6 (diff) | |
download | gcc-9fdd7520f9094f83012c8a0617f9d5e80bdd2662.tar.gz |
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
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r-- | gcc/doc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index bd4150f35ca..a4117a34efb 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -2239,7 +2239,7 @@ range of 1 to 2047. @end table -@item Blackfin family---@file{config/bfin/bfin.h} +@item Blackfin family---@file{config/bfin/constraints.md} @table @code @item a P register |