OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [config/] [pa/] [pa.h] - Diff between revs 378 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 378 Rev 384
/* Definitions of target machine for GNU compiler, for the HP Spectrum.
/* Definitions of target machine for GNU compiler, for the HP Spectrum.
   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
   Contributed by Michael Tiemann (tiemann@cygnus.com) of Cygnus Support
   Contributed by Michael Tiemann (tiemann@cygnus.com) of Cygnus Support
   and Tim Moore (moore@defmacro.cs.utah.edu) of the Center for
   and Tim Moore (moore@defmacro.cs.utah.edu) of the Center for
   Software Science at the University of Utah.
   Software Science at the University of Utah.
 
 
This file is part of GCC.
This file is part of GCC.
 
 
GCC is free software; you can redistribute it and/or modify
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
the Free Software Foundation; either version 3, or (at your option)
any later version.
any later version.
 
 
GCC is distributed in the hope that it will be useful,
GCC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
GNU General Public License for more details.
 
 
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.  */
<http://www.gnu.org/licenses/>.  */
 
 
/* For long call handling.  */
/* For long call handling.  */
extern unsigned long total_code_bytes;
extern unsigned long total_code_bytes;
 
 
/* Which processor to schedule for.  */
/* Which processor to schedule for.  */
 
 
enum processor_type
enum processor_type
{
{
  PROCESSOR_700,
  PROCESSOR_700,
  PROCESSOR_7100,
  PROCESSOR_7100,
  PROCESSOR_7100LC,
  PROCESSOR_7100LC,
  PROCESSOR_7200,
  PROCESSOR_7200,
  PROCESSOR_7300,
  PROCESSOR_7300,
  PROCESSOR_8000
  PROCESSOR_8000
};
};
 
 
/* For -mschedule= option.  */
/* For -mschedule= option.  */
extern enum processor_type pa_cpu;
extern enum processor_type pa_cpu;
 
 
/* For -munix= option.  */
/* For -munix= option.  */
extern int flag_pa_unix;
extern int flag_pa_unix;
 
 
#define pa_cpu_attr ((enum attr_cpu)pa_cpu)
#define pa_cpu_attr ((enum attr_cpu)pa_cpu)
 
 
/* Print subsidiary information on the compiler version in use.  */
/* Print subsidiary information on the compiler version in use.  */
 
 
#define TARGET_VERSION fputs (" (hppa)", stderr);
#define TARGET_VERSION fputs (" (hppa)", stderr);
 
 
#define TARGET_PA_10 (!TARGET_PA_11 && !TARGET_PA_20)
#define TARGET_PA_10 (!TARGET_PA_11 && !TARGET_PA_20)
 
 
/* Generate code for the HPPA 2.0 architecture in 64bit mode.  */
/* Generate code for the HPPA 2.0 architecture in 64bit mode.  */
#ifndef TARGET_64BIT
#ifndef TARGET_64BIT
#define TARGET_64BIT 0
#define TARGET_64BIT 0
#endif
#endif
 
 
/* Generate code for ELF32 ABI.  */
/* Generate code for ELF32 ABI.  */
#ifndef TARGET_ELF32
#ifndef TARGET_ELF32
#define TARGET_ELF32 0
#define TARGET_ELF32 0
#endif
#endif
 
 
/* Generate code for SOM 32bit ABI.  */
/* Generate code for SOM 32bit ABI.  */
#ifndef TARGET_SOM
#ifndef TARGET_SOM
#define TARGET_SOM 0
#define TARGET_SOM 0
#endif
#endif
 
 
/* HP-UX UNIX features.  */
/* HP-UX UNIX features.  */
#ifndef TARGET_HPUX
#ifndef TARGET_HPUX
#define TARGET_HPUX 0
#define TARGET_HPUX 0
#endif
#endif
 
 
/* HP-UX 10.10 UNIX 95 features.  */
/* HP-UX 10.10 UNIX 95 features.  */
#ifndef TARGET_HPUX_10_10
#ifndef TARGET_HPUX_10_10
#define TARGET_HPUX_10_10 0
#define TARGET_HPUX_10_10 0
#endif
#endif
 
 
/* HP-UX 11.* features (11.00, 11.11, 11.23, etc.)  */
/* HP-UX 11.* features (11.00, 11.11, 11.23, etc.)  */
#ifndef TARGET_HPUX_11
#ifndef TARGET_HPUX_11
#define TARGET_HPUX_11 0
#define TARGET_HPUX_11 0
#endif
#endif
 
 
/* HP-UX 11i multibyte and UNIX 98 extensions.  */
/* HP-UX 11i multibyte and UNIX 98 extensions.  */
#ifndef TARGET_HPUX_11_11
#ifndef TARGET_HPUX_11_11
#define TARGET_HPUX_11_11 0
#define TARGET_HPUX_11_11 0
#endif
#endif
 
 
/* The following three defines are potential target switches.  The current
/* The following three defines are potential target switches.  The current
   defines are optimal given the current capabilities of GAS and GNU ld.  */
   defines are optimal given the current capabilities of GAS and GNU ld.  */
 
 
/* Define to a C expression evaluating to true to use long absolute calls.
/* Define to a C expression evaluating to true to use long absolute calls.
   Currently, only the HP assembler and SOM linker support long absolute
   Currently, only the HP assembler and SOM linker support long absolute
   calls.  They are used only in non-pic code.  */
   calls.  They are used only in non-pic code.  */
#define TARGET_LONG_ABS_CALL (TARGET_SOM && !TARGET_GAS)
#define TARGET_LONG_ABS_CALL (TARGET_SOM && !TARGET_GAS)
 
 
/* Define to a C expression evaluating to true to use long PIC symbol
/* Define to a C expression evaluating to true to use long PIC symbol
   difference calls.  Long PIC symbol difference calls are only used with
   difference calls.  Long PIC symbol difference calls are only used with
   the HP assembler and linker.  The HP assembler detects this instruction
   the HP assembler and linker.  The HP assembler detects this instruction
   sequence and treats it as long pc-relative call.  Currently, GAS only
   sequence and treats it as long pc-relative call.  Currently, GAS only
   allows a difference of two symbols in the same subspace, and it doesn't
   allows a difference of two symbols in the same subspace, and it doesn't
   detect the sequence as a pc-relative call.  */
   detect the sequence as a pc-relative call.  */
#define TARGET_LONG_PIC_SDIFF_CALL (!TARGET_GAS && TARGET_HPUX)
#define TARGET_LONG_PIC_SDIFF_CALL (!TARGET_GAS && TARGET_HPUX)
 
 
/* Define to a C expression evaluating to true to use long PIC
/* Define to a C expression evaluating to true to use long PIC
   pc-relative calls.  Long PIC pc-relative calls are only used with
   pc-relative calls.  Long PIC pc-relative calls are only used with
   GAS.  Currently, they are usable for calls which bind local to a
   GAS.  Currently, they are usable for calls which bind local to a
   module but not for external calls.  */
   module but not for external calls.  */
#define TARGET_LONG_PIC_PCREL_CALL 0
#define TARGET_LONG_PIC_PCREL_CALL 0
 
 
/* Define to a C expression evaluating to true to use SOM secondary
/* Define to a C expression evaluating to true to use SOM secondary
   definition symbols for weak support.  Linker support for secondary
   definition symbols for weak support.  Linker support for secondary
   definition symbols is buggy prior to HP-UX 11.X.  */
   definition symbols is buggy prior to HP-UX 11.X.  */
#define TARGET_SOM_SDEF 0
#define TARGET_SOM_SDEF 0
 
 
/* Define to a C expression evaluating to true to save the entry value
/* Define to a C expression evaluating to true to save the entry value
   of SP in the current frame marker.  This is normally unnecessary.
   of SP in the current frame marker.  This is normally unnecessary.
   However, the HP-UX unwind library looks at the SAVE_SP callinfo flag.
   However, the HP-UX unwind library looks at the SAVE_SP callinfo flag.
   HP compilers don't use this flag but it is supported by the assembler.
   HP compilers don't use this flag but it is supported by the assembler.
   We set this flag to indicate that register %r3 has been saved at the
   We set this flag to indicate that register %r3 has been saved at the
   start of the frame.  Thus, when the HP unwind library is used, we
   start of the frame.  Thus, when the HP unwind library is used, we
   need to generate additional code to save SP into the frame marker.  */
   need to generate additional code to save SP into the frame marker.  */
#define TARGET_HPUX_UNWIND_LIBRARY 0
#define TARGET_HPUX_UNWIND_LIBRARY 0
 
 
#ifndef TARGET_DEFAULT
#ifndef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY | MASK_BIG_SWITCH)
#define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY | MASK_BIG_SWITCH)
#endif
#endif
 
 
#ifndef TARGET_CPU_DEFAULT
#ifndef TARGET_CPU_DEFAULT
#define TARGET_CPU_DEFAULT 0
#define TARGET_CPU_DEFAULT 0
#endif
#endif
 
 
#ifndef TARGET_SCHED_DEFAULT
#ifndef TARGET_SCHED_DEFAULT
#define TARGET_SCHED_DEFAULT PROCESSOR_8000
#define TARGET_SCHED_DEFAULT PROCESSOR_8000
#endif
#endif
 
 
/* Support for a compile-time default CPU, et cetera.  The rules are:
/* Support for a compile-time default CPU, et cetera.  The rules are:
   --with-schedule is ignored if -mschedule is specified.
   --with-schedule is ignored if -mschedule is specified.
   --with-arch is ignored if -march is specified.  */
   --with-arch is ignored if -march is specified.  */
#define OPTION_DEFAULT_SPECS \
#define OPTION_DEFAULT_SPECS \
  {"arch", "%{!march=*:-march=%(VALUE)}" }, \
  {"arch", "%{!march=*:-march=%(VALUE)}" }, \
  {"schedule", "%{!mschedule=*:-mschedule=%(VALUE)}" }
  {"schedule", "%{!mschedule=*:-mschedule=%(VALUE)}" }
 
 
/* Specify the dialect of assembler to use.  New mnemonics is dialect one
/* Specify the dialect of assembler to use.  New mnemonics is dialect one
   and the old mnemonics are dialect zero.  */
   and the old mnemonics are dialect zero.  */
#define ASSEMBLER_DIALECT (TARGET_PA_20 ? 1 : 0)
#define ASSEMBLER_DIALECT (TARGET_PA_20 ? 1 : 0)
 
 
#define OVERRIDE_OPTIONS override_options ()
#define OVERRIDE_OPTIONS override_options ()
 
 
/* Override some settings from dbxelf.h.  */
/* Override some settings from dbxelf.h.  */
 
 
/* We do not have to be compatible with dbx, so we enable gdb extensions
/* We do not have to be compatible with dbx, so we enable gdb extensions
   by default.  */
   by default.  */
#define DEFAULT_GDB_EXTENSIONS 1
#define DEFAULT_GDB_EXTENSIONS 1
 
 
/* This used to be zero (no max length), but big enums and such can
/* This used to be zero (no max length), but big enums and such can
   cause huge strings which killed gas.
   cause huge strings which killed gas.
 
 
   We also have to avoid lossage in dbxout.c -- it does not compute the
   We also have to avoid lossage in dbxout.c -- it does not compute the
   string size accurately, so we are real conservative here.  */
   string size accurately, so we are real conservative here.  */
#undef DBX_CONTIN_LENGTH
#undef DBX_CONTIN_LENGTH
#define DBX_CONTIN_LENGTH 3000
#define DBX_CONTIN_LENGTH 3000
 
 
/* GDB always assumes the current function's frame begins at the value
/* GDB always assumes the current function's frame begins at the value
   of the stack pointer upon entry to the current function.  Accessing
   of the stack pointer upon entry to the current function.  Accessing
   local variables and parameters passed on the stack is done using the
   local variables and parameters passed on the stack is done using the
   base of the frame + an offset provided by GCC.
   base of the frame + an offset provided by GCC.
 
 
   For functions which have frame pointers this method works fine;
   For functions which have frame pointers this method works fine;
   the (frame pointer) == (stack pointer at function entry) and GCC provides
   the (frame pointer) == (stack pointer at function entry) and GCC provides
   an offset relative to the frame pointer.
   an offset relative to the frame pointer.
 
 
   This loses for functions without a frame pointer; GCC provides an offset
   This loses for functions without a frame pointer; GCC provides an offset
   which is relative to the stack pointer after adjusting for the function's
   which is relative to the stack pointer after adjusting for the function's
   frame size.  GDB would prefer the offset to be relative to the value of
   frame size.  GDB would prefer the offset to be relative to the value of
   the stack pointer at the function's entry.  Yuk!  */
   the stack pointer at the function's entry.  Yuk!  */
#define DEBUGGER_AUTO_OFFSET(X) \
#define DEBUGGER_AUTO_OFFSET(X) \
  ((GET_CODE (X) == PLUS ? INTVAL (XEXP (X, 1)) : 0) \
  ((GET_CODE (X) == PLUS ? INTVAL (XEXP (X, 1)) : 0) \
    + (frame_pointer_needed ? 0 : compute_frame_size (get_frame_size (), 0)))
    + (frame_pointer_needed ? 0 : compute_frame_size (get_frame_size (), 0)))
 
 
#define DEBUGGER_ARG_OFFSET(OFFSET, X) \
#define DEBUGGER_ARG_OFFSET(OFFSET, X) \
  ((GET_CODE (X) == PLUS ? OFFSET : 0) \
  ((GET_CODE (X) == PLUS ? OFFSET : 0) \
    + (frame_pointer_needed ? 0 : compute_frame_size (get_frame_size (), 0)))
    + (frame_pointer_needed ? 0 : compute_frame_size (get_frame_size (), 0)))
 
 
#define TARGET_CPU_CPP_BUILTINS()                               \
#define TARGET_CPU_CPP_BUILTINS()                               \
do {                                                            \
do {                                                            \
     builtin_assert("cpu=hppa");                                \
     builtin_assert("cpu=hppa");                                \
     builtin_assert("machine=hppa");                            \
     builtin_assert("machine=hppa");                            \
     builtin_define("__hppa");                                  \
     builtin_define("__hppa");                                  \
     builtin_define("__hppa__");                                \
     builtin_define("__hppa__");                                \
     if (TARGET_PA_20)                                          \
     if (TARGET_PA_20)                                          \
       builtin_define("_PA_RISC2_0");                           \
       builtin_define("_PA_RISC2_0");                           \
     else if (TARGET_PA_11)                                     \
     else if (TARGET_PA_11)                                     \
       builtin_define("_PA_RISC1_1");                           \
       builtin_define("_PA_RISC1_1");                           \
     else                                                       \
     else                                                       \
       builtin_define("_PA_RISC1_0");                           \
       builtin_define("_PA_RISC1_0");                           \
} while (0)
} while (0)
 
 
/* An old set of OS defines for various BSD-like systems.  */
/* An old set of OS defines for various BSD-like systems.  */
#define TARGET_OS_CPP_BUILTINS()                                \
#define TARGET_OS_CPP_BUILTINS()                                \
  do                                                            \
  do                                                            \
    {                                                           \
    {                                                           \
        builtin_define_std ("REVARGV");                         \
        builtin_define_std ("REVARGV");                         \
        builtin_define_std ("hp800");                           \
        builtin_define_std ("hp800");                           \
        builtin_define_std ("hp9000");                          \
        builtin_define_std ("hp9000");                          \
        builtin_define_std ("hp9k8");                           \
        builtin_define_std ("hp9k8");                           \
        if (!c_dialect_cxx () && !flag_iso)                     \
        if (!c_dialect_cxx () && !flag_iso)                     \
          builtin_define ("hppa");                              \
          builtin_define ("hppa");                              \
        builtin_define_std ("spectrum");                        \
        builtin_define_std ("spectrum");                        \
        builtin_define_std ("unix");                            \
        builtin_define_std ("unix");                            \
        builtin_assert ("system=bsd");                          \
        builtin_assert ("system=bsd");                          \
        builtin_assert ("system=unix");                         \
        builtin_assert ("system=unix");                         \
    }                                                           \
    }                                                           \
  while (0)
  while (0)
 
 
#define CC1_SPEC "%{pg:} %{p:}"
#define CC1_SPEC "%{pg:} %{p:}"
 
 
#define LINK_SPEC "%{mlinker-opt:-O} %{!shared:-u main} %{shared:-b}"
#define LINK_SPEC "%{mlinker-opt:-O} %{!shared:-u main} %{shared:-b}"
 
 
/* We don't want -lg.  */
/* We don't want -lg.  */
#ifndef LIB_SPEC
#ifndef LIB_SPEC
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
#endif
#endif
 
 
/* This macro defines command-line switches that modify the default
/* This macro defines command-line switches that modify the default
   target name.
   target name.
 
 
   The definition is be an initializer for an array of structures.  Each
   The definition is be an initializer for an array of structures.  Each
   array element has have three elements: the switch name, one of the
   array element has have three elements: the switch name, one of the
   enumeration codes ADD or DELETE to indicate whether the string should be
   enumeration codes ADD or DELETE to indicate whether the string should be
   inserted or deleted, and the string to be inserted or deleted.  */
   inserted or deleted, and the string to be inserted or deleted.  */
#define MODIFY_TARGET_NAME {{"-32", DELETE, "64"}, {"-64", ADD, "64"}}
#define MODIFY_TARGET_NAME {{"-32", DELETE, "64"}, {"-64", ADD, "64"}}
 
 
/* Make gcc agree with <machine/ansi.h> */
/* Make gcc agree with <machine/ansi.h> */
 
 
#define SIZE_TYPE "unsigned int"
#define SIZE_TYPE "unsigned int"
#define PTRDIFF_TYPE "int"
#define PTRDIFF_TYPE "int"
#define WCHAR_TYPE "unsigned int"
#define WCHAR_TYPE "unsigned int"
#define WCHAR_TYPE_SIZE 32
#define WCHAR_TYPE_SIZE 32
 
 
/* Show we can debug even without a frame pointer.  */
/* Show we can debug even without a frame pointer.  */
#define CAN_DEBUG_WITHOUT_FP
#define CAN_DEBUG_WITHOUT_FP


/* target machine storage layout */
/* target machine storage layout */
typedef struct GTY(()) machine_function
typedef struct GTY(()) machine_function
{
{
  /* Flag indicating that a .NSUBSPA directive has been output for
  /* Flag indicating that a .NSUBSPA directive has been output for
     this function.  */
     this function.  */
  int in_nsubspa;
  int in_nsubspa;
} machine_function;
} machine_function;
 
 
/* Define this macro if it is advisable to hold scalars in registers
/* Define this macro if it is advisable to hold scalars in registers
   in a wider mode than that declared by the program.  In such cases,
   in a wider mode than that declared by the program.  In such cases,
   the value is constrained to be within the bounds of the declared
   the value is constrained to be within the bounds of the declared
   type, but kept valid in the wider mode.  The signedness of the
   type, but kept valid in the wider mode.  The signedness of the
   extension may differ from that of the type.  */
   extension may differ from that of the type.  */
 
 
#define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE)  \
#define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE)  \
  if (GET_MODE_CLASS (MODE) == MODE_INT \
  if (GET_MODE_CLASS (MODE) == MODE_INT \
      && GET_MODE_SIZE (MODE) < UNITS_PER_WORD)         \
      && GET_MODE_SIZE (MODE) < UNITS_PER_WORD)         \
    (MODE) = word_mode;
    (MODE) = word_mode;
 
 
/* Define this if most significant bit is lowest numbered
/* Define this if most significant bit is lowest numbered
   in instructions that operate on numbered bit-fields.  */
   in instructions that operate on numbered bit-fields.  */
#define BITS_BIG_ENDIAN 1
#define BITS_BIG_ENDIAN 1
 
 
/* Define this if most significant byte of a word is the lowest numbered.  */
/* Define this if most significant byte of a word is the lowest numbered.  */
/* That is true on the HP-PA.  */
/* That is true on the HP-PA.  */
#define BYTES_BIG_ENDIAN 1
#define BYTES_BIG_ENDIAN 1
 
 
/* Define this if most significant word of a multiword number is lowest
/* Define this if most significant word of a multiword number is lowest
   numbered.  */
   numbered.  */
#define WORDS_BIG_ENDIAN 1
#define WORDS_BIG_ENDIAN 1
 
 
#define MAX_BITS_PER_WORD 64
#define MAX_BITS_PER_WORD 64
 
 
/* Width of a word, in units (bytes).  */
/* Width of a word, in units (bytes).  */
#define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4)
#define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4)
 
 
/* Minimum number of units in a word.  If this is undefined, the default
/* Minimum number of units in a word.  If this is undefined, the default
   is UNITS_PER_WORD.  Otherwise, it is the constant value that is the
   is UNITS_PER_WORD.  Otherwise, it is the constant value that is the
   smallest value that UNITS_PER_WORD can have at run-time.
   smallest value that UNITS_PER_WORD can have at run-time.
 
 
   FIXME: This needs to be 4 when TARGET_64BIT is true to suppress the
   FIXME: This needs to be 4 when TARGET_64BIT is true to suppress the
   building of various TImode routines in libgcc.  The HP runtime
   building of various TImode routines in libgcc.  The HP runtime
   specification doesn't provide the alignment requirements and calling
   specification doesn't provide the alignment requirements and calling
   conventions for TImode variables.  */
   conventions for TImode variables.  */
#define MIN_UNITS_PER_WORD 4
#define MIN_UNITS_PER_WORD 4
 
 
/* The widest floating point format supported by the hardware.  Note that
/* The widest floating point format supported by the hardware.  Note that
   setting this influences some Ada floating point type sizes, currently
   setting this influences some Ada floating point type sizes, currently
   required for GNAT to operate properly.  */
   required for GNAT to operate properly.  */
#define WIDEST_HARDWARE_FP_SIZE 64
#define WIDEST_HARDWARE_FP_SIZE 64
 
 
/* Allocation boundary (in *bits*) for storing arguments in argument list.  */
/* Allocation boundary (in *bits*) for storing arguments in argument list.  */
#define PARM_BOUNDARY BITS_PER_WORD
#define PARM_BOUNDARY BITS_PER_WORD
 
 
/* Largest alignment required for any stack parameter, in bits.
/* Largest alignment required for any stack parameter, in bits.
   Don't define this if it is equal to PARM_BOUNDARY */
   Don't define this if it is equal to PARM_BOUNDARY */
#define MAX_PARM_BOUNDARY BIGGEST_ALIGNMENT
#define MAX_PARM_BOUNDARY BIGGEST_ALIGNMENT
 
 
/* Boundary (in *bits*) on which stack pointer is always aligned;
/* Boundary (in *bits*) on which stack pointer is always aligned;
   certain optimizations in combine depend on this.
   certain optimizations in combine depend on this.
 
 
   The HP-UX runtime documents mandate 64-byte and 16-byte alignment for
   The HP-UX runtime documents mandate 64-byte and 16-byte alignment for
   the stack on the 32 and 64-bit ports, respectively.  However, we
   the stack on the 32 and 64-bit ports, respectively.  However, we
   are only guaranteed that the stack is aligned to BIGGEST_ALIGNMENT
   are only guaranteed that the stack is aligned to BIGGEST_ALIGNMENT
   in main.  Thus, we treat the former as the preferred alignment.  */
   in main.  Thus, we treat the former as the preferred alignment.  */
#define STACK_BOUNDARY BIGGEST_ALIGNMENT
#define STACK_BOUNDARY BIGGEST_ALIGNMENT
#define PREFERRED_STACK_BOUNDARY (TARGET_64BIT ? 128 : 512)
#define PREFERRED_STACK_BOUNDARY (TARGET_64BIT ? 128 : 512)
 
 
/* Allocation boundary (in *bits*) for the code of a function.  */
/* Allocation boundary (in *bits*) for the code of a function.  */
#define FUNCTION_BOUNDARY BITS_PER_WORD
#define FUNCTION_BOUNDARY BITS_PER_WORD
 
 
/* Alignment of field after `int : 0' in a structure.  */
/* Alignment of field after `int : 0' in a structure.  */
#define EMPTY_FIELD_BOUNDARY 32
#define EMPTY_FIELD_BOUNDARY 32
 
 
/* Every structure's size must be a multiple of this.  */
/* Every structure's size must be a multiple of this.  */
#define STRUCTURE_SIZE_BOUNDARY 8
#define STRUCTURE_SIZE_BOUNDARY 8
 
 
/* A bit-field declared as `int' forces `int' alignment for the struct.  */
/* A bit-field declared as `int' forces `int' alignment for the struct.  */
#define PCC_BITFIELD_TYPE_MATTERS 1
#define PCC_BITFIELD_TYPE_MATTERS 1
 
 
/* No data type wants to be aligned rounder than this.  */
/* No data type wants to be aligned rounder than this.  */
#define BIGGEST_ALIGNMENT (2 * BITS_PER_WORD)
#define BIGGEST_ALIGNMENT (2 * BITS_PER_WORD)
 
 
/* Get around hp-ux assembler bug, and make strcpy of constants fast.  */
/* Get around hp-ux assembler bug, and make strcpy of constants fast.  */
#define CONSTANT_ALIGNMENT(EXP, ALIGN)          \
#define CONSTANT_ALIGNMENT(EXP, ALIGN)          \
  (TREE_CODE (EXP) == STRING_CST                \
  (TREE_CODE (EXP) == STRING_CST                \
   && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
   && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
 
 
/* Make arrays of chars word-aligned for the same reasons.  */
/* Make arrays of chars word-aligned for the same reasons.  */
#define DATA_ALIGNMENT(TYPE, ALIGN)             \
#define DATA_ALIGNMENT(TYPE, ALIGN)             \
  (TREE_CODE (TYPE) == ARRAY_TYPE               \
  (TREE_CODE (TYPE) == ARRAY_TYPE               \
   && TYPE_MODE (TREE_TYPE (TYPE)) == QImode    \
   && TYPE_MODE (TREE_TYPE (TYPE)) == QImode    \
   && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
   && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
 
 
/* Set this nonzero if move instructions will actually fail to work
/* Set this nonzero if move instructions will actually fail to work
   when given unaligned data.  */
   when given unaligned data.  */
#define STRICT_ALIGNMENT 1
#define STRICT_ALIGNMENT 1
 
 
/* Value is 1 if it is a good idea to tie two pseudo registers
/* Value is 1 if it is a good idea to tie two pseudo registers
   when one has mode MODE1 and one has mode MODE2.
   when one has mode MODE1 and one has mode MODE2.
   If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,
   If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,
   for any hard reg, then this must be 0 for correct output.  */
   for any hard reg, then this must be 0 for correct output.  */
#define MODES_TIEABLE_P(MODE1, MODE2) \
#define MODES_TIEABLE_P(MODE1, MODE2) \
  pa_modes_tieable_p (MODE1, MODE2)
  pa_modes_tieable_p (MODE1, MODE2)
 
 
/* Specify the registers used for certain standard purposes.
/* Specify the registers used for certain standard purposes.
   The values of these macros are register numbers.  */
   The values of these macros are register numbers.  */
 
 
/* The HP-PA pc isn't overloaded on a register that the compiler knows about.  */
/* The HP-PA pc isn't overloaded on a register that the compiler knows about.  */
/* #define PC_REGNUM  */
/* #define PC_REGNUM  */
 
 
/* Register to use for pushing function arguments.  */
/* Register to use for pushing function arguments.  */
#define STACK_POINTER_REGNUM 30
#define STACK_POINTER_REGNUM 30
 
 
/* Base register for access to local variables of the function.  */
/* Base register for access to local variables of the function.  */
#define FRAME_POINTER_REGNUM 3
#define FRAME_POINTER_REGNUM 3
 
 
/* Don't allow hard registers to be renamed into r2 unless r2
/* Don't allow hard registers to be renamed into r2 unless r2
   is already live or already being saved (due to eh).  */
   is already live or already being saved (due to eh).  */
 
 
#define HARD_REGNO_RENAME_OK(OLD_REG, NEW_REG) \
#define HARD_REGNO_RENAME_OK(OLD_REG, NEW_REG) \
  ((NEW_REG) != 2 || df_regs_ever_live_p (2) || crtl->calls_eh_return)
  ((NEW_REG) != 2 || df_regs_ever_live_p (2) || crtl->calls_eh_return)
 
 
/* C statement to store the difference between the frame pointer
/* C statement to store the difference between the frame pointer
   and the stack pointer values immediately after the function prologue.
   and the stack pointer values immediately after the function prologue.
 
 
   Note, we always pretend that this is a leaf function because if
   Note, we always pretend that this is a leaf function because if
   it's not, there's no point in trying to eliminate the
   it's not, there's no point in trying to eliminate the
   frame pointer.  If it is a leaf function, we guessed right!  */
   frame pointer.  If it is a leaf function, we guessed right!  */
#define INITIAL_FRAME_POINTER_OFFSET(VAR) \
#define INITIAL_FRAME_POINTER_OFFSET(VAR) \
  do {(VAR) = - compute_frame_size (get_frame_size (), 0);} while (0)
  do {(VAR) = - compute_frame_size (get_frame_size (), 0);} while (0)
 
 
/* Base register for access to arguments of the function.  */
/* Base register for access to arguments of the function.  */
#define ARG_POINTER_REGNUM (TARGET_64BIT ? 29 : 3)
#define ARG_POINTER_REGNUM (TARGET_64BIT ? 29 : 3)
 
 
/* Register in which static-chain is passed to a function.  */
/* Register in which static-chain is passed to a function.  */
#define STATIC_CHAIN_REGNUM (TARGET_64BIT ? 31 : 29)
#define STATIC_CHAIN_REGNUM (TARGET_64BIT ? 31 : 29)
 
 
/* Register used to address the offset table for position-independent
/* Register used to address the offset table for position-independent
   data references.  */
   data references.  */
#define PIC_OFFSET_TABLE_REGNUM \
#define PIC_OFFSET_TABLE_REGNUM \
  (flag_pic ? (TARGET_64BIT ? 27 : 19) : INVALID_REGNUM)
  (flag_pic ? (TARGET_64BIT ? 27 : 19) : INVALID_REGNUM)
 
 
#define PIC_OFFSET_TABLE_REG_CALL_CLOBBERED 1
#define PIC_OFFSET_TABLE_REG_CALL_CLOBBERED 1
 
 
/* Function to return the rtx used to save the pic offset table register
/* Function to return the rtx used to save the pic offset table register
   across function calls.  */
   across function calls.  */
extern struct rtx_def *hppa_pic_save_rtx (void);
extern struct rtx_def *hppa_pic_save_rtx (void);
 
 
#define DEFAULT_PCC_STRUCT_RETURN 0
#define DEFAULT_PCC_STRUCT_RETURN 0
 
 
/* Register in which address to store a structure value
/* Register in which address to store a structure value
   is passed to a function.  */
   is passed to a function.  */
#define PA_STRUCT_VALUE_REGNUM 28
#define PA_STRUCT_VALUE_REGNUM 28
 
 
/* Describe how we implement __builtin_eh_return.  */
/* Describe how we implement __builtin_eh_return.  */
#define EH_RETURN_DATA_REGNO(N) \
#define EH_RETURN_DATA_REGNO(N) \
  ((N) < 3 ? (N) + 20 : (N) == 3 ? 31 : INVALID_REGNUM)
  ((N) < 3 ? (N) + 20 : (N) == 3 ? 31 : INVALID_REGNUM)
#define EH_RETURN_STACKADJ_RTX  gen_rtx_REG (Pmode, 29)
#define EH_RETURN_STACKADJ_RTX  gen_rtx_REG (Pmode, 29)
#define EH_RETURN_HANDLER_RTX pa_eh_return_handler_rtx ()
#define EH_RETURN_HANDLER_RTX pa_eh_return_handler_rtx ()
 
 
/* Offset from the frame pointer register value to the top of stack.  */
/* Offset from the frame pointer register value to the top of stack.  */
#define FRAME_POINTER_CFA_OFFSET(FNDECL) 0
#define FRAME_POINTER_CFA_OFFSET(FNDECL) 0
 
 
/* A C expression whose value is RTL representing the location of the
/* A C expression whose value is RTL representing the location of the
   incoming return address at the beginning of any function, before the
   incoming return address at the beginning of any function, before the
   prologue.  You only need to define this macro if you want to support
   prologue.  You only need to define this macro if you want to support
   call frame debugging information like that provided by DWARF 2.  */
   call frame debugging information like that provided by DWARF 2.  */
#define INCOMING_RETURN_ADDR_RTX (gen_rtx_REG (word_mode, 2))
#define INCOMING_RETURN_ADDR_RTX (gen_rtx_REG (word_mode, 2))
#define DWARF_FRAME_RETURN_COLUMN (DWARF_FRAME_REGNUM (2))
#define DWARF_FRAME_RETURN_COLUMN (DWARF_FRAME_REGNUM (2))
 
 
/* A C expression whose value is an integer giving a DWARF 2 column
/* A C expression whose value is an integer giving a DWARF 2 column
   number that may be used as an alternate return column.  This should
   number that may be used as an alternate return column.  This should
   be defined only if DWARF_FRAME_RETURN_COLUMN is set to a general
   be defined only if DWARF_FRAME_RETURN_COLUMN is set to a general
   register, but an alternate column needs to be used for signal frames.
   register, but an alternate column needs to be used for signal frames.
 
 
   Column 0 is not used but unfortunately its register size is set to
   Column 0 is not used but unfortunately its register size is set to
   4 bytes (sizeof CCmode) so it can't be used on 64-bit targets.  */
   4 bytes (sizeof CCmode) so it can't be used on 64-bit targets.  */
#define DWARF_ALT_FRAME_RETURN_COLUMN FIRST_PSEUDO_REGISTER
#define DWARF_ALT_FRAME_RETURN_COLUMN FIRST_PSEUDO_REGISTER
 
 
/* This macro chooses the encoding of pointers embedded in the exception
/* This macro chooses the encoding of pointers embedded in the exception
   handling sections.  If at all possible, this should be defined such
   handling sections.  If at all possible, this should be defined such
   that the exception handling section will not require dynamic relocations,
   that the exception handling section will not require dynamic relocations,
   and so may be read-only.
   and so may be read-only.
 
 
   Because the HP assembler auto aligns, it is necessary to use
   Because the HP assembler auto aligns, it is necessary to use
   DW_EH_PE_aligned.  It's not possible to make the data read-only
   DW_EH_PE_aligned.  It's not possible to make the data read-only
   on the HP-UX SOM port since the linker requires fixups for label
   on the HP-UX SOM port since the linker requires fixups for label
   differences in different sections to be word aligned.  However,
   differences in different sections to be word aligned.  However,
   the SOM linker can do unaligned fixups for absolute pointers.
   the SOM linker can do unaligned fixups for absolute pointers.
   We also need aligned pointers for global and function pointers.
   We also need aligned pointers for global and function pointers.
 
 
   Although the HP-UX 64-bit ELF linker can handle unaligned pc-relative
   Although the HP-UX 64-bit ELF linker can handle unaligned pc-relative
   fixups, the runtime doesn't have a consistent relationship between
   fixups, the runtime doesn't have a consistent relationship between
   text and data for dynamically loaded objects.  Thus, it's not possible
   text and data for dynamically loaded objects.  Thus, it's not possible
   to use pc-relative encoding for pointers on this target.  It may be
   to use pc-relative encoding for pointers on this target.  It may be
   possible to use segment relative encodings but GAS doesn't currently
   possible to use segment relative encodings but GAS doesn't currently
   have a mechanism to generate these encodings.  For other targets, we
   have a mechanism to generate these encodings.  For other targets, we
   use pc-relative encoding for pointers.  If the pointer might require
   use pc-relative encoding for pointers.  If the pointer might require
   dynamic relocation, we make it indirect.  */
   dynamic relocation, we make it indirect.  */
#define ASM_PREFERRED_EH_DATA_FORMAT(CODE,GLOBAL)                       \
#define ASM_PREFERRED_EH_DATA_FORMAT(CODE,GLOBAL)                       \
  (TARGET_GAS && !TARGET_HPUX                                           \
  (TARGET_GAS && !TARGET_HPUX                                           \
   ? (DW_EH_PE_pcrel                                                    \
   ? (DW_EH_PE_pcrel                                                    \
      | ((GLOBAL) || (CODE) == 2 ? DW_EH_PE_indirect : 0)                \
      | ((GLOBAL) || (CODE) == 2 ? DW_EH_PE_indirect : 0)                \
      | (TARGET_64BIT ? DW_EH_PE_sdata8 : DW_EH_PE_sdata4))             \
      | (TARGET_64BIT ? DW_EH_PE_sdata8 : DW_EH_PE_sdata4))             \
   : (!TARGET_GAS || (GLOBAL) || (CODE) == 2                            \
   : (!TARGET_GAS || (GLOBAL) || (CODE) == 2                            \
      ? DW_EH_PE_aligned : DW_EH_PE_absptr))
      ? DW_EH_PE_aligned : DW_EH_PE_absptr))
 
 
/* Handle special EH pointer encodings.  Absolute, pc-relative, and
/* Handle special EH pointer encodings.  Absolute, pc-relative, and
   indirect are handled automatically.  We output pc-relative, and
   indirect are handled automatically.  We output pc-relative, and
   indirect pc-relative ourself since we need some special magic to
   indirect pc-relative ourself since we need some special magic to
   generate pc-relative relocations, and to handle indirect function
   generate pc-relative relocations, and to handle indirect function
   pointers.  */
   pointers.  */
#define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
#define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
  do {                                                                  \
  do {                                                                  \
    if (((ENCODING) & 0x70) == DW_EH_PE_pcrel)                          \
    if (((ENCODING) & 0x70) == DW_EH_PE_pcrel)                          \
      {                                                                 \
      {                                                                 \
        fputs (integer_asm_op (SIZE, FALSE), FILE);                     \
        fputs (integer_asm_op (SIZE, FALSE), FILE);                     \
        if ((ENCODING) & DW_EH_PE_indirect)                             \
        if ((ENCODING) & DW_EH_PE_indirect)                             \
          output_addr_const (FILE, get_deferred_plabel (ADDR));         \
          output_addr_const (FILE, get_deferred_plabel (ADDR));         \
        else                                                            \
        else                                                            \
          assemble_name (FILE, XSTR ((ADDR), 0));                        \
          assemble_name (FILE, XSTR ((ADDR), 0));                        \
        fputs ("+8-$PIC_pcrel$0", FILE);                                \
        fputs ("+8-$PIC_pcrel$0", FILE);                                \
        goto DONE;                                                      \
        goto DONE;                                                      \
      }                                                                 \
      }                                                                 \
    } while (0)
    } while (0)


 
 
/* The class value for index registers, and the one for base regs.  */
/* The class value for index registers, and the one for base regs.  */
#define INDEX_REG_CLASS GENERAL_REGS
#define INDEX_REG_CLASS GENERAL_REGS
#define BASE_REG_CLASS GENERAL_REGS
#define BASE_REG_CLASS GENERAL_REGS
 
 
#define FP_REG_CLASS_P(CLASS) \
#define FP_REG_CLASS_P(CLASS) \
  ((CLASS) == FP_REGS || (CLASS) == FPUPPER_REGS)
  ((CLASS) == FP_REGS || (CLASS) == FPUPPER_REGS)
 
 
/* True if register is floating-point.  */
/* True if register is floating-point.  */
#define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST)
#define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST)
 
 
/* Given an rtx X being reloaded into a reg required to be
/* Given an rtx X being reloaded into a reg required to be
   in class CLASS, return the class of reg to actually use.
   in class CLASS, return the class of reg to actually use.
   In general this is just CLASS; but on some machines
   In general this is just CLASS; but on some machines
   in some cases it is preferable to use a more restrictive class.  */
   in some cases it is preferable to use a more restrictive class.  */
#define PREFERRED_RELOAD_CLASS(X,CLASS) (CLASS)
#define PREFERRED_RELOAD_CLASS(X,CLASS) (CLASS)
 
 
#define MAYBE_FP_REG_CLASS_P(CLASS) \
#define MAYBE_FP_REG_CLASS_P(CLASS) \
  reg_classes_intersect_p ((CLASS), FP_REGS)
  reg_classes_intersect_p ((CLASS), FP_REGS)
 
 


/* Stack layout; function entry, exit and calling.  */
/* Stack layout; function entry, exit and calling.  */
 
 
/* Define this if pushing a word on the stack
/* Define this if pushing a word on the stack
   makes the stack pointer a smaller address.  */
   makes the stack pointer a smaller address.  */
/* #define STACK_GROWS_DOWNWARD */
/* #define STACK_GROWS_DOWNWARD */
 
 
/* Believe it or not.  */
/* Believe it or not.  */
#define ARGS_GROW_DOWNWARD
#define ARGS_GROW_DOWNWARD
 
 
/* Define this to nonzero if the nominal address of the stack frame
/* Define this to nonzero if the nominal address of the stack frame
   is at the high-address end of the local variables;
   is at the high-address end of the local variables;
   that is, each additional local variable allocated
   that is, each additional local variable allocated
   goes at a more negative offset in the frame.  */
   goes at a more negative offset in the frame.  */
#define FRAME_GROWS_DOWNWARD 0
#define FRAME_GROWS_DOWNWARD 0
 
 
/* Offset within stack frame to start allocating local variables at.
/* Offset within stack frame to start allocating local variables at.
   If FRAME_GROWS_DOWNWARD, this is the offset to the END of the
   If FRAME_GROWS_DOWNWARD, this is the offset to the END of the
   first local allocated.  Otherwise, it is the offset to the BEGINNING
   first local allocated.  Otherwise, it is the offset to the BEGINNING
   of the first local allocated.
   of the first local allocated.
 
 
   On the 32-bit ports, we reserve one slot for the previous frame
   On the 32-bit ports, we reserve one slot for the previous frame
   pointer and one fill slot.  The fill slot is for compatibility
   pointer and one fill slot.  The fill slot is for compatibility
   with HP compiled programs.  On the 64-bit ports, we reserve one
   with HP compiled programs.  On the 64-bit ports, we reserve one
   slot for the previous frame pointer.  */
   slot for the previous frame pointer.  */
#define STARTING_FRAME_OFFSET 8
#define STARTING_FRAME_OFFSET 8
 
 
/* Define STACK_ALIGNMENT_NEEDED to zero to disable final alignment
/* Define STACK_ALIGNMENT_NEEDED to zero to disable final alignment
   of the stack.  The default is to align it to STACK_BOUNDARY.  */
   of the stack.  The default is to align it to STACK_BOUNDARY.  */
#define STACK_ALIGNMENT_NEEDED 0
#define STACK_ALIGNMENT_NEEDED 0
 
 
/* If we generate an insn to push BYTES bytes,
/* If we generate an insn to push BYTES bytes,
   this says how many the stack pointer really advances by.
   this says how many the stack pointer really advances by.
   On the HP-PA, don't define this because there are no push insns.  */
   On the HP-PA, don't define this because there are no push insns.  */
/*  #define PUSH_ROUNDING(BYTES) */
/*  #define PUSH_ROUNDING(BYTES) */
 
 
/* Offset of first parameter from the argument pointer register value.
/* Offset of first parameter from the argument pointer register value.
   This value will be negated because the arguments grow down.
   This value will be negated because the arguments grow down.
   Also note that on STACK_GROWS_UPWARD machines (such as this one)
   Also note that on STACK_GROWS_UPWARD machines (such as this one)
   this is the distance from the frame pointer to the end of the first
   this is the distance from the frame pointer to the end of the first
   argument, not it's beginning.  To get the real offset of the first
   argument, not it's beginning.  To get the real offset of the first
   argument, the size of the argument must be added.  */
   argument, the size of the argument must be added.  */
 
 
#define FIRST_PARM_OFFSET(FNDECL) (TARGET_64BIT ? -64 : -32)
#define FIRST_PARM_OFFSET(FNDECL) (TARGET_64BIT ? -64 : -32)
 
 
/* When a parameter is passed in a register, stack space is still
/* When a parameter is passed in a register, stack space is still
   allocated for it.  */
   allocated for it.  */
#define REG_PARM_STACK_SPACE(DECL) (TARGET_64BIT ? 64 : 16)
#define REG_PARM_STACK_SPACE(DECL) (TARGET_64BIT ? 64 : 16)
 
 
/* Define this if the above stack space is to be considered part of the
/* Define this if the above stack space is to be considered part of the
   space allocated by the caller.  */
   space allocated by the caller.  */
#define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 1
#define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 1
 
 
/* Keep the stack pointer constant throughout the function.
/* Keep the stack pointer constant throughout the function.
   This is both an optimization and a necessity: longjmp
   This is both an optimization and a necessity: longjmp
   doesn't behave itself when the stack pointer moves within
   doesn't behave itself when the stack pointer moves within
   the function!  */
   the function!  */
#define ACCUMULATE_OUTGOING_ARGS 1
#define ACCUMULATE_OUTGOING_ARGS 1
 
 
/* The weird HPPA calling conventions require a minimum of 48 bytes on
/* The weird HPPA calling conventions require a minimum of 48 bytes on
   the stack: 16 bytes for register saves, and 32 bytes for magic.
   the stack: 16 bytes for register saves, and 32 bytes for magic.
   This is the difference between the logical top of stack and the
   This is the difference between the logical top of stack and the
   actual sp.
   actual sp.
 
 
   On the 64-bit port, the HP C compiler allocates a 48-byte frame
   On the 64-bit port, the HP C compiler allocates a 48-byte frame
   marker, although the runtime documentation only describes a 16
   marker, although the runtime documentation only describes a 16
   byte marker.  For compatibility, we allocate 48 bytes.  */
   byte marker.  For compatibility, we allocate 48 bytes.  */
#define STACK_POINTER_OFFSET \
#define STACK_POINTER_OFFSET \
  (TARGET_64BIT ? -(crtl->outgoing_args_size + 48): -32)
  (TARGET_64BIT ? -(crtl->outgoing_args_size + 48): -32)
 
 
#define STACK_DYNAMIC_OFFSET(FNDECL)    \
#define STACK_DYNAMIC_OFFSET(FNDECL)    \
  (TARGET_64BIT                         \
  (TARGET_64BIT                         \
   ? (STACK_POINTER_OFFSET)             \
   ? (STACK_POINTER_OFFSET)             \
   : ((STACK_POINTER_OFFSET) - crtl->outgoing_args_size))
   : ((STACK_POINTER_OFFSET) - crtl->outgoing_args_size))
 
 
/* Value is 1 if returning from a function call automatically
/* Value is 1 if returning from a function call automatically
   pops the arguments described by the number-of-args field in the call.
   pops the arguments described by the number-of-args field in the call.
   FUNDECL is the declaration node of the function (as a tree),
   FUNDECL is the declaration node of the function (as a tree),
   FUNTYPE is the data type of the function (as a tree),
   FUNTYPE is the data type of the function (as a tree),
   or for a library call it is an identifier node for the subroutine name.  */
   or for a library call it is an identifier node for the subroutine name.  */
 
 
#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
 
 
/* Define how to find the value returned by a library function
/* Define how to find the value returned by a library function
   assuming the value has mode MODE.  */
   assuming the value has mode MODE.  */
 
 
#define LIBCALL_VALUE(MODE)     \
#define LIBCALL_VALUE(MODE)     \
  gen_rtx_REG (MODE,                                                    \
  gen_rtx_REG (MODE,                                                    \
               (! TARGET_SOFT_FLOAT                                     \
               (! TARGET_SOFT_FLOAT                                     \
                && ((MODE) == SFmode || (MODE) == DFmode) ? 32 : 28))
                && ((MODE) == SFmode || (MODE) == DFmode) ? 32 : 28))
 
 
/* 1 if N is a possible register number for a function value
/* 1 if N is a possible register number for a function value
   as seen by the caller.  */
   as seen by the caller.  */
 
 
#define FUNCTION_VALUE_REGNO_P(N) \
#define FUNCTION_VALUE_REGNO_P(N) \
  ((N) == 28 || (! TARGET_SOFT_FLOAT && (N) == 32))
  ((N) == 28 || (! TARGET_SOFT_FLOAT && (N) == 32))
 
 


/* Define a data type for recording info about an argument list
/* Define a data type for recording info about an argument list
   during the scan of that argument list.  This data type should
   during the scan of that argument list.  This data type should
   hold all necessary information about the function itself
   hold all necessary information about the function itself
   and about the args processed so far, enough to enable macros
   and about the args processed so far, enough to enable macros
   such as FUNCTION_ARG to determine where the next arg should go.
   such as FUNCTION_ARG to determine where the next arg should go.
 
 
   On the HP-PA, the WORDS field holds the number of words
   On the HP-PA, the WORDS field holds the number of words
   of arguments scanned so far (including the invisible argument,
   of arguments scanned so far (including the invisible argument,
   if any, which holds the structure-value-address).  Thus, 4 or
   if any, which holds the structure-value-address).  Thus, 4 or
   more means all following args should go on the stack.
   more means all following args should go on the stack.
 
 
   The INCOMING field tracks whether this is an "incoming" or
   The INCOMING field tracks whether this is an "incoming" or
   "outgoing" argument.
   "outgoing" argument.
 
 
   The INDIRECT field indicates whether this is is an indirect
   The INDIRECT field indicates whether this is is an indirect
   call or not.
   call or not.
 
 
   The NARGS_PROTOTYPE field indicates that an argument does not
   The NARGS_PROTOTYPE field indicates that an argument does not
   have a prototype when it less than or equal to 0.  */
   have a prototype when it less than or equal to 0.  */
 
 
struct hppa_args {int words, nargs_prototype, incoming, indirect; };
struct hppa_args {int words, nargs_prototype, incoming, indirect; };
 
 
#define CUMULATIVE_ARGS struct hppa_args
#define CUMULATIVE_ARGS struct hppa_args
 
 
/* Initialize a variable CUM of type CUMULATIVE_ARGS
/* Initialize a variable CUM of type CUMULATIVE_ARGS
   for a call to a function whose data type is FNTYPE.
   for a call to a function whose data type is FNTYPE.
   For a library call, FNTYPE is 0.  */
   For a library call, FNTYPE is 0.  */
 
 
#define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \
#define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \
  (CUM).words = 0,                                                       \
  (CUM).words = 0,                                                       \
  (CUM).incoming = 0,                                                    \
  (CUM).incoming = 0,                                                    \
  (CUM).indirect = (FNTYPE) && !(FNDECL),                               \
  (CUM).indirect = (FNTYPE) && !(FNDECL),                               \
  (CUM).nargs_prototype = (FNTYPE && TYPE_ARG_TYPES (FNTYPE)            \
  (CUM).nargs_prototype = (FNTYPE && TYPE_ARG_TYPES (FNTYPE)            \
                           ? (list_length (TYPE_ARG_TYPES (FNTYPE)) - 1 \
                           ? (list_length (TYPE_ARG_TYPES (FNTYPE)) - 1 \
                              + (TYPE_MODE (TREE_TYPE (FNTYPE)) == BLKmode \
                              + (TYPE_MODE (TREE_TYPE (FNTYPE)) == BLKmode \
                                 || pa_return_in_memory (TREE_TYPE (FNTYPE), 0))) \
                                 || pa_return_in_memory (TREE_TYPE (FNTYPE), 0))) \
                           : 0)
                           : 0)
 
 
 
 
 
 
/* Similar, but when scanning the definition of a procedure.  We always
/* Similar, but when scanning the definition of a procedure.  We always
   set NARGS_PROTOTYPE large so we never return a PARALLEL.  */
   set NARGS_PROTOTYPE large so we never return a PARALLEL.  */
 
 
#define INIT_CUMULATIVE_INCOMING_ARGS(CUM,FNTYPE,IGNORE) \
#define INIT_CUMULATIVE_INCOMING_ARGS(CUM,FNTYPE,IGNORE) \
  (CUM).words = 0,                               \
  (CUM).words = 0,                               \
  (CUM).incoming = 1,                           \
  (CUM).incoming = 1,                           \
  (CUM).indirect = 0,                            \
  (CUM).indirect = 0,                            \
  (CUM).nargs_prototype = 1000
  (CUM).nargs_prototype = 1000
 
 
/* Figure out the size in words of the function argument.  The size
/* Figure out the size in words of the function argument.  The size
   returned by this macro should always be greater than zero because
   returned by this macro should always be greater than zero because
   we pass variable and zero sized objects by reference.  */
   we pass variable and zero sized objects by reference.  */
 
 
#define FUNCTION_ARG_SIZE(MODE, TYPE)   \
#define FUNCTION_ARG_SIZE(MODE, TYPE)   \
  ((((MODE) != BLKmode \
  ((((MODE) != BLKmode \
     ? (HOST_WIDE_INT) GET_MODE_SIZE (MODE) \
     ? (HOST_WIDE_INT) GET_MODE_SIZE (MODE) \
     : int_size_in_bytes (TYPE)) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
     : int_size_in_bytes (TYPE)) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
 
 
/* Update the data in CUM to advance over an argument
/* Update the data in CUM to advance over an argument
   of mode MODE and data type TYPE.
   of mode MODE and data type TYPE.
   (TYPE is null for libcalls where that information may not be available.)  */
   (TYPE is null for libcalls where that information may not be available.)  */
 
 
#define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED)                    \
#define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED)                    \
{ (CUM).nargs_prototype--;                                              \
{ (CUM).nargs_prototype--;                                              \
  (CUM).words += FUNCTION_ARG_SIZE(MODE, TYPE)                          \
  (CUM).words += FUNCTION_ARG_SIZE(MODE, TYPE)                          \
    + (((CUM).words & 01) && (TYPE) != 0                         \
    + (((CUM).words & 01) && (TYPE) != 0                         \
        && FUNCTION_ARG_SIZE(MODE, TYPE) > 1);                          \
        && FUNCTION_ARG_SIZE(MODE, TYPE) > 1);                          \
}
}
 
 
/* Determine where to put an argument to a function.
/* Determine where to put an argument to a function.
   Value is zero to push the argument on the stack,
   Value is zero to push the argument on the stack,
   or a hard register in which to store the argument.
   or a hard register in which to store the argument.
 
 
   MODE is the argument's machine mode.
   MODE is the argument's machine mode.
   TYPE is the data type of the argument (as a tree).
   TYPE is the data type of the argument (as a tree).
    This is null for libcalls where that information may
    This is null for libcalls where that information may
    not be available.
    not be available.
   CUM is a variable of type CUMULATIVE_ARGS which gives info about
   CUM is a variable of type CUMULATIVE_ARGS which gives info about
    the preceding args and about the function being called.
    the preceding args and about the function being called.
   NAMED is nonzero if this argument is a named parameter
   NAMED is nonzero if this argument is a named parameter
    (otherwise it is an extra parameter matching an ellipsis).
    (otherwise it is an extra parameter matching an ellipsis).
 
 
   On the HP-PA the first four words of args are normally in registers
   On the HP-PA the first four words of args are normally in registers
   and the rest are pushed.  But any arg that won't entirely fit in regs
   and the rest are pushed.  But any arg that won't entirely fit in regs
   is pushed.
   is pushed.
 
 
   Arguments passed in registers are either 1 or 2 words long.
   Arguments passed in registers are either 1 or 2 words long.
 
 
   The caller must make a distinction between calls to explicitly named
   The caller must make a distinction between calls to explicitly named
   functions and calls through pointers to functions -- the conventions
   functions and calls through pointers to functions -- the conventions
   are different!  Calls through pointers to functions only use general
   are different!  Calls through pointers to functions only use general
   registers for the first four argument words.
   registers for the first four argument words.
 
 
   Of course all this is different for the portable runtime model
   Of course all this is different for the portable runtime model
   HP wants everyone to use for ELF.  Ugh.  Here's a quick description
   HP wants everyone to use for ELF.  Ugh.  Here's a quick description
   of how it's supposed to work.
   of how it's supposed to work.
 
 
   1) callee side remains unchanged.  It expects integer args to be
   1) callee side remains unchanged.  It expects integer args to be
   in the integer registers, float args in the float registers and
   in the integer registers, float args in the float registers and
   unnamed args in integer registers.
   unnamed args in integer registers.
 
 
   2) caller side now depends on if the function being called has
   2) caller side now depends on if the function being called has
   a prototype in scope (rather than if it's being called indirectly).
   a prototype in scope (rather than if it's being called indirectly).
 
 
      2a) If there is a prototype in scope, then arguments are passed
      2a) If there is a prototype in scope, then arguments are passed
      according to their type (ints in integer registers, floats in float
      according to their type (ints in integer registers, floats in float
      registers, unnamed args in integer registers.
      registers, unnamed args in integer registers.
 
 
      2b) If there is no prototype in scope, then floating point arguments
      2b) If there is no prototype in scope, then floating point arguments
      are passed in both integer and float registers.  egad.
      are passed in both integer and float registers.  egad.
 
 
  FYI: The portable parameter passing conventions are almost exactly like
  FYI: The portable parameter passing conventions are almost exactly like
  the standard parameter passing conventions on the RS6000.  That's why
  the standard parameter passing conventions on the RS6000.  That's why
  you'll see lots of similar code in rs6000.h.  */
  you'll see lots of similar code in rs6000.h.  */
 
 
/* If defined, a C expression which determines whether, and in which
/* If defined, a C expression which determines whether, and in which
   direction, to pad out an argument with extra space.  */
   direction, to pad out an argument with extra space.  */
#define FUNCTION_ARG_PADDING(MODE, TYPE) function_arg_padding ((MODE), (TYPE))
#define FUNCTION_ARG_PADDING(MODE, TYPE) function_arg_padding ((MODE), (TYPE))
 
 
/* Specify padding for the last element of a block move between registers
/* Specify padding for the last element of a block move between registers
   and memory.
   and memory.
 
 
   The 64-bit runtime specifies that objects need to be left justified
   The 64-bit runtime specifies that objects need to be left justified
   (i.e., the normal justification for a big endian target).  The 32-bit
   (i.e., the normal justification for a big endian target).  The 32-bit
   runtime specifies right justification for objects smaller than 64 bits.
   runtime specifies right justification for objects smaller than 64 bits.
   We use a DImode register in the parallel for 5 to 7 byte structures
   We use a DImode register in the parallel for 5 to 7 byte structures
   so that there is only one element.  This allows the object to be
   so that there is only one element.  This allows the object to be
   correctly padded.  */
   correctly padded.  */
#define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \
#define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \
  function_arg_padding ((MODE), (TYPE))
  function_arg_padding ((MODE), (TYPE))
 
 
/* Do not expect to understand this without reading it several times.  I'm
/* Do not expect to understand this without reading it several times.  I'm
   tempted to try and simply it, but I worry about breaking something.  */
   tempted to try and simply it, but I worry about breaking something.  */
 
 
#define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
#define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
  function_arg (&CUM, MODE, TYPE, NAMED)
  function_arg (&CUM, MODE, TYPE, NAMED)
 
 
/* If defined, a C expression that gives the alignment boundary, in
/* If defined, a C expression that gives the alignment boundary, in
   bits, of an argument with the specified mode and type.  If it is
   bits, of an argument with the specified mode and type.  If it is
   not defined,  `PARM_BOUNDARY' is used for all arguments.  */
   not defined,  `PARM_BOUNDARY' is used for all arguments.  */
 
 
/* Arguments larger than one word are double word aligned.  */
/* Arguments larger than one word are double word aligned.  */
 
 
#define FUNCTION_ARG_BOUNDARY(MODE, TYPE)                               \
#define FUNCTION_ARG_BOUNDARY(MODE, TYPE)                               \
  (((TYPE)                                                              \
  (((TYPE)                                                              \
    ? (integer_zerop (TYPE_SIZE (TYPE))                                 \
    ? (integer_zerop (TYPE_SIZE (TYPE))                                 \
       || !TREE_CONSTANT (TYPE_SIZE (TYPE))                             \
       || !TREE_CONSTANT (TYPE_SIZE (TYPE))                             \
       || int_size_in_bytes (TYPE) <= UNITS_PER_WORD)                   \
       || int_size_in_bytes (TYPE) <= UNITS_PER_WORD)                   \
    : GET_MODE_SIZE(MODE) <= UNITS_PER_WORD)                            \
    : GET_MODE_SIZE(MODE) <= UNITS_PER_WORD)                            \
   ? PARM_BOUNDARY : MAX_PARM_BOUNDARY)
   ? PARM_BOUNDARY : MAX_PARM_BOUNDARY)
 
 


/* On HPPA, we emit profiling code as rtl via PROFILE_HOOK rather than
/* On HPPA, we emit profiling code as rtl via PROFILE_HOOK rather than
   as assembly via FUNCTION_PROFILER.  Just output a local label.
   as assembly via FUNCTION_PROFILER.  Just output a local label.
   We can't use the function label because the GAS SOM target can't
   We can't use the function label because the GAS SOM target can't
   handle the difference of a global symbol and a local symbol.  */
   handle the difference of a global symbol and a local symbol.  */
 
 
#ifndef FUNC_BEGIN_PROLOG_LABEL
#ifndef FUNC_BEGIN_PROLOG_LABEL
#define FUNC_BEGIN_PROLOG_LABEL        "LFBP"
#define FUNC_BEGIN_PROLOG_LABEL        "LFBP"
#endif
#endif
 
 
#define FUNCTION_PROFILER(FILE, LABEL) \
#define FUNCTION_PROFILER(FILE, LABEL) \
  (*targetm.asm_out.internal_label) (FILE, FUNC_BEGIN_PROLOG_LABEL, LABEL)
  (*targetm.asm_out.internal_label) (FILE, FUNC_BEGIN_PROLOG_LABEL, LABEL)
 
 
#define PROFILE_HOOK(label_no) hppa_profile_hook (label_no)
#define PROFILE_HOOK(label_no) hppa_profile_hook (label_no)
void hppa_profile_hook (int label_no);
void hppa_profile_hook (int label_no);
 
 
/* The profile counter if emitted must come before the prologue.  */
/* The profile counter if emitted must come before the prologue.  */
#define PROFILE_BEFORE_PROLOGUE 1
#define PROFILE_BEFORE_PROLOGUE 1
 
 
/* We never want final.c to emit profile counters.  When profile
/* We never want final.c to emit profile counters.  When profile
   counters are required, we have to defer emitting them to the end
   counters are required, we have to defer emitting them to the end
   of the current file.  */
   of the current file.  */
#define NO_PROFILE_COUNTERS 1
#define NO_PROFILE_COUNTERS 1
 
 
/* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
/* EXIT_IGNORE_STACK should be nonzero if, when returning from a function,
   the stack pointer does not matter.  The value is tested only in
   the stack pointer does not matter.  The value is tested only in
   functions that have frame pointers.
   functions that have frame pointers.
   No definition is equivalent to always zero.  */
   No definition is equivalent to always zero.  */
 
 
extern int may_call_alloca;
extern int may_call_alloca;
 
 
#define EXIT_IGNORE_STACK       \
#define EXIT_IGNORE_STACK       \
 (get_frame_size () != 0 \
 (get_frame_size () != 0 \
  || cfun->calls_alloca || crtl->outgoing_args_size)
  || cfun->calls_alloca || crtl->outgoing_args_size)
 
 
/* Length in units of the trampoline for entering a nested function.  */
/* Length in units of the trampoline for entering a nested function.  */
 
 
#define TRAMPOLINE_SIZE (TARGET_64BIT ? 72 : 52)
#define TRAMPOLINE_SIZE (TARGET_64BIT ? 72 : 52)
 
 
/* Alignment required by the trampoline.  */
/* Alignment required by the trampoline.  */
 
 
#define TRAMPOLINE_ALIGNMENT BITS_PER_WORD
#define TRAMPOLINE_ALIGNMENT BITS_PER_WORD
 
 
/* Minimum length of a cache line.  A length of 16 will work on all
/* Minimum length of a cache line.  A length of 16 will work on all
   PA-RISC processors.  All PA 1.1 processors have a cache line of
   PA-RISC processors.  All PA 1.1 processors have a cache line of
   32 bytes.  Most but not all PA 2.0 processors have a cache line
   32 bytes.  Most but not all PA 2.0 processors have a cache line
   of 64 bytes.  As cache flushes are expensive and we don't support
   of 64 bytes.  As cache flushes are expensive and we don't support
   PA 1.0, we use a minimum length of 32.  */
   PA 1.0, we use a minimum length of 32.  */
 
 
#define MIN_CACHELINE_SIZE 32
#define MIN_CACHELINE_SIZE 32
 
 


/* Addressing modes, and classification of registers for them.
/* Addressing modes, and classification of registers for them.
 
 
   Using autoincrement addressing modes on PA8000 class machines is
   Using autoincrement addressing modes on PA8000 class machines is
   not profitable.  */
   not profitable.  */
 
 
#define HAVE_POST_INCREMENT (pa_cpu < PROCESSOR_8000)
#define HAVE_POST_INCREMENT (pa_cpu < PROCESSOR_8000)
#define HAVE_POST_DECREMENT (pa_cpu < PROCESSOR_8000)
#define HAVE_POST_DECREMENT (pa_cpu < PROCESSOR_8000)
 
 
#define HAVE_PRE_DECREMENT (pa_cpu < PROCESSOR_8000)
#define HAVE_PRE_DECREMENT (pa_cpu < PROCESSOR_8000)
#define HAVE_PRE_INCREMENT (pa_cpu < PROCESSOR_8000)
#define HAVE_PRE_INCREMENT (pa_cpu < PROCESSOR_8000)
 
 
/* Macros to check register numbers against specific register classes.  */
/* Macros to check register numbers against specific register classes.  */
 
 
/* The following macros assume that X is a hard or pseudo reg number.
/* The following macros assume that X is a hard or pseudo reg number.
   They give nonzero only if X is a hard reg of the suitable class
   They give nonzero only if X is a hard reg of the suitable class
   or a pseudo reg currently allocated to a suitable hard reg.
   or a pseudo reg currently allocated to a suitable hard reg.
   Since they use reg_renumber, they are safe only once reg_renumber
   Since they use reg_renumber, they are safe only once reg_renumber
   has been allocated, which happens in local-alloc.c.  */
   has been allocated, which happens in local-alloc.c.  */
 
 
#define REGNO_OK_FOR_INDEX_P(X) \
#define REGNO_OK_FOR_INDEX_P(X) \
  ((X) && ((X) < 32                                                     \
  ((X) && ((X) < 32                                                     \
   || (X >= FIRST_PSEUDO_REGISTER                                       \
   || (X >= FIRST_PSEUDO_REGISTER                                       \
       && reg_renumber                                                  \
       && reg_renumber                                                  \
       && (unsigned) reg_renumber[X] < 32)))
       && (unsigned) reg_renumber[X] < 32)))
#define REGNO_OK_FOR_BASE_P(X) \
#define REGNO_OK_FOR_BASE_P(X) \
  ((X) && ((X) < 32                                                     \
  ((X) && ((X) < 32                                                     \
   || (X >= FIRST_PSEUDO_REGISTER                                       \
   || (X >= FIRST_PSEUDO_REGISTER                                       \
       && reg_renumber                                                  \
       && reg_renumber                                                  \
       && (unsigned) reg_renumber[X] < 32)))
       && (unsigned) reg_renumber[X] < 32)))
#define REGNO_OK_FOR_FP_P(X) \
#define REGNO_OK_FOR_FP_P(X) \
  (FP_REGNO_P (X)                                                       \
  (FP_REGNO_P (X)                                                       \
   || (X >= FIRST_PSEUDO_REGISTER                                       \
   || (X >= FIRST_PSEUDO_REGISTER                                       \
       && reg_renumber                                                  \
       && reg_renumber                                                  \
       && FP_REGNO_P (reg_renumber[X])))
       && FP_REGNO_P (reg_renumber[X])))
 
 
/* Now macros that check whether X is a register and also,
/* Now macros that check whether X is a register and also,
   strictly, whether it is in a specified class.
   strictly, whether it is in a specified class.
 
 
   These macros are specific to the HP-PA, and may be used only
   These macros are specific to the HP-PA, and may be used only
   in code for printing assembler insns and in conditions for
   in code for printing assembler insns and in conditions for
   define_optimization.  */
   define_optimization.  */
 
 
/* 1 if X is an fp register.  */
/* 1 if X is an fp register.  */
 
 
#define FP_REG_P(X) (REG_P (X) && REGNO_OK_FOR_FP_P (REGNO (X)))
#define FP_REG_P(X) (REG_P (X) && REGNO_OK_FOR_FP_P (REGNO (X)))


/* Maximum number of registers that can appear in a valid memory address.  */
/* Maximum number of registers that can appear in a valid memory address.  */
 
 
#define MAX_REGS_PER_ADDRESS 2
#define MAX_REGS_PER_ADDRESS 2
 
 
/* Non-TLS symbolic references.  */
/* Non-TLS symbolic references.  */
#define PA_SYMBOL_REF_TLS_P(RTX) \
#define PA_SYMBOL_REF_TLS_P(RTX) \
  (GET_CODE (RTX) == SYMBOL_REF && SYMBOL_REF_TLS_MODEL (RTX) != 0)
  (GET_CODE (RTX) == SYMBOL_REF && SYMBOL_REF_TLS_MODEL (RTX) != 0)
 
 
/* Recognize any constant value that is a valid address except
/* Recognize any constant value that is a valid address except
   for symbolic addresses.  We get better CSE by rejecting them
   for symbolic addresses.  We get better CSE by rejecting them
   here and allowing hppa_legitimize_address to break them up.  We
   here and allowing hppa_legitimize_address to break them up.  We
   use most of the constants accepted by CONSTANT_P, except CONST_DOUBLE.  */
   use most of the constants accepted by CONSTANT_P, except CONST_DOUBLE.  */
 
 
#define CONSTANT_ADDRESS_P(X) \
#define CONSTANT_ADDRESS_P(X) \
  ((GET_CODE (X) == LABEL_REF                                           \
  ((GET_CODE (X) == LABEL_REF                                           \
   || (GET_CODE (X) == SYMBOL_REF && !SYMBOL_REF_TLS_MODEL (X))         \
   || (GET_CODE (X) == SYMBOL_REF && !SYMBOL_REF_TLS_MODEL (X))         \
   || GET_CODE (X) == CONST_INT || GET_CODE (X) == CONST                \
   || GET_CODE (X) == CONST_INT || GET_CODE (X) == CONST                \
   || GET_CODE (X) == HIGH)                                             \
   || GET_CODE (X) == HIGH)                                             \
   && (reload_in_progress || reload_completed || ! symbolic_expression_p (X)))
   && (reload_in_progress || reload_completed || ! symbolic_expression_p (X)))
 
 
/* A C expression that is nonzero if we are using the new HP assembler.  */
/* A C expression that is nonzero if we are using the new HP assembler.  */
 
 
#ifndef NEW_HP_ASSEMBLER
#ifndef NEW_HP_ASSEMBLER
#define NEW_HP_ASSEMBLER 0
#define NEW_HP_ASSEMBLER 0
#endif
#endif
 
 
/* The macros below define the immediate range for CONST_INTS on
/* The macros below define the immediate range for CONST_INTS on
   the 64-bit port.  Constants in this range can be loaded in three
   the 64-bit port.  Constants in this range can be loaded in three
   instructions using a ldil/ldo/depdi sequence.  Constants outside
   instructions using a ldil/ldo/depdi sequence.  Constants outside
   this range are forced to the constant pool prior to reload.  */
   this range are forced to the constant pool prior to reload.  */
 
 
#define MAX_LEGIT_64BIT_CONST_INT ((HOST_WIDE_INT) 32 << 31)
#define MAX_LEGIT_64BIT_CONST_INT ((HOST_WIDE_INT) 32 << 31)
#define MIN_LEGIT_64BIT_CONST_INT ((HOST_WIDE_INT) -32 << 31)
#define MIN_LEGIT_64BIT_CONST_INT ((HOST_WIDE_INT) -32 << 31)
#define LEGITIMATE_64BIT_CONST_INT_P(X) \
#define LEGITIMATE_64BIT_CONST_INT_P(X) \
  ((X) >= MIN_LEGIT_64BIT_CONST_INT && (X) < MAX_LEGIT_64BIT_CONST_INT)
  ((X) >= MIN_LEGIT_64BIT_CONST_INT && (X) < MAX_LEGIT_64BIT_CONST_INT)
 
 
/* A C expression that is nonzero if X is a legitimate constant for an
/* A C expression that is nonzero if X is a legitimate constant for an
   immediate operand.
   immediate operand.
 
 
   We include all constant integers and constant doubles, but not
   We include all constant integers and constant doubles, but not
   floating-point, except for floating-point zero.  We reject LABEL_REFs
   floating-point, except for floating-point zero.  We reject LABEL_REFs
   if we're not using gas or the new HP assembler.
   if we're not using gas or the new HP assembler.
 
 
   In 64-bit mode, we reject CONST_DOUBLES.  We also reject CONST_INTS
   In 64-bit mode, we reject CONST_DOUBLES.  We also reject CONST_INTS
   that need more than three instructions to load prior to reload.  This
   that need more than three instructions to load prior to reload.  This
   limit is somewhat arbitrary.  It takes three instructions to load a
   limit is somewhat arbitrary.  It takes three instructions to load a
   CONST_INT from memory but two are memory accesses.  It may be better
   CONST_INT from memory but two are memory accesses.  It may be better
   to increase the allowed range for CONST_INTS.  We may also be able
   to increase the allowed range for CONST_INTS.  We may also be able
   to handle CONST_DOUBLES.  */
   to handle CONST_DOUBLES.  */
 
 
#define LEGITIMATE_CONSTANT_P(X)                                \
#define LEGITIMATE_CONSTANT_P(X)                                \
  ((GET_MODE_CLASS (GET_MODE (X)) != MODE_FLOAT                 \
  ((GET_MODE_CLASS (GET_MODE (X)) != MODE_FLOAT                 \
    || (X) == CONST0_RTX (GET_MODE (X)))                        \
    || (X) == CONST0_RTX (GET_MODE (X)))                        \
   && (NEW_HP_ASSEMBLER                                         \
   && (NEW_HP_ASSEMBLER                                         \
       || TARGET_GAS                                            \
       || TARGET_GAS                                            \
       || GET_CODE (X) != LABEL_REF)                            \
       || GET_CODE (X) != LABEL_REF)                            \
   && (!TARGET_64BIT                                            \
   && (!TARGET_64BIT                                            \
       || GET_CODE (X) != CONST_DOUBLE)                         \
       || GET_CODE (X) != CONST_DOUBLE)                         \
   && (!TARGET_64BIT                                            \
   && (!TARGET_64BIT                                            \
       || HOST_BITS_PER_WIDE_INT <= 32                          \
       || HOST_BITS_PER_WIDE_INT <= 32                          \
       || GET_CODE (X) != CONST_INT                             \
       || GET_CODE (X) != CONST_INT                             \
       || reload_in_progress                                    \
       || reload_in_progress                                    \
       || reload_completed                                      \
       || reload_completed                                      \
       || LEGITIMATE_64BIT_CONST_INT_P (INTVAL (X))             \
       || LEGITIMATE_64BIT_CONST_INT_P (INTVAL (X))             \
       || cint_ok_for_move (INTVAL (X)))                        \
       || cint_ok_for_move (INTVAL (X)))                        \
   && !function_label_operand (X, VOIDmode))
   && !function_label_operand (X, VOIDmode))
 
 
/* Target flags set on a symbol_ref.  */
/* Target flags set on a symbol_ref.  */
 
 
/* Set by ASM_OUTPUT_SYMBOL_REF when a symbol_ref is output.  */
/* Set by ASM_OUTPUT_SYMBOL_REF when a symbol_ref is output.  */
#define SYMBOL_FLAG_REFERENCED (1 << SYMBOL_FLAG_MACH_DEP_SHIFT)
#define SYMBOL_FLAG_REFERENCED (1 << SYMBOL_FLAG_MACH_DEP_SHIFT)
#define SYMBOL_REF_REFERENCED_P(RTX) \
#define SYMBOL_REF_REFERENCED_P(RTX) \
  ((SYMBOL_REF_FLAGS (RTX) & SYMBOL_FLAG_REFERENCED) != 0)
  ((SYMBOL_REF_FLAGS (RTX) & SYMBOL_FLAG_REFERENCED) != 0)
 
 
/* Defines for constraints.md.  */
/* Defines for constraints.md.  */
 
 
/* Return 1 iff OP is a scaled or unscaled index address.  */
/* Return 1 iff OP is a scaled or unscaled index address.  */
#define IS_INDEX_ADDR_P(OP) \
#define IS_INDEX_ADDR_P(OP) \
  (GET_CODE (OP) == PLUS                                \
  (GET_CODE (OP) == PLUS                                \
   && GET_MODE (OP) == Pmode                            \
   && GET_MODE (OP) == Pmode                            \
   && (GET_CODE (XEXP (OP, 0)) == MULT                   \
   && (GET_CODE (XEXP (OP, 0)) == MULT                   \
       || GET_CODE (XEXP (OP, 1)) == MULT               \
       || GET_CODE (XEXP (OP, 1)) == MULT               \
       || (REG_P (XEXP (OP, 0))                          \
       || (REG_P (XEXP (OP, 0))                          \
           && REG_P (XEXP (OP, 1)))))
           && REG_P (XEXP (OP, 1)))))
 
 
/* Return 1 iff OP is a LO_SUM DLT address.  */
/* Return 1 iff OP is a LO_SUM DLT address.  */
#define IS_LO_SUM_DLT_ADDR_P(OP) \
#define IS_LO_SUM_DLT_ADDR_P(OP) \
  (GET_CODE (OP) == LO_SUM                              \
  (GET_CODE (OP) == LO_SUM                              \
   && GET_MODE (OP) == Pmode                            \
   && GET_MODE (OP) == Pmode                            \
   && REG_P (XEXP (OP, 0))                               \
   && REG_P (XEXP (OP, 0))                               \
   && REG_OK_FOR_BASE_P (XEXP (OP, 0))                   \
   && REG_OK_FOR_BASE_P (XEXP (OP, 0))                   \
   && GET_CODE (XEXP (OP, 1)) == UNSPEC)
   && GET_CODE (XEXP (OP, 1)) == UNSPEC)
 
 
/* Nonzero if 14-bit offsets can be used for all loads and stores.
/* Nonzero if 14-bit offsets can be used for all loads and stores.
   This is not possible when generating PA 1.x code as floating point
   This is not possible when generating PA 1.x code as floating point
   loads and stores only support 5-bit offsets.  Note that we do not
   loads and stores only support 5-bit offsets.  Note that we do not
   forbid the use of 14-bit offsets in GO_IF_LEGITIMATE_ADDRESS.
   forbid the use of 14-bit offsets in GO_IF_LEGITIMATE_ADDRESS.
   Instead, we use pa_secondary_reload() to reload integer mode
   Instead, we use pa_secondary_reload() to reload integer mode
   REG+D memory addresses used in floating point loads and stores.
   REG+D memory addresses used in floating point loads and stores.
 
 
   FIXME: the ELF32 linker clobbers the LSB of the FP register number
   FIXME: the ELF32 linker clobbers the LSB of the FP register number
   in PA 2.0 floating-point insns with long displacements.  This is
   in PA 2.0 floating-point insns with long displacements.  This is
   because R_PARISC_DPREL14WR and other relocations like it are not
   because R_PARISC_DPREL14WR and other relocations like it are not
   yet supported by GNU ld.  For now, we reject long displacements
   yet supported by GNU ld.  For now, we reject long displacements
   on this target.  */
   on this target.  */
 
 
#define INT14_OK_STRICT \
#define INT14_OK_STRICT \
  (TARGET_SOFT_FLOAT                                                   \
  (TARGET_SOFT_FLOAT                                                   \
   || TARGET_DISABLE_FPREGS                                            \
   || TARGET_DISABLE_FPREGS                                            \
   || (TARGET_PA_20 && !TARGET_ELF32))
   || (TARGET_PA_20 && !TARGET_ELF32))
 
 
/* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
/* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
   and check its validity for a certain class.
   and check its validity for a certain class.
   We have two alternate definitions for each of them.
   We have two alternate definitions for each of them.
   The usual definition accepts all pseudo regs; the other rejects
   The usual definition accepts all pseudo regs; the other rejects
   them unless they have been allocated suitable hard regs.
   them unless they have been allocated suitable hard regs.
   The symbol REG_OK_STRICT causes the latter definition to be used.
   The symbol REG_OK_STRICT causes the latter definition to be used.
 
 
   Most source files want to accept pseudo regs in the hope that
   Most source files want to accept pseudo regs in the hope that
   they will get allocated to the class that the insn wants them to be in.
   they will get allocated to the class that the insn wants them to be in.
   Source files for reload pass need to be strict.
   Source files for reload pass need to be strict.
   After reload, it makes no difference, since pseudo regs have
   After reload, it makes no difference, since pseudo regs have
   been eliminated by then.  */
   been eliminated by then.  */
 
 
#ifndef REG_OK_STRICT
#ifndef REG_OK_STRICT
 
 
/* Nonzero if X is a hard reg that can be used as an index
/* Nonzero if X is a hard reg that can be used as an index
   or if it is a pseudo reg.  */
   or if it is a pseudo reg.  */
#define REG_OK_FOR_INDEX_P(X) \
#define REG_OK_FOR_INDEX_P(X) \
  (REGNO (X) && (REGNO (X) < 32 || REGNO (X) >= FIRST_PSEUDO_REGISTER))
  (REGNO (X) && (REGNO (X) < 32 || REGNO (X) >= FIRST_PSEUDO_REGISTER))
 
 
/* Nonzero if X is a hard reg that can be used as a base reg
/* Nonzero if X is a hard reg that can be used as a base reg
   or if it is a pseudo reg.  */
   or if it is a pseudo reg.  */
#define REG_OK_FOR_BASE_P(X) \
#define REG_OK_FOR_BASE_P(X) \
  (REGNO (X) && (REGNO (X) < 32 || REGNO (X) >= FIRST_PSEUDO_REGISTER))
  (REGNO (X) && (REGNO (X) < 32 || REGNO (X) >= FIRST_PSEUDO_REGISTER))
 
 
#else
#else
 
 
/* Nonzero if X is a hard reg that can be used as an index.  */
/* Nonzero if X is a hard reg that can be used as an index.  */
#define REG_OK_FOR_INDEX_P(X) REGNO_OK_FOR_INDEX_P (REGNO (X))
#define REG_OK_FOR_INDEX_P(X) REGNO_OK_FOR_INDEX_P (REGNO (X))
 
 
/* Nonzero if X is a hard reg that can be used as a base reg.  */
/* Nonzero if X is a hard reg that can be used as a base reg.  */
#define REG_OK_FOR_BASE_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
#define REG_OK_FOR_BASE_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
 
 
#endif
#endif


/* GO_IF_LEGITIMATE_ADDRESS recognizes an RTL expression that is a
/* GO_IF_LEGITIMATE_ADDRESS recognizes an RTL expression that is a
   valid memory address for an instruction.  The MODE argument is the
   valid memory address for an instruction.  The MODE argument is the
   machine mode for the MEM expression that wants to use this address.
   machine mode for the MEM expression that wants to use this address.
 
 
   On HP PA-RISC, the legitimate address forms are REG+SMALLINT,
   On HP PA-RISC, the legitimate address forms are REG+SMALLINT,
   REG+REG, and REG+(REG*SCALE).  The indexed address forms are only
   REG+REG, and REG+(REG*SCALE).  The indexed address forms are only
   available with floating point loads and stores, and integer loads.
   available with floating point loads and stores, and integer loads.
   We get better code by allowing indexed addresses in the initial
   We get better code by allowing indexed addresses in the initial
   RTL generation.
   RTL generation.
 
 
   The acceptance of indexed addresses as legitimate implies that we
   The acceptance of indexed addresses as legitimate implies that we
   must provide patterns for doing indexed integer stores, or the move
   must provide patterns for doing indexed integer stores, or the move
   expanders must force the address of an indexed store to a register.
   expanders must force the address of an indexed store to a register.
   We have adopted the latter approach.
   We have adopted the latter approach.
 
 
   Another function of GO_IF_LEGITIMATE_ADDRESS is to ensure that
   Another function of GO_IF_LEGITIMATE_ADDRESS is to ensure that
   the base register is a valid pointer for indexed instructions.
   the base register is a valid pointer for indexed instructions.
   On targets that have non-equivalent space registers, we have to
   On targets that have non-equivalent space registers, we have to
   know at the time of assembler output which register in a REG+REG
   know at the time of assembler output which register in a REG+REG
   pair is the base register.  The REG_POINTER flag is sometimes lost
   pair is the base register.  The REG_POINTER flag is sometimes lost
   in reload and the following passes, so it can't be relied on during
   in reload and the following passes, so it can't be relied on during
   code generation.  Thus, we either have to canonicalize the order
   code generation.  Thus, we either have to canonicalize the order
   of the registers in REG+REG indexed addresses, or treat REG+REG
   of the registers in REG+REG indexed addresses, or treat REG+REG
   addresses separately and provide patterns for both permutations.
   addresses separately and provide patterns for both permutations.
 
 
   The latter approach requires several hundred additional lines of
   The latter approach requires several hundred additional lines of
   code in pa.md.  The downside to canonicalizing is that a PLUS
   code in pa.md.  The downside to canonicalizing is that a PLUS
   in the wrong order can't combine to form to make a scaled indexed
   in the wrong order can't combine to form to make a scaled indexed
   memory operand.  As we won't need to canonicalize the operands if
   memory operand.  As we won't need to canonicalize the operands if
   the REG_POINTER lossage can be fixed, it seems better canonicalize.
   the REG_POINTER lossage can be fixed, it seems better canonicalize.
 
 
   We initially break out scaled indexed addresses in canonical order
   We initially break out scaled indexed addresses in canonical order
   in emit_move_sequence.  LEGITIMIZE_ADDRESS also canonicalizes
   in emit_move_sequence.  LEGITIMIZE_ADDRESS also canonicalizes
   scaled indexed addresses during RTL generation.  However, fold_rtx
   scaled indexed addresses during RTL generation.  However, fold_rtx
   has its own opinion on how the operands of a PLUS should be ordered.
   has its own opinion on how the operands of a PLUS should be ordered.
   If one of the operands is equivalent to a constant, it will make
   If one of the operands is equivalent to a constant, it will make
   that operand the second operand.  As the base register is likely to
   that operand the second operand.  As the base register is likely to
   be equivalent to a SYMBOL_REF, we have made it the second operand.
   be equivalent to a SYMBOL_REF, we have made it the second operand.
 
 
   GO_IF_LEGITIMATE_ADDRESS accepts REG+REG as legitimate when the
   GO_IF_LEGITIMATE_ADDRESS accepts REG+REG as legitimate when the
   operands are in the order INDEX+BASE on targets with non-equivalent
   operands are in the order INDEX+BASE on targets with non-equivalent
   space registers, and in any order on targets with equivalent space
   space registers, and in any order on targets with equivalent space
   registers.  It accepts both MULT+BASE and BASE+MULT for scaled indexing.
   registers.  It accepts both MULT+BASE and BASE+MULT for scaled indexing.
 
 
   We treat a SYMBOL_REF as legitimate if it is part of the current
   We treat a SYMBOL_REF as legitimate if it is part of the current
   function's constant-pool, because such addresses can actually be
   function's constant-pool, because such addresses can actually be
   output as REG+SMALLINT.  */
   output as REG+SMALLINT.  */
 
 
#define VAL_5_BITS_P(X) ((unsigned HOST_WIDE_INT)(X) + 0x10 < 0x20)
#define VAL_5_BITS_P(X) ((unsigned HOST_WIDE_INT)(X) + 0x10 < 0x20)
#define INT_5_BITS(X) VAL_5_BITS_P (INTVAL (X))
#define INT_5_BITS(X) VAL_5_BITS_P (INTVAL (X))
 
 
#define VAL_U5_BITS_P(X) ((unsigned HOST_WIDE_INT)(X) < 0x20)
#define VAL_U5_BITS_P(X) ((unsigned HOST_WIDE_INT)(X) < 0x20)
#define INT_U5_BITS(X) VAL_U5_BITS_P (INTVAL (X))
#define INT_U5_BITS(X) VAL_U5_BITS_P (INTVAL (X))
 
 
#define VAL_11_BITS_P(X) ((unsigned HOST_WIDE_INT)(X) + 0x400 < 0x800)
#define VAL_11_BITS_P(X) ((unsigned HOST_WIDE_INT)(X) + 0x400 < 0x800)
#define INT_11_BITS(X) VAL_11_BITS_P (INTVAL (X))
#define INT_11_BITS(X) VAL_11_BITS_P (INTVAL (X))
 
 
#define VAL_14_BITS_P(X) ((unsigned HOST_WIDE_INT)(X) + 0x2000 < 0x4000)
#define VAL_14_BITS_P(X) ((unsigned HOST_WIDE_INT)(X) + 0x2000 < 0x4000)
#define INT_14_BITS(X) VAL_14_BITS_P (INTVAL (X))
#define INT_14_BITS(X) VAL_14_BITS_P (INTVAL (X))
 
 
#if HOST_BITS_PER_WIDE_INT > 32
#if HOST_BITS_PER_WIDE_INT > 32
#define VAL_32_BITS_P(X) \
#define VAL_32_BITS_P(X) \
  ((unsigned HOST_WIDE_INT)(X) + ((unsigned HOST_WIDE_INT) 1 << 31)    \
  ((unsigned HOST_WIDE_INT)(X) + ((unsigned HOST_WIDE_INT) 1 << 31)    \
   < (unsigned HOST_WIDE_INT) 2 << 31)
   < (unsigned HOST_WIDE_INT) 2 << 31)
#else
#else
#define VAL_32_BITS_P(X) 1
#define VAL_32_BITS_P(X) 1
#endif
#endif
#define INT_32_BITS(X) VAL_32_BITS_P (INTVAL (X))
#define INT_32_BITS(X) VAL_32_BITS_P (INTVAL (X))
 
 
/* These are the modes that we allow for scaled indexing.  */
/* These are the modes that we allow for scaled indexing.  */
#define MODE_OK_FOR_SCALED_INDEXING_P(MODE) \
#define MODE_OK_FOR_SCALED_INDEXING_P(MODE) \
  ((TARGET_64BIT && (MODE) == DImode)                                   \
  ((TARGET_64BIT && (MODE) == DImode)                                   \
   || (MODE) == SImode                                                  \
   || (MODE) == SImode                                                  \
   || (MODE) == HImode                                                  \
   || (MODE) == HImode                                                  \
   || (MODE) == SFmode                                                  \
   || (MODE) == SFmode                                                  \
   || (MODE) == DFmode)
   || (MODE) == DFmode)
 
 
/* These are the modes that we allow for unscaled indexing.  */
/* These are the modes that we allow for unscaled indexing.  */
#define MODE_OK_FOR_UNSCALED_INDEXING_P(MODE) \
#define MODE_OK_FOR_UNSCALED_INDEXING_P(MODE) \
  ((TARGET_64BIT && (MODE) == DImode)                                   \
  ((TARGET_64BIT && (MODE) == DImode)                                   \
   || (MODE) == SImode                                                  \
   || (MODE) == SImode                                                  \
   || (MODE) == HImode                                                  \
   || (MODE) == HImode                                                  \
   || (MODE) == QImode                                                  \
   || (MODE) == QImode                                                  \
   || (MODE) == SFmode                                                  \
   || (MODE) == SFmode                                                  \
   || (MODE) == DFmode)
   || (MODE) == DFmode)
 
 
#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR) \
#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR) \
{                                                                       \
{                                                                       \
  if ((REG_P (X) && REG_OK_FOR_BASE_P (X))                              \
  if ((REG_P (X) && REG_OK_FOR_BASE_P (X))                              \
      || ((GET_CODE (X) == PRE_DEC || GET_CODE (X) == POST_DEC          \
      || ((GET_CODE (X) == PRE_DEC || GET_CODE (X) == POST_DEC          \
           || GET_CODE (X) == PRE_INC || GET_CODE (X) == POST_INC)      \
           || GET_CODE (X) == PRE_INC || GET_CODE (X) == POST_INC)      \
          && REG_P (XEXP (X, 0))                                 \
          && REG_P (XEXP (X, 0))                                 \
          && REG_OK_FOR_BASE_P (XEXP (X, 0))))                           \
          && REG_OK_FOR_BASE_P (XEXP (X, 0))))                           \
    goto ADDR;                                                          \
    goto ADDR;                                                          \
  else if (GET_CODE (X) == PLUS)                                        \
  else if (GET_CODE (X) == PLUS)                                        \
    {                                                                   \
    {                                                                   \
      rtx base = 0, index = 0;                                            \
      rtx base = 0, index = 0;                                            \
      if (REG_P (XEXP (X, 1))                                           \
      if (REG_P (XEXP (X, 1))                                           \
          && REG_OK_FOR_BASE_P (XEXP (X, 1)))                           \
          && REG_OK_FOR_BASE_P (XEXP (X, 1)))                           \
        base = XEXP (X, 1), index = XEXP (X, 0);                 \
        base = XEXP (X, 1), index = XEXP (X, 0);                 \
      else if (REG_P (XEXP (X, 0))                                       \
      else if (REG_P (XEXP (X, 0))                                       \
               && REG_OK_FOR_BASE_P (XEXP (X, 0)))                       \
               && REG_OK_FOR_BASE_P (XEXP (X, 0)))                       \
        base = XEXP (X, 0), index = XEXP (X, 1);                 \
        base = XEXP (X, 0), index = XEXP (X, 1);                 \
      if (base                                                          \
      if (base                                                          \
          && GET_CODE (index) == CONST_INT                              \
          && GET_CODE (index) == CONST_INT                              \
          && ((INT_14_BITS (index)                                      \
          && ((INT_14_BITS (index)                                      \
               && (((MODE) != DImode                                    \
               && (((MODE) != DImode                                    \
                    && (MODE) != SFmode                                 \
                    && (MODE) != SFmode                                 \
                    && (MODE) != DFmode)                                \
                    && (MODE) != DFmode)                                \
                   /* The base register for DImode loads and stores     \
                   /* The base register for DImode loads and stores     \
                      with long displacements must be aligned because   \
                      with long displacements must be aligned because   \
                      the lower three bits in the displacement are      \
                      the lower three bits in the displacement are      \
                      assumed to be zero.  */                           \
                      assumed to be zero.  */                           \
                   || ((MODE) == DImode                                 \
                   || ((MODE) == DImode                                 \
                       && (!TARGET_64BIT                                \
                       && (!TARGET_64BIT                                \
                           || (INTVAL (index) % 8) == 0))                \
                           || (INTVAL (index) % 8) == 0))                \
                   /* Similarly, the base register for SFmode/DFmode    \
                   /* Similarly, the base register for SFmode/DFmode    \
                      loads and stores with long displacements must     \
                      loads and stores with long displacements must     \
                      be aligned.  */                                   \
                      be aligned.  */                                   \
                   || (((MODE) == SFmode || (MODE) == DFmode)           \
                   || (((MODE) == SFmode || (MODE) == DFmode)           \
                       && INT14_OK_STRICT                               \
                       && INT14_OK_STRICT                               \
                       && (INTVAL (index) % GET_MODE_SIZE (MODE)) == 0))) \
                       && (INTVAL (index) % GET_MODE_SIZE (MODE)) == 0))) \
               || INT_5_BITS (index)))                                  \
               || INT_5_BITS (index)))                                  \
        goto ADDR;                                                      \
        goto ADDR;                                                      \
      if (!TARGET_DISABLE_INDEXING                                      \
      if (!TARGET_DISABLE_INDEXING                                      \
          /* Only accept the "canonical" INDEX+BASE operand order       \
          /* Only accept the "canonical" INDEX+BASE operand order       \
             on targets with non-equivalent space registers.  */        \
             on targets with non-equivalent space registers.  */        \
          && (TARGET_NO_SPACE_REGS                                      \
          && (TARGET_NO_SPACE_REGS                                      \
              ? (base && REG_P (index))                                 \
              ? (base && REG_P (index))                                 \
              : (base == XEXP (X, 1) && REG_P (index)                   \
              : (base == XEXP (X, 1) && REG_P (index)                   \
                 && (reload_completed                                   \
                 && (reload_completed                                   \
                     || (reload_in_progress && HARD_REGISTER_P (base))  \
                     || (reload_in_progress && HARD_REGISTER_P (base))  \
                     || REG_POINTER (base))                             \
                     || REG_POINTER (base))                             \
                 && (reload_completed                                   \
                 && (reload_completed                                   \
                     || (reload_in_progress && HARD_REGISTER_P (index)) \
                     || (reload_in_progress && HARD_REGISTER_P (index)) \
                     || !REG_POINTER (index))))                         \
                     || !REG_POINTER (index))))                         \
          && MODE_OK_FOR_UNSCALED_INDEXING_P (MODE)                     \
          && MODE_OK_FOR_UNSCALED_INDEXING_P (MODE)                     \
          && REG_OK_FOR_INDEX_P (index)                                 \
          && REG_OK_FOR_INDEX_P (index)                                 \
          && borx_reg_operand (base, Pmode)                             \
          && borx_reg_operand (base, Pmode)                             \
          && borx_reg_operand (index, Pmode))                           \
          && borx_reg_operand (index, Pmode))                           \
        goto ADDR;                                                      \
        goto ADDR;                                                      \
      if (!TARGET_DISABLE_INDEXING                                      \
      if (!TARGET_DISABLE_INDEXING                                      \
          && base                                                       \
          && base                                                       \
          && GET_CODE (index) == MULT                                   \
          && GET_CODE (index) == MULT                                   \
          && MODE_OK_FOR_SCALED_INDEXING_P (MODE)                       \
          && MODE_OK_FOR_SCALED_INDEXING_P (MODE)                       \
          && REG_P (XEXP (index, 0))                                     \
          && REG_P (XEXP (index, 0))                                     \
          && GET_MODE (XEXP (index, 0)) == Pmode                 \
          && GET_MODE (XEXP (index, 0)) == Pmode                 \
          && REG_OK_FOR_INDEX_P (XEXP (index, 0))                        \
          && REG_OK_FOR_INDEX_P (XEXP (index, 0))                        \
          && GET_CODE (XEXP (index, 1)) == CONST_INT                    \
          && GET_CODE (XEXP (index, 1)) == CONST_INT                    \
          && INTVAL (XEXP (index, 1))                                   \
          && INTVAL (XEXP (index, 1))                                   \
             == (HOST_WIDE_INT) GET_MODE_SIZE (MODE)                    \
             == (HOST_WIDE_INT) GET_MODE_SIZE (MODE)                    \
          && borx_reg_operand (base, Pmode))                            \
          && borx_reg_operand (base, Pmode))                            \
        goto ADDR;                                                      \
        goto ADDR;                                                      \
    }                                                                   \
    }                                                                   \
  else if (GET_CODE (X) == LO_SUM                                       \
  else if (GET_CODE (X) == LO_SUM                                       \
           && GET_CODE (XEXP (X, 0)) == REG                              \
           && GET_CODE (XEXP (X, 0)) == REG                              \
           && REG_OK_FOR_BASE_P (XEXP (X, 0))                            \
           && REG_OK_FOR_BASE_P (XEXP (X, 0))                            \
           && CONSTANT_P (XEXP (X, 1))                                  \
           && CONSTANT_P (XEXP (X, 1))                                  \
           && (TARGET_SOFT_FLOAT                                        \
           && (TARGET_SOFT_FLOAT                                        \
               /* We can allow symbolic LO_SUM addresses for PA2.0.  */ \
               /* We can allow symbolic LO_SUM addresses for PA2.0.  */ \
               || (TARGET_PA_20                                         \
               || (TARGET_PA_20                                         \
                   && !TARGET_ELF32                                     \
                   && !TARGET_ELF32                                     \
                   && GET_CODE (XEXP (X, 1)) != CONST_INT)              \
                   && GET_CODE (XEXP (X, 1)) != CONST_INT)              \
               || ((MODE) != SFmode                                     \
               || ((MODE) != SFmode                                     \
                   && (MODE) != DFmode)))                               \
                   && (MODE) != DFmode)))                               \
    goto ADDR;                                                          \
    goto ADDR;                                                          \
  else if (GET_CODE (X) == LO_SUM                                       \
  else if (GET_CODE (X) == LO_SUM                                       \
           && GET_CODE (XEXP (X, 0)) == SUBREG                           \
           && GET_CODE (XEXP (X, 0)) == SUBREG                           \
           && GET_CODE (SUBREG_REG (XEXP (X, 0))) == REG         \
           && GET_CODE (SUBREG_REG (XEXP (X, 0))) == REG         \
           && REG_OK_FOR_BASE_P (SUBREG_REG (XEXP (X, 0)))               \
           && REG_OK_FOR_BASE_P (SUBREG_REG (XEXP (X, 0)))               \
           && CONSTANT_P (XEXP (X, 1))                                  \
           && CONSTANT_P (XEXP (X, 1))                                  \
           && (TARGET_SOFT_FLOAT                                        \
           && (TARGET_SOFT_FLOAT                                        \
               /* We can allow symbolic LO_SUM addresses for PA2.0.  */ \
               /* We can allow symbolic LO_SUM addresses for PA2.0.  */ \
               || (TARGET_PA_20                                         \
               || (TARGET_PA_20                                         \
                   && !TARGET_ELF32                                     \
                   && !TARGET_ELF32                                     \
                   && GET_CODE (XEXP (X, 1)) != CONST_INT)              \
                   && GET_CODE (XEXP (X, 1)) != CONST_INT)              \
               || ((MODE) != SFmode                                     \
               || ((MODE) != SFmode                                     \
                   && (MODE) != DFmode)))                               \
                   && (MODE) != DFmode)))                               \
    goto ADDR;                                                          \
    goto ADDR;                                                          \
  else if (GET_CODE (X) == CONST_INT && INT_5_BITS (X))                 \
  else if (GET_CODE (X) == CONST_INT && INT_5_BITS (X))                 \
    goto ADDR;                                                          \
    goto ADDR;                                                          \
  /* Needed for -fPIC */                                                \
  /* Needed for -fPIC */                                                \
  else if (GET_CODE (X) == LO_SUM                                       \
  else if (GET_CODE (X) == LO_SUM                                       \
           && GET_CODE (XEXP (X, 0)) == REG                      \
           && GET_CODE (XEXP (X, 0)) == REG                      \
           && REG_OK_FOR_BASE_P (XEXP (X, 0))                            \
           && REG_OK_FOR_BASE_P (XEXP (X, 0))                            \
           && GET_CODE (XEXP (X, 1)) == UNSPEC                          \
           && GET_CODE (XEXP (X, 1)) == UNSPEC                          \
           && (TARGET_SOFT_FLOAT                                        \
           && (TARGET_SOFT_FLOAT                                        \
               || (TARGET_PA_20 && !TARGET_ELF32)                       \
               || (TARGET_PA_20 && !TARGET_ELF32)                       \
               || ((MODE) != SFmode                                     \
               || ((MODE) != SFmode                                     \
                   && (MODE) != DFmode)))                               \
                   && (MODE) != DFmode)))                               \
    goto ADDR;                                                          \
    goto ADDR;                                                          \
}
}
 
 
/* Look for machine dependent ways to make the invalid address AD a
/* Look for machine dependent ways to make the invalid address AD a
   valid address.
   valid address.
 
 
   For the PA, transform:
   For the PA, transform:
 
 
        memory(X + <large int>)
        memory(X + <large int>)
 
 
   into:
   into:
 
 
        if (<large int> & mask) >= 16
        if (<large int> & mask) >= 16
          Y = (<large int> & ~mask) + mask + 1  Round up.
          Y = (<large int> & ~mask) + mask + 1  Round up.
        else
        else
          Y = (<large int> & ~mask)             Round down.
          Y = (<large int> & ~mask)             Round down.
        Z = X + Y
        Z = X + Y
        memory (Z + (<large int> - Y));
        memory (Z + (<large int> - Y));
 
 
   This makes reload inheritance and reload_cse work better since Z
   This makes reload inheritance and reload_cse work better since Z
   can be reused.
   can be reused.
 
 
   There may be more opportunities to improve code with this hook.  */
   There may be more opportunities to improve code with this hook.  */
#define LEGITIMIZE_RELOAD_ADDRESS(AD, MODE, OPNUM, TYPE, IND, WIN)      \
#define LEGITIMIZE_RELOAD_ADDRESS(AD, MODE, OPNUM, TYPE, IND, WIN)      \
do {                                                                    \
do {                                                                    \
  long offset, newoffset, mask;                                         \
  long offset, newoffset, mask;                                         \
  rtx new_rtx, temp = NULL_RTX;                                         \
  rtx new_rtx, temp = NULL_RTX;                                         \
                                                                        \
                                                                        \
  mask = (GET_MODE_CLASS (MODE) == MODE_FLOAT                           \
  mask = (GET_MODE_CLASS (MODE) == MODE_FLOAT                           \
          ? (INT14_OK_STRICT ? 0x3fff : 0x1f) : 0x3fff);                \
          ? (INT14_OK_STRICT ? 0x3fff : 0x1f) : 0x3fff);                \
                                                                        \
                                                                        \
  if (optimize && GET_CODE (AD) == PLUS)                                \
  if (optimize && GET_CODE (AD) == PLUS)                                \
    temp = simplify_binary_operation (PLUS, Pmode,                      \
    temp = simplify_binary_operation (PLUS, Pmode,                      \
                                      XEXP (AD, 0), XEXP (AD, 1));       \
                                      XEXP (AD, 0), XEXP (AD, 1));       \
                                                                        \
                                                                        \
  new_rtx = temp ? temp : AD;                                           \
  new_rtx = temp ? temp : AD;                                           \
                                                                        \
                                                                        \
  if (optimize                                                          \
  if (optimize                                                          \
      && GET_CODE (new_rtx) == PLUS                                             \
      && GET_CODE (new_rtx) == PLUS                                             \
      && GET_CODE (XEXP (new_rtx, 0)) == REG                             \
      && GET_CODE (XEXP (new_rtx, 0)) == REG                             \
      && GET_CODE (XEXP (new_rtx, 1)) == CONST_INT)                             \
      && GET_CODE (XEXP (new_rtx, 1)) == CONST_INT)                             \
    {                                                                   \
    {                                                                   \
      offset = INTVAL (XEXP ((new_rtx), 1));                            \
      offset = INTVAL (XEXP ((new_rtx), 1));                            \
                                                                        \
                                                                        \
      /* Choose rounding direction.  Round up if we are >= halfway.  */ \
      /* Choose rounding direction.  Round up if we are >= halfway.  */ \
      if ((offset & mask) >= ((mask + 1) / 2))                          \
      if ((offset & mask) >= ((mask + 1) / 2))                          \
        newoffset = (offset & ~mask) + mask + 1;                        \
        newoffset = (offset & ~mask) + mask + 1;                        \
      else                                                              \
      else                                                              \
        newoffset = offset & ~mask;                                     \
        newoffset = offset & ~mask;                                     \
                                                                        \
                                                                        \
      /* Ensure that long displacements are aligned.  */                \
      /* Ensure that long displacements are aligned.  */                \
      if (mask == 0x3fff                                                \
      if (mask == 0x3fff                                                \
          && (GET_MODE_CLASS (MODE) == MODE_FLOAT                       \
          && (GET_MODE_CLASS (MODE) == MODE_FLOAT                       \
              || (TARGET_64BIT && (MODE) == DImode)))                   \
              || (TARGET_64BIT && (MODE) == DImode)))                   \
        newoffset &= ~(GET_MODE_SIZE (MODE) - 1);                       \
        newoffset &= ~(GET_MODE_SIZE (MODE) - 1);                       \
                                                                        \
                                                                        \
      if (newoffset != 0 && VAL_14_BITS_P (newoffset))                   \
      if (newoffset != 0 && VAL_14_BITS_P (newoffset))                   \
        {                                                               \
        {                                                               \
          temp = gen_rtx_PLUS (Pmode, XEXP (new_rtx, 0),                 \
          temp = gen_rtx_PLUS (Pmode, XEXP (new_rtx, 0),                 \
                               GEN_INT (newoffset));                    \
                               GEN_INT (newoffset));                    \
          AD = gen_rtx_PLUS (Pmode, temp, GEN_INT (offset - newoffset));\
          AD = gen_rtx_PLUS (Pmode, temp, GEN_INT (offset - newoffset));\
          push_reload (XEXP (AD, 0), 0, &XEXP (AD, 0), 0,           \
          push_reload (XEXP (AD, 0), 0, &XEXP (AD, 0), 0,           \
                       BASE_REG_CLASS, Pmode, VOIDmode, 0, 0,             \
                       BASE_REG_CLASS, Pmode, VOIDmode, 0, 0,             \
                       (OPNUM), (TYPE));                                \
                       (OPNUM), (TYPE));                                \
          goto WIN;                                                     \
          goto WIN;                                                     \
        }                                                               \
        }                                                               \
    }                                                                   \
    }                                                                   \
} while (0)
} while (0)
 
 
 
 


#define TARGET_ASM_SELECT_SECTION  pa_select_section
#define TARGET_ASM_SELECT_SECTION  pa_select_section
 
 
/* Return a nonzero value if DECL has a section attribute.  */
/* Return a nonzero value if DECL has a section attribute.  */
#define IN_NAMED_SECTION_P(DECL) \
#define IN_NAMED_SECTION_P(DECL) \
  ((TREE_CODE (DECL) == FUNCTION_DECL || TREE_CODE (DECL) == VAR_DECL) \
  ((TREE_CODE (DECL) == FUNCTION_DECL || TREE_CODE (DECL) == VAR_DECL) \
   && DECL_SECTION_NAME (DECL) != NULL_TREE)
   && DECL_SECTION_NAME (DECL) != NULL_TREE)
 
 
/* Define this macro if references to a symbol must be treated
/* Define this macro if references to a symbol must be treated
   differently depending on something about the variable or
   differently depending on something about the variable or
   function named by the symbol (such as what section it is in).
   function named by the symbol (such as what section it is in).
 
 
   The macro definition, if any, is executed immediately after the
   The macro definition, if any, is executed immediately after the
   rtl for DECL or other node is created.
   rtl for DECL or other node is created.
   The value of the rtl will be a `mem' whose address is a
   The value of the rtl will be a `mem' whose address is a
   `symbol_ref'.
   `symbol_ref'.
 
 
   The usual thing for this macro to do is to a flag in the
   The usual thing for this macro to do is to a flag in the
   `symbol_ref' (such as `SYMBOL_REF_FLAG') or to store a modified
   `symbol_ref' (such as `SYMBOL_REF_FLAG') or to store a modified
   name string in the `symbol_ref' (if one bit is not enough
   name string in the `symbol_ref' (if one bit is not enough
   information).
   information).
 
 
   On the HP-PA we use this to indicate if a symbol is in text or
   On the HP-PA we use this to indicate if a symbol is in text or
   data space.  Also, function labels need special treatment.  */
   data space.  Also, function labels need special treatment.  */
 
 
#define TEXT_SPACE_P(DECL)\
#define TEXT_SPACE_P(DECL)\
  (TREE_CODE (DECL) == FUNCTION_DECL                                    \
  (TREE_CODE (DECL) == FUNCTION_DECL                                    \
   || (TREE_CODE (DECL) == VAR_DECL                                     \
   || (TREE_CODE (DECL) == VAR_DECL                                     \
       && TREE_READONLY (DECL) && ! TREE_SIDE_EFFECTS (DECL)            \
       && TREE_READONLY (DECL) && ! TREE_SIDE_EFFECTS (DECL)            \
       && (! DECL_INITIAL (DECL) || ! reloc_needed (DECL_INITIAL (DECL))) \
       && (! DECL_INITIAL (DECL) || ! reloc_needed (DECL_INITIAL (DECL))) \
       && !flag_pic)                                                    \
       && !flag_pic)                                                    \
   || CONSTANT_CLASS_P (DECL))
   || CONSTANT_CLASS_P (DECL))
 
 
#define FUNCTION_NAME_P(NAME)  (*(NAME) == '@')
#define FUNCTION_NAME_P(NAME)  (*(NAME) == '@')
 
 
/* Specify the machine mode that this machine uses for the index in the
/* Specify the machine mode that this machine uses for the index in the
   tablejump instruction.  For small tables, an element consists of a
   tablejump instruction.  For small tables, an element consists of a
   ia-relative branch and its delay slot.  When -mbig-switch is specified,
   ia-relative branch and its delay slot.  When -mbig-switch is specified,
   we use a 32-bit absolute address for non-pic code, and a 32-bit offset
   we use a 32-bit absolute address for non-pic code, and a 32-bit offset
   for both 32 and 64-bit pic code.  */
   for both 32 and 64-bit pic code.  */
#define CASE_VECTOR_MODE (TARGET_BIG_SWITCH ? SImode : DImode)
#define CASE_VECTOR_MODE (TARGET_BIG_SWITCH ? SImode : DImode)
 
 
/* Jump tables must be 32-bit aligned, no matter the size of the element.  */
/* Jump tables must be 32-bit aligned, no matter the size of the element.  */
#define ADDR_VEC_ALIGN(ADDR_VEC) 2
#define ADDR_VEC_ALIGN(ADDR_VEC) 2
 
 
/* Define this as 1 if `char' should by default be signed; else as 0.  */
/* Define this as 1 if `char' should by default be signed; else as 0.  */
#define DEFAULT_SIGNED_CHAR 1
#define DEFAULT_SIGNED_CHAR 1
 
 
/* Max number of bytes we can move from memory to memory
/* Max number of bytes we can move from memory to memory
   in one reasonably fast instruction.  */
   in one reasonably fast instruction.  */
#define MOVE_MAX 8
#define MOVE_MAX 8
 
 
/* Higher than the default as we prefer to use simple move insns
/* Higher than the default as we prefer to use simple move insns
   (better scheduling and delay slot filling) and because our
   (better scheduling and delay slot filling) and because our
   built-in block move is really a 2X unrolled loop.
   built-in block move is really a 2X unrolled loop.
 
 
   Believe it or not, this has to be big enough to allow for copying all
   Believe it or not, this has to be big enough to allow for copying all
   arguments passed in registers to avoid infinite recursion during argument
   arguments passed in registers to avoid infinite recursion during argument
   setup for a function call.  Why?  Consider how we copy the stack slots
   setup for a function call.  Why?  Consider how we copy the stack slots
   reserved for parameters when they may be trashed by a call.  */
   reserved for parameters when they may be trashed by a call.  */
#define MOVE_RATIO(speed) (TARGET_64BIT ? 8 : 4)
#define MOVE_RATIO(speed) (TARGET_64BIT ? 8 : 4)
 
 
/* Define if operations between registers always perform the operation
/* Define if operations between registers always perform the operation
   on the full register even if a narrower mode is specified.  */
   on the full register even if a narrower mode is specified.  */
#define WORD_REGISTER_OPERATIONS
#define WORD_REGISTER_OPERATIONS
 
 
/* Define if loading in MODE, an integral mode narrower than BITS_PER_WORD
/* Define if loading in MODE, an integral mode narrower than BITS_PER_WORD
   will either zero-extend or sign-extend.  The value of this macro should
   will either zero-extend or sign-extend.  The value of this macro should
   be the code that says which one of the two operations is implicitly
   be the code that says which one of the two operations is implicitly
   done, UNKNOWN if none.  */
   done, UNKNOWN if none.  */
#define LOAD_EXTEND_OP(MODE) ZERO_EXTEND
#define LOAD_EXTEND_OP(MODE) ZERO_EXTEND
 
 
/* Nonzero if access to memory by bytes is slow and undesirable.  */
/* Nonzero if access to memory by bytes is slow and undesirable.  */
#define SLOW_BYTE_ACCESS 1
#define SLOW_BYTE_ACCESS 1
 
 
/* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
/* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
   is done just by pretending it is already truncated.  */
   is done just by pretending it is already truncated.  */
#define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1
#define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1
 
 
/* Specify the machine mode that pointers have.
/* Specify the machine mode that pointers have.
   After generation of rtl, the compiler makes no further distinction
   After generation of rtl, the compiler makes no further distinction
   between pointers and any other objects of this machine mode.  */
   between pointers and any other objects of this machine mode.  */
#define Pmode word_mode
#define Pmode word_mode
 
 
/* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
/* Given a comparison code (EQ, NE, etc.) and the first operand of a COMPARE,
   return the mode to be used for the comparison.  For floating-point, CCFPmode
   return the mode to be used for the comparison.  For floating-point, CCFPmode
   should be used.  CC_NOOVmode should be used when the first operand is a
   should be used.  CC_NOOVmode should be used when the first operand is a
   PLUS, MINUS, or NEG.  CCmode should be used when no special processing is
   PLUS, MINUS, or NEG.  CCmode should be used when no special processing is
   needed.  */
   needed.  */
#define SELECT_CC_MODE(OP,X,Y) \
#define SELECT_CC_MODE(OP,X,Y) \
  (GET_MODE_CLASS (GET_MODE (X)) == MODE_FLOAT ? CCFPmode : CCmode)    \
  (GET_MODE_CLASS (GET_MODE (X)) == MODE_FLOAT ? CCFPmode : CCmode)    \
 
 
/* A function address in a call instruction
/* A function address in a call instruction
   is a byte address (for indexing purposes)
   is a byte address (for indexing purposes)
   so give the MEM rtx a byte's mode.  */
   so give the MEM rtx a byte's mode.  */
#define FUNCTION_MODE SImode
#define FUNCTION_MODE SImode
 
 
/* Define this if addresses of constant functions
/* Define this if addresses of constant functions
   shouldn't be put through pseudo regs where they can be cse'd.
   shouldn't be put through pseudo regs where they can be cse'd.
   Desirable on machines where ordinary constants are expensive
   Desirable on machines where ordinary constants are expensive
   but a CALL with constant address is cheap.  */
   but a CALL with constant address is cheap.  */
#define NO_FUNCTION_CSE
#define NO_FUNCTION_CSE
 
 
/* Define this to be nonzero if shift instructions ignore all but the low-order
/* Define this to be nonzero if shift instructions ignore all but the low-order
   few bits.  */
   few bits.  */
#define SHIFT_COUNT_TRUNCATED 1
#define SHIFT_COUNT_TRUNCATED 1
 
 
/* Compute extra cost of moving data between one register class
/* Compute extra cost of moving data between one register class
   and another.
   and another.
 
 
   Make moves from SAR so expensive they should never happen.  We used to
   Make moves from SAR so expensive they should never happen.  We used to
   have 0xffff here, but that generates overflow in rare cases.
   have 0xffff here, but that generates overflow in rare cases.
 
 
   Copies involving a FP register and a non-FP register are relatively
   Copies involving a FP register and a non-FP register are relatively
   expensive because they must go through memory.
   expensive because they must go through memory.
 
 
   Other copies are reasonably cheap.  */
   Other copies are reasonably cheap.  */
#define REGISTER_MOVE_COST(MODE, CLASS1, CLASS2) \
#define REGISTER_MOVE_COST(MODE, CLASS1, CLASS2) \
 (CLASS1 == SHIFT_REGS ? 0x100                                  \
 (CLASS1 == SHIFT_REGS ? 0x100                                  \
  : FP_REG_CLASS_P (CLASS1) && ! FP_REG_CLASS_P (CLASS2) ? 16   \
  : FP_REG_CLASS_P (CLASS1) && ! FP_REG_CLASS_P (CLASS2) ? 16   \
  : FP_REG_CLASS_P (CLASS2) && ! FP_REG_CLASS_P (CLASS1) ? 16   \
  : FP_REG_CLASS_P (CLASS2) && ! FP_REG_CLASS_P (CLASS1) ? 16   \
  : 2)
  : 2)
 
 
/* Adjust the cost of branches.  */
/* Adjust the cost of branches.  */
#define BRANCH_COST(speed_p, predictable_p) (pa_cpu == PROCESSOR_8000 ? 2 : 1)
#define BRANCH_COST(speed_p, predictable_p) (pa_cpu == PROCESSOR_8000 ? 2 : 1)
 
 
/* Handling the special cases is going to get too complicated for a macro,
/* Handling the special cases is going to get too complicated for a macro,
   just call `pa_adjust_insn_length' to do the real work.  */
   just call `pa_adjust_insn_length' to do the real work.  */
#define ADJUST_INSN_LENGTH(INSN, LENGTH)        \
#define ADJUST_INSN_LENGTH(INSN, LENGTH)        \
  LENGTH += pa_adjust_insn_length (INSN, LENGTH);
  LENGTH += pa_adjust_insn_length (INSN, LENGTH);
 
 
/* Millicode insns are actually function calls with some special
/* Millicode insns are actually function calls with some special
   constraints on arguments and register usage.
   constraints on arguments and register usage.
 
 
   Millicode calls always expect their arguments in the integer argument
   Millicode calls always expect their arguments in the integer argument
   registers, and always return their result in %r29 (ret1).  They
   registers, and always return their result in %r29 (ret1).  They
   are expected to clobber their arguments, %r1, %r29, and the return
   are expected to clobber their arguments, %r1, %r29, and the return
   pointer which is %r31 on 32-bit and %r2 on 64-bit, and nothing else.
   pointer which is %r31 on 32-bit and %r2 on 64-bit, and nothing else.
 
 
   This macro tells reorg that the references to arguments and
   This macro tells reorg that the references to arguments and
   millicode calls do not appear to happen until after the millicode call.
   millicode calls do not appear to happen until after the millicode call.
   This allows reorg to put insns which set the argument registers into the
   This allows reorg to put insns which set the argument registers into the
   delay slot of the millicode call -- thus they act more like traditional
   delay slot of the millicode call -- thus they act more like traditional
   CALL_INSNs.
   CALL_INSNs.
 
 
   Note we cannot consider side effects of the insn to be delayed because
   Note we cannot consider side effects of the insn to be delayed because
   the branch and link insn will clobber the return pointer.  If we happened
   the branch and link insn will clobber the return pointer.  If we happened
   to use the return pointer in the delay slot of the call, then we lose.
   to use the return pointer in the delay slot of the call, then we lose.
 
 
   get_attr_type will try to recognize the given insn, so make sure to
   get_attr_type will try to recognize the given insn, so make sure to
   filter out things it will not accept -- SEQUENCE, USE and CLOBBER insns
   filter out things it will not accept -- SEQUENCE, USE and CLOBBER insns
   in particular.  */
   in particular.  */
#define INSN_REFERENCES_ARE_DELAYED(X) (insn_refs_are_delayed (X))
#define INSN_REFERENCES_ARE_DELAYED(X) (insn_refs_are_delayed (X))
 
 


/* Control the assembler format that we output.  */
/* Control the assembler format that we output.  */
 
 
/* A C string constant describing how to begin a comment in the target
/* A C string constant describing how to begin a comment in the target
   assembler language.  The compiler assumes that the comment will end at
   assembler language.  The compiler assumes that the comment will end at
   the end of the line.  */
   the end of the line.  */
 
 
#define ASM_COMMENT_START ";"
#define ASM_COMMENT_START ";"
 
 
/* Output to assembler file text saying following lines
/* Output to assembler file text saying following lines
   may contain character constants, extra white space, comments, etc.  */
   may contain character constants, extra white space, comments, etc.  */
 
 
#define ASM_APP_ON ""
#define ASM_APP_ON ""
 
 
/* Output to assembler file text saying following lines
/* Output to assembler file text saying following lines
   no longer contain unusual constructs.  */
   no longer contain unusual constructs.  */
 
 
#define ASM_APP_OFF ""
#define ASM_APP_OFF ""
 
 
/* This is how to output the definition of a user-level label named NAME,
/* This is how to output the definition of a user-level label named NAME,
   such as the label on a static function or variable NAME.  */
   such as the label on a static function or variable NAME.  */
 
 
#define ASM_OUTPUT_LABEL(FILE,NAME) \
#define ASM_OUTPUT_LABEL(FILE,NAME) \
  do {                                                  \
  do {                                                  \
    assemble_name ((FILE), (NAME));                     \
    assemble_name ((FILE), (NAME));                     \
    if (TARGET_GAS)                                     \
    if (TARGET_GAS)                                     \
      fputs (":\n", (FILE));                            \
      fputs (":\n", (FILE));                            \
    else                                                \
    else                                                \
      fputc ('\n', (FILE));                             \
      fputc ('\n', (FILE));                             \
  } while (0)
  } while (0)
 
 
/* This is how to output a reference to a user-level label named NAME.
/* This is how to output a reference to a user-level label named NAME.
   `assemble_name' uses this.  */
   `assemble_name' uses this.  */
 
 
#define ASM_OUTPUT_LABELREF(FILE,NAME)  \
#define ASM_OUTPUT_LABELREF(FILE,NAME)  \
  do {                                  \
  do {                                  \
    const char *xname = (NAME);         \
    const char *xname = (NAME);         \
    if (FUNCTION_NAME_P (NAME))         \
    if (FUNCTION_NAME_P (NAME))         \
      xname += 1;                       \
      xname += 1;                       \
    if (xname[0] == '*')         \
    if (xname[0] == '*')         \
      xname += 1;                       \
      xname += 1;                       \
    else                                \
    else                                \
      fputs (user_label_prefix, FILE);  \
      fputs (user_label_prefix, FILE);  \
    fputs (xname, FILE);                \
    fputs (xname, FILE);                \
  } while (0)
  } while (0)
 
 
/* This how we output the symbol_ref X.  */
/* This how we output the symbol_ref X.  */
 
 
#define ASM_OUTPUT_SYMBOL_REF(FILE,X) \
#define ASM_OUTPUT_SYMBOL_REF(FILE,X) \
  do {                                                 \
  do {                                                 \
    SYMBOL_REF_FLAGS (X) |= SYMBOL_FLAG_REFERENCED;    \
    SYMBOL_REF_FLAGS (X) |= SYMBOL_FLAG_REFERENCED;    \
    assemble_name (FILE, XSTR (X, 0));                 \
    assemble_name (FILE, XSTR (X, 0));                 \
  } while (0)
  } while (0)
 
 
/* This is how to store into the string LABEL
/* This is how to store into the string LABEL
   the symbol_ref name of an internal numbered label where
   the symbol_ref name of an internal numbered label where
   PREFIX is the class of label and NUM is the number within the class.
   PREFIX is the class of label and NUM is the number within the class.
   This is suitable for output with `assemble_name'.  */
   This is suitable for output with `assemble_name'.  */
 
 
#define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM)   \
#define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM)   \
  sprintf (LABEL, "*%c$%s%04ld", (PREFIX)[0], (PREFIX) + 1, (long)(NUM))
  sprintf (LABEL, "*%c$%s%04ld", (PREFIX)[0], (PREFIX) + 1, (long)(NUM))
 
 
/* Output the definition of a compiler-generated label named NAME.  */
/* Output the definition of a compiler-generated label named NAME.  */
 
 
#define ASM_OUTPUT_INTERNAL_LABEL(FILE,NAME) \
#define ASM_OUTPUT_INTERNAL_LABEL(FILE,NAME) \
  do {                                                  \
  do {                                                  \
    assemble_name_raw ((FILE), (NAME));                 \
    assemble_name_raw ((FILE), (NAME));                 \
    if (TARGET_GAS)                                     \
    if (TARGET_GAS)                                     \
      fputs (":\n", (FILE));                            \
      fputs (":\n", (FILE));                            \
    else                                                \
    else                                                \
      fputc ('\n', (FILE));                             \
      fputc ('\n', (FILE));                             \
  } while (0)
  } while (0)
 
 
#define TARGET_ASM_GLOBALIZE_LABEL pa_globalize_label
#define TARGET_ASM_GLOBALIZE_LABEL pa_globalize_label
 
 
#define ASM_OUTPUT_ASCII(FILE, P, SIZE)  \
#define ASM_OUTPUT_ASCII(FILE, P, SIZE)  \
  output_ascii ((FILE), (P), (SIZE))
  output_ascii ((FILE), (P), (SIZE))
 
 
/* Jump tables are always placed in the text section.  Technically, it
/* Jump tables are always placed in the text section.  Technically, it
   is possible to put them in the readonly data section when -mbig-switch
   is possible to put them in the readonly data section when -mbig-switch
   is specified.  This has the benefit of getting the table out of .text
   is specified.  This has the benefit of getting the table out of .text
   and reducing branch lengths as a result.  The downside is that an
   and reducing branch lengths as a result.  The downside is that an
   additional insn (addil) is needed to access the table when generating
   additional insn (addil) is needed to access the table when generating
   PIC code.  The address difference table also has to use 32-bit
   PIC code.  The address difference table also has to use 32-bit
   pc-relative relocations.  Currently, GAS does not support these
   pc-relative relocations.  Currently, GAS does not support these
   relocations, although it is easily modified to do this operation.
   relocations, although it is easily modified to do this operation.
   The table entries need to look like "$L1+(.+8-$L0)-$PIC_pcrel$0"
   The table entries need to look like "$L1+(.+8-$L0)-$PIC_pcrel$0"
   when using ELF GAS.  A simple difference can be used when using
   when using ELF GAS.  A simple difference can be used when using
   SOM GAS or the HP assembler.  The final downside is GDB complains
   SOM GAS or the HP assembler.  The final downside is GDB complains
   about the nesting of the label for the table when debugging.  */
   about the nesting of the label for the table when debugging.  */
 
 
#define JUMP_TABLES_IN_TEXT_SECTION 1
#define JUMP_TABLES_IN_TEXT_SECTION 1
 
 
/* This is how to output an element of a case-vector that is absolute.  */
/* This is how to output an element of a case-vector that is absolute.  */
 
 
#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE)  \
#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE)  \
  if (TARGET_BIG_SWITCH)                                                \
  if (TARGET_BIG_SWITCH)                                                \
    fprintf (FILE, "\t.word L$%04d\n", VALUE);                          \
    fprintf (FILE, "\t.word L$%04d\n", VALUE);                          \
  else                                                                  \
  else                                                                  \
    fprintf (FILE, "\tb L$%04d\n\tnop\n", VALUE)
    fprintf (FILE, "\tb L$%04d\n\tnop\n", VALUE)
 
 
/* This is how to output an element of a case-vector that is relative.
/* This is how to output an element of a case-vector that is relative.
   Since we always place jump tables in the text section, the difference
   Since we always place jump tables in the text section, the difference
   is absolute and requires no relocation.  */
   is absolute and requires no relocation.  */
 
 
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL)  \
#define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL)  \
  if (TARGET_BIG_SWITCH)                                                \
  if (TARGET_BIG_SWITCH)                                                \
    fprintf (FILE, "\t.word L$%04d-L$%04d\n", VALUE, REL);              \
    fprintf (FILE, "\t.word L$%04d-L$%04d\n", VALUE, REL);              \
  else                                                                  \
  else                                                                  \
    fprintf (FILE, "\tb L$%04d\n\tnop\n", VALUE)
    fprintf (FILE, "\tb L$%04d\n\tnop\n", VALUE)
 
 
/* This is how to output an assembler line that says to advance the
/* This is how to output an assembler line that says to advance the
   location counter to a multiple of 2**LOG bytes.  */
   location counter to a multiple of 2**LOG bytes.  */
 
 
#define ASM_OUTPUT_ALIGN(FILE,LOG)      \
#define ASM_OUTPUT_ALIGN(FILE,LOG)      \
    fprintf (FILE, "\t.align %d\n", (1<<(LOG)))
    fprintf (FILE, "\t.align %d\n", (1<<(LOG)))
 
 
#define ASM_OUTPUT_SKIP(FILE,SIZE)  \
#define ASM_OUTPUT_SKIP(FILE,SIZE)  \
  fprintf (FILE, "\t.blockz "HOST_WIDE_INT_PRINT_UNSIGNED"\n",          \
  fprintf (FILE, "\t.blockz "HOST_WIDE_INT_PRINT_UNSIGNED"\n",          \
           (unsigned HOST_WIDE_INT)(SIZE))
           (unsigned HOST_WIDE_INT)(SIZE))
 
 
/* This says how to output an assembler line to define an uninitialized
/* This says how to output an assembler line to define an uninitialized
   global variable with size SIZE (in bytes) and alignment ALIGN (in bits).
   global variable with size SIZE (in bytes) and alignment ALIGN (in bits).
   This macro exists to properly support languages like C++ which do not
   This macro exists to properly support languages like C++ which do not
   have common data.  */
   have common data.  */
 
 
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN)           \
#define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN)           \
  pa_asm_output_aligned_bss (FILE, NAME, SIZE, ALIGN)
  pa_asm_output_aligned_bss (FILE, NAME, SIZE, ALIGN)
 
 
/* This says how to output an assembler line to define a global common symbol
/* This says how to output an assembler line to define a global common symbol
   with size SIZE (in bytes) and alignment ALIGN (in bits).  */
   with size SIZE (in bytes) and alignment ALIGN (in bits).  */
 
 
#define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN)              \
#define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN)              \
  pa_asm_output_aligned_common (FILE, NAME, SIZE, ALIGN)
  pa_asm_output_aligned_common (FILE, NAME, SIZE, ALIGN)
 
 
/* This says how to output an assembler line to define a local common symbol
/* This says how to output an assembler line to define a local common symbol
   with size SIZE (in bytes) and alignment ALIGN (in bits).  This macro
   with size SIZE (in bytes) and alignment ALIGN (in bits).  This macro
   controls how the assembler definitions of uninitialized static variables
   controls how the assembler definitions of uninitialized static variables
   are output.  */
   are output.  */
 
 
#define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN)               \
#define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN)               \
  pa_asm_output_aligned_local (FILE, NAME, SIZE, ALIGN)
  pa_asm_output_aligned_local (FILE, NAME, SIZE, ALIGN)
 
 
/* All HP assemblers use "!" to separate logical lines.  */
/* All HP assemblers use "!" to separate logical lines.  */
#define IS_ASM_LOGICAL_LINE_SEPARATOR(C, STR) ((C) == '!')
#define IS_ASM_LOGICAL_LINE_SEPARATOR(C, STR) ((C) == '!')
 
 
#define PRINT_OPERAND_PUNCT_VALID_P(CHAR) \
#define PRINT_OPERAND_PUNCT_VALID_P(CHAR) \
  ((CHAR) == '@' || (CHAR) == '#' || (CHAR) == '*' || (CHAR) == '^')
  ((CHAR) == '@' || (CHAR) == '#' || (CHAR) == '*' || (CHAR) == '^')
 
 
/* Print operand X (an rtx) in assembler syntax to file FILE.
/* Print operand X (an rtx) in assembler syntax to file FILE.
   CODE is a letter or dot (`z' in `%z0') or 0 if no letter was specified.
   CODE is a letter or dot (`z' in `%z0') or 0 if no letter was specified.
   For `%' followed by punctuation, CODE is the punctuation and X is null.
   For `%' followed by punctuation, CODE is the punctuation and X is null.
 
 
   On the HP-PA, the CODE can be `r', meaning this is a register-only operand
   On the HP-PA, the CODE can be `r', meaning this is a register-only operand
   and an immediate zero should be represented as `r0'.
   and an immediate zero should be represented as `r0'.
 
 
   Several % codes are defined:
   Several % codes are defined:
   O an operation
   O an operation
   C compare conditions
   C compare conditions
   N extract conditions
   N extract conditions
   M modifier to handle preincrement addressing for memory refs.
   M modifier to handle preincrement addressing for memory refs.
   F modifier to handle preincrement addressing for fp memory refs */
   F modifier to handle preincrement addressing for fp memory refs */
 
 
#define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
#define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
 
 


/* Print a memory address as an operand to reference that memory location.  */
/* Print a memory address as an operand to reference that memory location.  */
 
 
#define PRINT_OPERAND_ADDRESS(FILE, ADDR)  \
#define PRINT_OPERAND_ADDRESS(FILE, ADDR)  \
{ rtx addr = ADDR;                                                      \
{ rtx addr = ADDR;                                                      \
  switch (GET_CODE (addr))                                              \
  switch (GET_CODE (addr))                                              \
    {                                                                   \
    {                                                                   \
    case REG:                                                           \
    case REG:                                                           \
      fprintf (FILE, "0(%s)", reg_names [REGNO (addr)]);                \
      fprintf (FILE, "0(%s)", reg_names [REGNO (addr)]);                \
      break;                                                            \
      break;                                                            \
    case PLUS:                                                          \
    case PLUS:                                                          \
      gcc_assert (GET_CODE (XEXP (addr, 1)) == CONST_INT);              \
      gcc_assert (GET_CODE (XEXP (addr, 1)) == CONST_INT);              \
      fprintf (FILE, "%d(%s)", (int)INTVAL (XEXP (addr, 1)),            \
      fprintf (FILE, "%d(%s)", (int)INTVAL (XEXP (addr, 1)),            \
               reg_names [REGNO (XEXP (addr, 0))]);                      \
               reg_names [REGNO (XEXP (addr, 0))]);                      \
      break;                                                            \
      break;                                                            \
    case LO_SUM:                                                        \
    case LO_SUM:                                                        \
      if (!symbolic_operand (XEXP (addr, 1), VOIDmode))                 \
      if (!symbolic_operand (XEXP (addr, 1), VOIDmode))                 \
        fputs ("R'", FILE);                                             \
        fputs ("R'", FILE);                                             \
      else if (flag_pic == 0)                                            \
      else if (flag_pic == 0)                                            \
        fputs ("RR'", FILE);                                            \
        fputs ("RR'", FILE);                                            \
      else                                                              \
      else                                                              \
        fputs ("RT'", FILE);                                            \
        fputs ("RT'", FILE);                                            \
      output_global_address (FILE, XEXP (addr, 1), 0);                   \
      output_global_address (FILE, XEXP (addr, 1), 0);                   \
      fputs ("(", FILE);                                                \
      fputs ("(", FILE);                                                \
      output_operand (XEXP (addr, 0), 0);                         \
      output_operand (XEXP (addr, 0), 0);                         \
      fputs (")", FILE);                                                \
      fputs (")", FILE);                                                \
      break;                                                            \
      break;                                                            \
    case CONST_INT:                                                     \
    case CONST_INT:                                                     \
      fprintf (FILE, HOST_WIDE_INT_PRINT_DEC "(%%r0)", INTVAL (addr));  \
      fprintf (FILE, HOST_WIDE_INT_PRINT_DEC "(%%r0)", INTVAL (addr));  \
      break;                                                            \
      break;                                                            \
    default:                                                            \
    default:                                                            \
      output_addr_const (FILE, addr);                                   \
      output_addr_const (FILE, addr);                                   \
    }}
    }}
 
 


/* Find the return address associated with the frame given by
/* Find the return address associated with the frame given by
   FRAMEADDR.  */
   FRAMEADDR.  */
#define RETURN_ADDR_RTX(COUNT, FRAMEADDR)                                \
#define RETURN_ADDR_RTX(COUNT, FRAMEADDR)                                \
  (return_addr_rtx (COUNT, FRAMEADDR))
  (return_addr_rtx (COUNT, FRAMEADDR))
 
 
/* Used to mask out junk bits from the return address, such as
/* Used to mask out junk bits from the return address, such as
   processor state, interrupt status, condition codes and the like.  */
   processor state, interrupt status, condition codes and the like.  */
#define MASK_RETURN_ADDR                                                \
#define MASK_RETURN_ADDR                                                \
  /* The privilege level is in the two low order bits, mask em out      \
  /* The privilege level is in the two low order bits, mask em out      \
     of the return address.  */                                         \
     of the return address.  */                                         \
  (GEN_INT (-4))
  (GEN_INT (-4))
 
 
/* The number of Pmode words for the setjmp buffer.  */
/* The number of Pmode words for the setjmp buffer.  */
#define JMP_BUF_SIZE 50
#define JMP_BUF_SIZE 50
 
 
/* We need a libcall to canonicalize function pointers on TARGET_ELF32.  */
/* We need a libcall to canonicalize function pointers on TARGET_ELF32.  */
#define CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL \
#define CANONICALIZE_FUNCPTR_FOR_COMPARE_LIBCALL \
  "__canonicalize_funcptr_for_compare"
  "__canonicalize_funcptr_for_compare"
 
 
#ifdef HAVE_AS_TLS
#ifdef HAVE_AS_TLS
#undef TARGET_HAVE_TLS
#undef TARGET_HAVE_TLS
#define TARGET_HAVE_TLS true
#define TARGET_HAVE_TLS true
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.