constraints.md: New file.
authorKaz Kojima <kkojima@gcc.gnu.org>
Tue, 3 Jul 2007 16:56:20 +0000 (16:56 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 3 Jul 2007 16:56:20 +0000 (16:56 +0000)
commitfbaeb717be672acdb109f85765eedc647628d855
tree9e67e8dd0a06a422c7fc60ee07ff0ba61eeffe22
parentdb430f6a2a5997bed3109eff088c4e86020378d0
constraints.md: New file.

* config/m32r/constraints.md: New file.
* config/m32r/m32r.c: Include tm-constrs.h.
  (small_data_operand): Use satisfies_constraint_* instead of macro.
  (addr24_operand, gen_compare): Likewise.
* config/m32r/m32r.h (REG_CLASS_FROM_LETTER): Remove.
  (INT8_P, UPPER16_P, UINT32_P, UINT5_P, INVERTED_SIGNED_8BIT,
  CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Likewise.
* config/m32r/m32r.md: Include constraints.md.
  (movsi_insn): Use satisfies_constraint_* instead of macro.
  (andsi3, iorsi3, xorsi3, seq_insn+1, sne): Likewise.
* config/m32r/predicates.md (conditional_move_operand): Likewise.
  (two_insn_const_operand, int8_operand, uint16_operand,
   reg_or_int16_operand, reg_or_uint16_operand,
   reg_or_cmp_int16_operand, cmp_int16_operand,
   seth_add3_operand): Likewise.

From-SVN: r126265
gcc/ChangeLog
gcc/config/m32r/constraints.md [new file with mode: 0644]
gcc/config/m32r/m32r.c
gcc/config/m32r/m32r.h
gcc/config/m32r/m32r.md
gcc/config/m32r/predicates.md