From 799dbb0f77a506ed18a17ac3765b29af9dd88055 Mon Sep 17 00:00:00 2001 From: Michael Eager Date: Wed, 17 Jun 2009 21:51:28 +0000 Subject: Create new constraint "d" for PowerPC FPRs with 64-bit values. Replace uses of "f" constraint with "d" as needed. From-SVN: r148630 --- gcc/doc/md.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gcc/doc') diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 065529f..5c67900 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1909,8 +1909,11 @@ Any constant whose absolute value is no greater than 4-bits. @item b Address base register +@item d +Floating point register (containing 64-bit value) + @item f -Floating point register +Floating point register (containing 32-bit value) @item v Vector register -- cgit v1.1