OSDN Git Service

(load_multiple insn): If address register is among regs, don't load it
[pf3gnuchains/gcc-fork.git] / gcc / machmode.h
index bb069d9..85b5543 100644 (file)
@@ -1,5 +1,5 @@
 /* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h.
-   Copyright (C) 1991, 1993  Free Software Foundation, Inc.
+   Copyright (C) 1991, 1993, 1994  Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 /* Add prototype support.  */
@@ -56,14 +57,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #endif
 
-/* Define the number of entries in an 8-bit `shorts' array needed to represent
-   the largest supported constant, which is twice the width of the largest
-   host integer type.  */
-
-#ifndef MAX_SHORTS
-#define MAX_SHORTS (HOST_BITS_PER_WIDE_INT * 2 / 8)
-#endif
-
 /* Provide a default way to print an address in hex via printf.  */
 
 #ifndef HOST_PTR_PRINTF
@@ -168,10 +161,11 @@ extern enum machine_mode get_best_mode PROTO((int, int, int, enum machine_mode,
 extern enum machine_mode class_narrowest_mode[];
 #define GET_CLASS_NARROWEST_MODE(CLASS) class_narrowest_mode[(int)(CLASS)]
 
-/* Define the integer modes whose sizes are BITS_PER_UNIT
-   and BITS_PER_WORD.  */
+/* Define the integer modes whose sizes are BITS_PER_UNIT and BITS_PER_WORD
+   and the mode whose class is Pmode and whose size is POINTER_SIZE.  */
 
 extern enum machine_mode byte_mode;
 extern enum machine_mode word_mode;
+extern enum machine_mode ptr_mode;
 
 #endif /* not HAVE_MACHINE_MODES */