aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAdrian Straetling <straetling@de.ibm.com>2005-05-10 19:25:40 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2005-05-10 19:25:40 +0000
commit09366c43780a171dbacd2cfe5bc93c6a7f95b099 (patch)
tree82aae3d19949d527d6b08002609f1a2b7b111369 /gcc
parent047d35ed58e1d41b2b2f9850fbcc16601fd2e50e (diff)
downloadgcc-09366c43780a171dbacd2cfe5bc93c6a7f95b099.zip
gcc-09366c43780a171dbacd2cfe5bc93c6a7f95b099.tar.gz
gcc-09366c43780a171dbacd2cfe5bc93c6a7f95b099.tar.bz2
s390.md: Add comment lines for 'f' and 't' constraint letters.
2005-05-10 Adrian Straetling <straetling@de.ibm.com> * config/s390/s390.md: Add comment lines for 'f' and 't' constraint letters. From-SVN: r99538
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/s390/s390.md2
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 981eda9..efaf6ea 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2005-05-10 Adrian Straetling <straetling@de.ibm.com>
+ * config/s390/s390.md: Add comment lines for 'f' and 't' constraint
+ letters.
+
+2005-05-10 Adrian Straetling <straetling@de.ibm.com>
+
* config/s390/s390.md: ("anddi3","andsi3","andhi3","andqi3"): Merge.
("iordi3", "iorsi3", "iorhi3", "iorqi3"): Merge.
("xordi3", "xorsi3", "xorhi3", "xorqi3"): Merge.
diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md
index a74bd63..fc958f7 100644
--- a/gcc/config/s390/s390.md
+++ b/gcc/config/s390/s390.md
@@ -27,6 +27,8 @@
;; a -- Any address register from 1 to 15.
;; c -- Condition code register 33.
;; d -- Any register from 0 to 15.
+;; f -- Floating point registers.
+;; t -- Access registers 36 and 37.
;; I -- An 8-bit constant (0..255).
;; J -- A 12-bit constant (0..4095).
;; K -- A 16-bit constant (-32768..32767).