From 77643ab81452d6d7c52b5e28e201bb93ce88d155 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 19 Nov 1997 22:20:01 +0000 Subject: [PATCH] Add doc about SHORT_IMMEDIATES_SIGN_EXTEND From-SVN: r16586 --- gcc/tm.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/tm.texi b/gcc/tm.texi index e3337d9ea13..1e6a62b1cc1 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -6847,6 +6847,11 @@ value in this case. Do not define this macro if it would always return @code{NIL}. On machines where this macro is defined, you will normally define it as the constant @code{SIGN_EXTEND} or @code{ZERO_EXTEND}. +@findex SHORT_IMMEDIATES_SIGN_EXTEND +@item SHORT_IMMEDIATES_SIGN_EXTEND +Define this macro if loading short immediate values into registers sign +extends. + @findex IMPLICIT_FIX_EXPR @item IMPLICIT_FIX_EXPR An alias for a tree code that should be used by default for conversion -- 2.30.2