diff options
author | David Edelsohn <dje@gcc.gnu.org> | 1998-09-14 07:11:07 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 1998-09-14 07:11:07 -0400 |
commit | 8f6854597bf84ccd5f5aa87bb4487d768a99e74f (patch) | |
tree | e25a037b42d0a3acdfb66f85f655ad0392c6efa9 /gcc | |
parent | aed7b2a6e211e002aa7bda1f58fe4269bf7a5fcc (diff) | |
download | gcc-8f6854597bf84ccd5f5aa87bb4487d768a99e74f.zip gcc-8f6854597bf84ccd5f5aa87bb4487d768a99e74f.tar.gz gcc-8f6854597bf84ccd5f5aa87bb4487d768a99e74f.tar.bz2 |
- update listing of rs6000-specific constraints
From-SVN: r22416
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/md.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/md.texi b/gcc/md.texi index c23f88b..e989259 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -1377,6 +1377,9 @@ Floating point register @item y @samp{CR} register (condition register) +@item z +@samp{FPMEM} stack memory for FPR-GPR transfers + @item I Signed 16 bit constant @@ -1413,10 +1416,7 @@ for @code{asm} statements) AIX TOC entry @item S -Windows NT SYMBOL_REF - -@item T -Windows NT LABEL_REF +Constant suitable as a 64-bit mask operand @item U System V Release 4 small data area reference |