* config/alpha/alpha.c (alpha_legitimize_reload_address)
authorUros Bizjak <uros@gcc.gnu.org>
Tue, 19 May 2015 15:09:09 +0000 (17:09 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 19 May 2015 15:09:09 +0000 (17:09 +0200)
commitc799797ddfe3b0d779dc0a9d9549067b0a6558cf
tree50bd8fb9ac79fb374b20ddad286efb3ed0791315
parenta2780ddb46556eac870f843df4dca394a48844bb
* config/alpha/alpha.c (alpha_legitimize_reload_address)
(alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
(alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
Use CASE_CONST_SCALAR_INT.
(print_operand) <case 'M'>: Use mode_width_operand to check the
value of the constant.
* config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
* config/alpha/predicates.md (input_operand): Use general_operand
instead of match_code as operand check.
(symbolic_operand): Use match_code with subexpression digits.
* config/alpha/constraints.md (Q): Ditto.

From-SVN: r223371
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.md
gcc/config/alpha/constraints.md
gcc/config/alpha/predicates.md