From 28e09fe3819410a702ab053590712c548e39c0de Mon Sep 17 00:00:00 2001 From: uweigand Date: Tue, 10 May 2005 19:25:40 +0000 Subject: [PATCH] 2005-05-10 Adrian Straetling * config/s390/s390.md: Add comment lines for 'f' and 't' constraint letters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99538 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/s390/s390.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 981eda9ec4e..efaf6ea3743 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2005-05-10 Adrian Straetling + * config/s390/s390.md: Add comment lines for 'f' and 't' constraint + letters. + +2005-05-10 Adrian Straetling + * 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 a74bd63a30b..fc958f77a41 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). -- 2.11.4.GIT