constraints.md (define_memory_constraint "Q"): Fix the constraint description.
* config/avr/constraints.md (define_memory_constraint "Q"): Fix the constraint description. * doc/md.texi: Update documentation of AVR constraints. From-SVN: r126448
This commit is contained in:
parent
44e16d8cf9
commit
0e8eb4d81e
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-07-07 Eric Weddington <eweddington@cso.atmel.com>
|
||||
|
||||
* config/avr/constraints.md (define_memory_constraint "Q"): Fix
|
||||
the constraint description.
|
||||
* doc/md.texi: Update documentation of AVR constraints.
|
||||
|
||||
2007-07-07 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* auto-inc-dec.c, config/arm/arm.c,
|
||||
|
|
|
@ -105,6 +105,6 @@
|
|||
(match_test "ival >= -6 && ival <= 5")))
|
||||
|
||||
(define_memory_constraint "Q"
|
||||
"A memory address based on X or Y pointer with displacement."
|
||||
"A memory address based on Y or Z pointer with displacement."
|
||||
(and (match_code "mem")
|
||||
(match_test "extra_constraint_Q (op)")))
|
||||
|
|
|
@ -1742,6 +1742,12 @@ Constant integer 1
|
|||
|
||||
@item G
|
||||
A floating point constant 0.0
|
||||
|
||||
@item R
|
||||
Integer constant in the range -6 @dots{} 5.
|
||||
|
||||
@item Q
|
||||
A memory address based on Y or Z pointer with displacement.
|
||||
@end table
|
||||
|
||||
@item CRX Architecture---@file{config/crx/crx.h}
|
||||
|
|
Loading…
Add table
Reference in a new issue