OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [config/] [iq2000/] [iq2000.h] - Diff between revs 38 and 154

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

Rev 38 Rev 154
/* Definitions of target machine for GNU compiler.
/* Definitions of target machine for GNU compiler.
   Vitesse IQ2000 processors
   Vitesse IQ2000 processors
   Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
   Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
 
 
   This file is part of GCC.
   This file is part of GCC.
 
 
   GCC is free software; you can redistribute it and/or modify it
   GCC is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published
   under the terms of the GNU General Public License as published
   by the Free Software Foundation; either version 3, or (at your
   by the Free Software Foundation; either version 3, or (at your
   option) any later version.
   option) any later version.
 
 
   GCC is distributed in the hope that it will be useful, but WITHOUT
   GCC is distributed in the hope that it will be useful, but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
   License for more details.
   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/>.  */
 
 
/* Driver configuration.  */
/* Driver configuration.  */
 
 
#undef  SWITCH_TAKES_ARG
#undef  SWITCH_TAKES_ARG
#define SWITCH_TAKES_ARG(CHAR)                                          \
#define SWITCH_TAKES_ARG(CHAR)                                          \
  (DEFAULT_SWITCH_TAKES_ARG (CHAR) || (CHAR) == 'G')
  (DEFAULT_SWITCH_TAKES_ARG (CHAR) || (CHAR) == 'G')
 
 
/* The svr4.h LIB_SPEC with -leval and --*group tacked on */
/* The svr4.h LIB_SPEC with -leval and --*group tacked on */
#undef  LIB_SPEC
#undef  LIB_SPEC
#define LIB_SPEC "%{!shared:%{!symbolic:--start-group -lc -leval -lgcc --end-group}}"
#define LIB_SPEC "%{!shared:%{!symbolic:--start-group -lc -leval -lgcc --end-group}}"
 
 
#undef STARTFILE_SPEC
#undef STARTFILE_SPEC
#undef ENDFILE_SPEC
#undef ENDFILE_SPEC
 
 


/* Run-time target specifications.  */
/* Run-time target specifications.  */
 
 
#define TARGET_CPU_CPP_BUILTINS()               \
#define TARGET_CPU_CPP_BUILTINS()               \
  do                                            \
  do                                            \
    {                                           \
    {                                           \
      builtin_define ("__iq2000__");            \
      builtin_define ("__iq2000__");            \
      builtin_assert ("cpu=iq2000");            \
      builtin_assert ("cpu=iq2000");            \
      builtin_assert ("machine=iq2000");        \
      builtin_assert ("machine=iq2000");        \
    }                                           \
    }                                           \
  while (0)
  while (0)
 
 
/* Macros used in the machine description to test the flags.  */
/* Macros used in the machine description to test the flags.  */
 
 
#define TARGET_STATS            0
#define TARGET_STATS            0
 
 
#define TARGET_DEBUG_MODE       0
#define TARGET_DEBUG_MODE       0
#define TARGET_DEBUG_A_MODE     0
#define TARGET_DEBUG_A_MODE     0
#define TARGET_DEBUG_B_MODE     0
#define TARGET_DEBUG_B_MODE     0
#define TARGET_DEBUG_C_MODE     0
#define TARGET_DEBUG_C_MODE     0
#define TARGET_DEBUG_D_MODE     0
#define TARGET_DEBUG_D_MODE     0
 
 
#ifndef IQ2000_ISA_DEFAULT
#ifndef IQ2000_ISA_DEFAULT
#define IQ2000_ISA_DEFAULT 1
#define IQ2000_ISA_DEFAULT 1
#endif
#endif
 
 
#define IQ2000_VERSION "[1.0]"
#define IQ2000_VERSION "[1.0]"
 
 
#ifndef MACHINE_TYPE
#ifndef MACHINE_TYPE
#define MACHINE_TYPE "IQ2000"
#define MACHINE_TYPE "IQ2000"
#endif
#endif
 
 
#ifndef TARGET_VERSION_INTERNAL
#ifndef TARGET_VERSION_INTERNAL
#define TARGET_VERSION_INTERNAL(STREAM)                                 \
#define TARGET_VERSION_INTERNAL(STREAM)                                 \
  fprintf (STREAM, " %s %s", IQ2000_VERSION, MACHINE_TYPE)
  fprintf (STREAM, " %s %s", IQ2000_VERSION, MACHINE_TYPE)
#endif
#endif
 
 
#ifndef TARGET_VERSION
#ifndef TARGET_VERSION
#define TARGET_VERSION TARGET_VERSION_INTERNAL (stderr)
#define TARGET_VERSION TARGET_VERSION_INTERNAL (stderr)
#endif
#endif
 
 
#define OVERRIDE_OPTIONS override_options ()
#define OVERRIDE_OPTIONS override_options ()
 
 
#define CAN_DEBUG_WITHOUT_FP
#define CAN_DEBUG_WITHOUT_FP


/* Storage Layout.  */
/* Storage Layout.  */
 
 
#define BITS_BIG_ENDIAN                 0
#define BITS_BIG_ENDIAN                 0
#define BYTES_BIG_ENDIAN                1 
#define BYTES_BIG_ENDIAN                1 
#define WORDS_BIG_ENDIAN                1
#define WORDS_BIG_ENDIAN                1
#define LIBGCC2_WORDS_BIG_ENDIAN        1
#define LIBGCC2_WORDS_BIG_ENDIAN        1
#define BITS_PER_WORD                   32
#define BITS_PER_WORD                   32
#define MAX_BITS_PER_WORD               64
#define MAX_BITS_PER_WORD               64
#define UNITS_PER_WORD                  4
#define UNITS_PER_WORD                  4
#define MIN_UNITS_PER_WORD              4
#define MIN_UNITS_PER_WORD              4
#define POINTER_SIZE                    32
#define POINTER_SIZE                    32
 
 
/* 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.
 
 
   We promote any value smaller than SImode up to SImode.  */
   We promote any value smaller than SImode up to SImode.  */
 
 
#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) < 4)              \
      && GET_MODE_SIZE (MODE) < 4)              \
    (MODE) = SImode;
    (MODE) = SImode;
 
 
#define PARM_BOUNDARY 32
#define PARM_BOUNDARY 32
 
 
#define STACK_BOUNDARY 64
#define STACK_BOUNDARY 64
 
 
#define FUNCTION_BOUNDARY 32
#define FUNCTION_BOUNDARY 32
 
 
#define BIGGEST_ALIGNMENT 64
#define BIGGEST_ALIGNMENT 64
 
 
#undef  DATA_ALIGNMENT
#undef  DATA_ALIGNMENT
#define DATA_ALIGNMENT(TYPE, ALIGN)                                     \
#define DATA_ALIGNMENT(TYPE, ALIGN)                                     \
  ((((ALIGN) < BITS_PER_WORD)                                           \
  ((((ALIGN) < BITS_PER_WORD)                                           \
    && (TREE_CODE (TYPE) == ARRAY_TYPE                                  \
    && (TREE_CODE (TYPE) == ARRAY_TYPE                                  \
        || TREE_CODE (TYPE) == UNION_TYPE                               \
        || TREE_CODE (TYPE) == UNION_TYPE                               \
        || TREE_CODE (TYPE) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN))
        || TREE_CODE (TYPE) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN))
 
 
#define CONSTANT_ALIGNMENT(EXP, ALIGN)                                  \
#define CONSTANT_ALIGNMENT(EXP, ALIGN)                                  \
  ((TREE_CODE (EXP) == STRING_CST  || TREE_CODE (EXP) == CONSTRUCTOR)   \
  ((TREE_CODE (EXP) == STRING_CST  || TREE_CODE (EXP) == CONSTRUCTOR)   \
   && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
   && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
 
 
#define EMPTY_FIELD_BOUNDARY 32
#define EMPTY_FIELD_BOUNDARY 32
 
 
#define STRUCTURE_SIZE_BOUNDARY 8
#define STRUCTURE_SIZE_BOUNDARY 8
 
 
#define STRICT_ALIGNMENT 1
#define STRICT_ALIGNMENT 1
 
 
#define PCC_BITFIELD_TYPE_MATTERS 1
#define PCC_BITFIELD_TYPE_MATTERS 1
 
 
#define TARGET_FLOAT_FORMAT IEEE_FLOAT_FORMAT
#define TARGET_FLOAT_FORMAT IEEE_FLOAT_FORMAT
 
 


/* Layout of Source Language Data Types.  */
/* Layout of Source Language Data Types.  */
 
 
#define INT_TYPE_SIZE           32
#define INT_TYPE_SIZE           32
#define SHORT_TYPE_SIZE         16
#define SHORT_TYPE_SIZE         16
#define LONG_TYPE_SIZE          32
#define LONG_TYPE_SIZE          32
#define LONG_LONG_TYPE_SIZE     64
#define LONG_LONG_TYPE_SIZE     64
#define CHAR_TYPE_SIZE          BITS_PER_UNIT
#define CHAR_TYPE_SIZE          BITS_PER_UNIT
#define FLOAT_TYPE_SIZE         32
#define FLOAT_TYPE_SIZE         32
#define DOUBLE_TYPE_SIZE        64
#define DOUBLE_TYPE_SIZE        64
#define LONG_DOUBLE_TYPE_SIZE   64
#define LONG_DOUBLE_TYPE_SIZE   64
#define DEFAULT_SIGNED_CHAR     1
#define DEFAULT_SIGNED_CHAR     1
 
 


/* Register Basics.  */
/* Register Basics.  */
 
 
/* On the IQ2000, we have 32 integer registers.  */
/* On the IQ2000, we have 32 integer registers.  */
#define FIRST_PSEUDO_REGISTER 33
#define FIRST_PSEUDO_REGISTER 33
 
 
#define FIXED_REGISTERS                                                 \
#define FIXED_REGISTERS                                                 \
{                                                                       \
{                                                                       \
  1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     \
  1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,                     \
  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1                        \
  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1                        \
}
}
 
 
#define CALL_USED_REGISTERS                                             \
#define CALL_USED_REGISTERS                                             \
{                                                                       \
{                                                                       \
  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,                       \
  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,                       \
  0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1                      \
  0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1                      \
}
}
 
 


/* Order of allocation of registers.  */
/* Order of allocation of registers.  */
 
 
#define REG_ALLOC_ORDER                                                 \
#define REG_ALLOC_ORDER                                                 \
{  0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15,        \
{  0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15,        \
  16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31        \
  16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31        \
}
}
 
 


/* How Values Fit in Registers.  */
/* How Values Fit in Registers.  */
 
 
#define HARD_REGNO_NREGS(REGNO, MODE)   \
#define HARD_REGNO_NREGS(REGNO, MODE)   \
  ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
  ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
 
 
#define HARD_REGNO_MODE_OK(REGNO, MODE)                         \
#define HARD_REGNO_MODE_OK(REGNO, MODE)                         \
 ((REGNO_REG_CLASS (REGNO) == GR_REGS)                          \
 ((REGNO_REG_CLASS (REGNO) == GR_REGS)                          \
  ? ((REGNO) & 1) == 0 || GET_MODE_SIZE (MODE) <= 4      \
  ? ((REGNO) & 1) == 0 || GET_MODE_SIZE (MODE) <= 4      \
  : ((REGNO) & 1) == 0 || GET_MODE_SIZE (MODE) == 4)
  : ((REGNO) & 1) == 0 || GET_MODE_SIZE (MODE) == 4)
 
 
#define MODES_TIEABLE_P(MODE1, MODE2)                           \
#define MODES_TIEABLE_P(MODE1, MODE2)                           \
  ((GET_MODE_CLASS (MODE1) == MODE_FLOAT ||                     \
  ((GET_MODE_CLASS (MODE1) == MODE_FLOAT ||                     \
    GET_MODE_CLASS (MODE1) == MODE_COMPLEX_FLOAT)               \
    GET_MODE_CLASS (MODE1) == MODE_COMPLEX_FLOAT)               \
   == (GET_MODE_CLASS (MODE2) == MODE_FLOAT ||                  \
   == (GET_MODE_CLASS (MODE2) == MODE_FLOAT ||                  \
       GET_MODE_CLASS (MODE2) == MODE_COMPLEX_FLOAT))
       GET_MODE_CLASS (MODE2) == MODE_COMPLEX_FLOAT))
 
 
#define AVOID_CCMODE_COPIES
#define AVOID_CCMODE_COPIES
 
 


/* Register Classes.  */
/* Register Classes.  */
 
 
enum reg_class
enum reg_class
{
{
  NO_REGS,                      /* No registers in set.  */
  NO_REGS,                      /* No registers in set.  */
  GR_REGS,                      /* Integer registers.  */
  GR_REGS,                      /* Integer registers.  */
  ALL_REGS,                     /* All registers.  */
  ALL_REGS,                     /* All registers.  */
  LIM_REG_CLASSES               /* Max value + 1.  */
  LIM_REG_CLASSES               /* Max value + 1.  */
};
};
 
 
#define GENERAL_REGS GR_REGS
#define GENERAL_REGS GR_REGS
 
 
#define N_REG_CLASSES (int) LIM_REG_CLASSES
#define N_REG_CLASSES (int) LIM_REG_CLASSES
 
 
#define REG_CLASS_NAMES                                         \
#define REG_CLASS_NAMES                                         \
{                                                               \
{                                                               \
  "NO_REGS",                                                    \
  "NO_REGS",                                                    \
  "GR_REGS",                                                    \
  "GR_REGS",                                                    \
  "ALL_REGS"                                                    \
  "ALL_REGS"                                                    \
}
}
 
 
#define REG_CLASS_CONTENTS                                      \
#define REG_CLASS_CONTENTS                                      \
{                                                               \
{                                                               \
  { 0x00000000, 0x00000000 },   /* No registers,  */            \
  { 0x00000000, 0x00000000 },   /* No registers,  */            \
  { 0xffffffff, 0x00000000 },   /* Integer registers.  */       \
  { 0xffffffff, 0x00000000 },   /* Integer registers.  */       \
  { 0xffffffff, 0x00000001 }    /* All registers.  */           \
  { 0xffffffff, 0x00000001 }    /* All registers.  */           \
}
}
 
 
#define REGNO_REG_CLASS(REGNO) \
#define REGNO_REG_CLASS(REGNO) \
((REGNO) <= GP_REG_LAST + 1 ? GR_REGS : NO_REGS)
((REGNO) <= GP_REG_LAST + 1 ? GR_REGS : NO_REGS)
 
 
#define BASE_REG_CLASS  (GR_REGS)
#define BASE_REG_CLASS  (GR_REGS)
 
 
#define INDEX_REG_CLASS NO_REGS
#define INDEX_REG_CLASS NO_REGS
 
 
#define REG_CLASS_FROM_LETTER(C) \
#define REG_CLASS_FROM_LETTER(C) \
  ((C) == 'd' ? GR_REGS :        \
  ((C) == 'd' ? GR_REGS :        \
   (C) == 'b' ? ALL_REGS :       \
   (C) == 'b' ? ALL_REGS :       \
   (C) == 'y' ? GR_REGS :        \
   (C) == 'y' ? GR_REGS :        \
   NO_REGS)
   NO_REGS)
 
 
#define REGNO_OK_FOR_INDEX_P(regno)     0
#define REGNO_OK_FOR_INDEX_P(regno)     0
 
 
#define PREFERRED_RELOAD_CLASS(X,CLASS)                         \
#define PREFERRED_RELOAD_CLASS(X,CLASS)                         \
  ((CLASS) != ALL_REGS                                          \
  ((CLASS) != ALL_REGS                                          \
   ? (CLASS)                                                    \
   ? (CLASS)                                                    \
   : ((GET_MODE_CLASS (GET_MODE (X)) == MODE_FLOAT              \
   : ((GET_MODE_CLASS (GET_MODE (X)) == MODE_FLOAT              \
       || GET_MODE_CLASS (GET_MODE (X)) == MODE_COMPLEX_FLOAT)  \
       || GET_MODE_CLASS (GET_MODE (X)) == MODE_COMPLEX_FLOAT)  \
      ? (GR_REGS)                                               \
      ? (GR_REGS)                                               \
      : ((GET_MODE_CLASS (GET_MODE (X)) == MODE_INT             \
      : ((GET_MODE_CLASS (GET_MODE (X)) == MODE_INT             \
          || GET_MODE (X) == VOIDmode)                          \
          || GET_MODE (X) == VOIDmode)                          \
         ? (GR_REGS)                                            \
         ? (GR_REGS)                                            \
         : (CLASS))))
         : (CLASS))))
 
 
#define SMALL_REGISTER_CLASSES 0
#define SMALL_REGISTER_CLASSES 0
 
 
#define CLASS_MAX_NREGS(CLASS, MODE)    \
#define CLASS_MAX_NREGS(CLASS, MODE)    \
  ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
  ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
 
 
/* For IQ2000:
/* For IQ2000:
 
 
   `I'  is used for the range of constants an arithmetic insn can
   `I'  is used for the range of constants an arithmetic insn can
        actually contain (16 bits signed integers).
        actually contain (16 bits signed integers).
 
 
   `J'  is used for the range which is just zero (i.e., $r0).
   `J'  is used for the range which is just zero (i.e., $r0).
 
 
   `K'  is used for the range of constants a logical insn can actually
   `K'  is used for the range of constants a logical insn can actually
        contain (16 bit zero-extended integers).
        contain (16 bit zero-extended integers).
 
 
   `L'  is used for the range of constants that be loaded with lui
   `L'  is used for the range of constants that be loaded with lui
        (i.e., the bottom 16 bits are zero).
        (i.e., the bottom 16 bits are zero).
 
 
   `M'  is used for the range of constants that take two words to load
   `M'  is used for the range of constants that take two words to load
        (i.e., not matched by `I', `K', and `L').
        (i.e., not matched by `I', `K', and `L').
 
 
   `N'  is used for constants 0xffffnnnn or 0xnnnnffff
   `N'  is used for constants 0xffffnnnn or 0xnnnnffff
 
 
   `O'  is a 5 bit zero-extended integer.  */
   `O'  is a 5 bit zero-extended integer.  */
 
 
#define CONST_OK_FOR_LETTER_P(VALUE, C)                                 \
#define CONST_OK_FOR_LETTER_P(VALUE, C)                                 \
  ((C) == 'I' ? ((unsigned HOST_WIDE_INT) ((VALUE) + 0x8000) < 0x10000) \
  ((C) == 'I' ? ((unsigned HOST_WIDE_INT) ((VALUE) + 0x8000) < 0x10000) \
   : (C) == 'J' ? ((VALUE) == 0)                                 \
   : (C) == 'J' ? ((VALUE) == 0)                                 \
   : (C) == 'K' ? ((unsigned HOST_WIDE_INT) (VALUE) < 0x10000)          \
   : (C) == 'K' ? ((unsigned HOST_WIDE_INT) (VALUE) < 0x10000)          \
   : (C) == 'L' ? (((VALUE) & 0x0000ffff) == 0                           \
   : (C) == 'L' ? (((VALUE) & 0x0000ffff) == 0                           \
                   && (((VALUE) & ~2147483647) == 0                      \
                   && (((VALUE) & ~2147483647) == 0                      \
                       || ((VALUE) & ~2147483647) == ~2147483647))      \
                       || ((VALUE) & ~2147483647) == ~2147483647))      \
   : (C) == 'M' ? ((((VALUE) & ~0x0000ffff) != 0)                        \
   : (C) == 'M' ? ((((VALUE) & ~0x0000ffff) != 0)                        \
                   && (((VALUE) & ~0x0000ffff) != ~0x0000ffff)          \
                   && (((VALUE) & ~0x0000ffff) != ~0x0000ffff)          \
                   && (((VALUE) & 0x0000ffff) != 0                       \
                   && (((VALUE) & 0x0000ffff) != 0                       \
                       || (((VALUE) & ~2147483647) != 0                  \
                       || (((VALUE) & ~2147483647) != 0                  \
                           && ((VALUE) & ~2147483647) != ~2147483647))) \
                           && ((VALUE) & ~2147483647) != ~2147483647))) \
   : (C) == 'N' ? ((((VALUE) & 0xffff) == 0xffff)                       \
   : (C) == 'N' ? ((((VALUE) & 0xffff) == 0xffff)                       \
                   || (((VALUE) & 0xffff0000) == 0xffff0000))           \
                   || (((VALUE) & 0xffff0000) == 0xffff0000))           \
   : (C) == 'O' ? ((unsigned HOST_WIDE_INT) ((VALUE) + 0x20) < 0x40)    \
   : (C) == 'O' ? ((unsigned HOST_WIDE_INT) ((VALUE) + 0x20) < 0x40)    \
   : 0)
   : 0)
 
 
#define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C)                          \
#define CONST_DOUBLE_OK_FOR_LETTER_P(VALUE, C)                          \
  ((C) == 'G'                                                           \
  ((C) == 'G'                                                           \
   && (VALUE) == CONST0_RTX (GET_MODE (VALUE)))
   && (VALUE) == CONST0_RTX (GET_MODE (VALUE)))
 
 
/* `R' is for memory references which take 1 word for the instruction.  */
/* `R' is for memory references which take 1 word for the instruction.  */
 
 
#define EXTRA_CONSTRAINT(OP,CODE)                                       \
#define EXTRA_CONSTRAINT(OP,CODE)                                       \
  (((CODE) == 'R')        ? simple_memory_operand (OP, GET_MODE (OP))   \
  (((CODE) == 'R')        ? simple_memory_operand (OP, GET_MODE (OP))   \
   : FALSE)
   : FALSE)
 
 


/* Basic Stack Layout.  */
/* Basic Stack Layout.  */
 
 
#define STACK_GROWS_DOWNWARD
#define STACK_GROWS_DOWNWARD
 
 
#define FRAME_GROWS_DOWNWARD 0
#define FRAME_GROWS_DOWNWARD 0
 
 
#define STARTING_FRAME_OFFSET                                           \
#define STARTING_FRAME_OFFSET                                           \
  (current_function_outgoing_args_size)
  (current_function_outgoing_args_size)
 
 
/* Use the default value zero.  */
/* Use the default value zero.  */
/* #define STACK_POINTER_OFFSET 0 */
/* #define STACK_POINTER_OFFSET 0 */
 
 
#define FIRST_PARM_OFFSET(FNDECL) 0
#define FIRST_PARM_OFFSET(FNDECL) 0
 
 
/* The return address for the current frame is in r31 if this is a leaf
/* The return address for the current frame is in r31 if this is a leaf
   function.  Otherwise, it is on the stack.  It is at a variable offset
   function.  Otherwise, it is on the stack.  It is at a variable offset
   from sp/fp/ap, so we define a fake hard register rap which is a
   from sp/fp/ap, so we define a fake hard register rap which is a
   pointer to the return address on the stack.  This always gets eliminated
   pointer to the return address on the stack.  This always gets eliminated
   during reload to be either the frame pointer or the stack pointer plus
   during reload to be either the frame pointer or the stack pointer plus
   an offset.  */
   an offset.  */
 
 
#define RETURN_ADDR_RTX(count, frame)                                   \
#define RETURN_ADDR_RTX(count, frame)                                   \
  (((count) == 0)                                                       \
  (((count) == 0)                                                       \
   ? (leaf_function_p ()                                                \
   ? (leaf_function_p ()                                                \
      ? gen_rtx_REG (Pmode, GP_REG_FIRST + 31)                          \
      ? gen_rtx_REG (Pmode, GP_REG_FIRST + 31)                          \
      : gen_rtx_MEM (Pmode, gen_rtx_REG (Pmode,                         \
      : gen_rtx_MEM (Pmode, gen_rtx_REG (Pmode,                         \
                                         RETURN_ADDRESS_POINTER_REGNUM))) \
                                         RETURN_ADDRESS_POINTER_REGNUM))) \
    : (rtx) 0)
    : (rtx) 0)
 
 
/* Before the prologue, RA lives in r31.  */
/* Before the prologue, RA lives in r31.  */
#define INCOMING_RETURN_ADDR_RTX  gen_rtx_REG (VOIDmode, GP_REG_FIRST + 31)
#define INCOMING_RETURN_ADDR_RTX  gen_rtx_REG (VOIDmode, GP_REG_FIRST + 31)
 
 


/* Register That Address the Stack Frame.  */
/* Register That Address the Stack Frame.  */
 
 
#define STACK_POINTER_REGNUM            (GP_REG_FIRST + 29)
#define STACK_POINTER_REGNUM            (GP_REG_FIRST + 29)
#define FRAME_POINTER_REGNUM            (GP_REG_FIRST + 1)
#define FRAME_POINTER_REGNUM            (GP_REG_FIRST + 1)
#define HARD_FRAME_POINTER_REGNUM       (GP_REG_FIRST + 27)
#define HARD_FRAME_POINTER_REGNUM       (GP_REG_FIRST + 27)
#define ARG_POINTER_REGNUM              GP_REG_FIRST
#define ARG_POINTER_REGNUM              GP_REG_FIRST
#define RETURN_ADDRESS_POINTER_REGNUM   RAP_REG_NUM
#define RETURN_ADDRESS_POINTER_REGNUM   RAP_REG_NUM
#define STATIC_CHAIN_REGNUM             (GP_REG_FIRST + 2)
#define STATIC_CHAIN_REGNUM             (GP_REG_FIRST + 2)
 
 


/* Eliminating the Frame Pointer and the Arg Pointer.  */
/* Eliminating the Frame Pointer and the Arg Pointer.  */
 
 
#define FRAME_POINTER_REQUIRED 0
#define FRAME_POINTER_REQUIRED 0
 
 
#define ELIMINABLE_REGS                                                 \
#define ELIMINABLE_REGS                                                 \
{{ ARG_POINTER_REGNUM,   STACK_POINTER_REGNUM},                         \
{{ ARG_POINTER_REGNUM,   STACK_POINTER_REGNUM},                         \
 { ARG_POINTER_REGNUM,   HARD_FRAME_POINTER_REGNUM},                    \
 { ARG_POINTER_REGNUM,   HARD_FRAME_POINTER_REGNUM},                    \
 { RETURN_ADDRESS_POINTER_REGNUM, STACK_POINTER_REGNUM},                \
 { RETURN_ADDRESS_POINTER_REGNUM, STACK_POINTER_REGNUM},                \
 { RETURN_ADDRESS_POINTER_REGNUM, HARD_FRAME_POINTER_REGNUM},           \
 { RETURN_ADDRESS_POINTER_REGNUM, HARD_FRAME_POINTER_REGNUM},           \
 { RETURN_ADDRESS_POINTER_REGNUM, GP_REG_FIRST + 31},                   \
 { RETURN_ADDRESS_POINTER_REGNUM, GP_REG_FIRST + 31},                   \
 { FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM},                         \
 { FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM},                         \
 { FRAME_POINTER_REGNUM, HARD_FRAME_POINTER_REGNUM}}
 { FRAME_POINTER_REGNUM, HARD_FRAME_POINTER_REGNUM}}
 
 
 
 
/* We can always eliminate to the frame pointer.  We can eliminate to the
/* We can always eliminate to the frame pointer.  We can eliminate to the
   stack pointer unless a frame pointer is needed.  */
   stack pointer unless a frame pointer is needed.  */
 
 
#define CAN_ELIMINATE(FROM, TO)                                         \
#define CAN_ELIMINATE(FROM, TO)                                         \
  (((FROM) == RETURN_ADDRESS_POINTER_REGNUM && (! leaf_function_p ()    \
  (((FROM) == RETURN_ADDRESS_POINTER_REGNUM && (! leaf_function_p ()    \
   || (TO == GP_REG_FIRST + 31 && leaf_function_p)))                    \
   || (TO == GP_REG_FIRST + 31 && leaf_function_p)))                    \
  || ((FROM) != RETURN_ADDRESS_POINTER_REGNUM                           \
  || ((FROM) != RETURN_ADDRESS_POINTER_REGNUM                           \
   && ((TO) == HARD_FRAME_POINTER_REGNUM                                \
   && ((TO) == HARD_FRAME_POINTER_REGNUM                                \
   || ((TO) == STACK_POINTER_REGNUM && ! frame_pointer_needed))))
   || ((TO) == STACK_POINTER_REGNUM && ! frame_pointer_needed))))
 
 
#define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET)                     \
#define INITIAL_ELIMINATION_OFFSET(FROM, TO, OFFSET)                     \
        (OFFSET) = iq2000_initial_elimination_offset ((FROM), (TO))
        (OFFSET) = iq2000_initial_elimination_offset ((FROM), (TO))


/* Passing Function Arguments on the Stack.  */
/* Passing Function Arguments on the Stack.  */
 
 
/* #define PUSH_ROUNDING(BYTES) 0 */
/* #define PUSH_ROUNDING(BYTES) 0 */
 
 
#define ACCUMULATE_OUTGOING_ARGS 1
#define ACCUMULATE_OUTGOING_ARGS 1
 
 
#define REG_PARM_STACK_SPACE(FNDECL) 0
#define REG_PARM_STACK_SPACE(FNDECL) 0
 
 
#define OUTGOING_REG_PARM_STACK_SPACE
#define OUTGOING_REG_PARM_STACK_SPACE
 
 
#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
 
 


/* Function Arguments in Registers.  */
/* Function Arguments in Registers.  */
 
 
#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)
 
 
#define MAX_ARGS_IN_REGISTERS 8
#define MAX_ARGS_IN_REGISTERS 8
 
 
typedef struct iq2000_args
typedef struct iq2000_args
{
{
  int gp_reg_found;             /* Whether a gp register was found yet.  */
  int gp_reg_found;             /* Whether a gp register was found yet.  */
  unsigned int arg_number;      /* Argument number.  */
  unsigned int arg_number;      /* Argument number.  */
  unsigned int arg_words;       /* # total words the arguments take.  */
  unsigned int arg_words;       /* # total words the arguments take.  */
  unsigned int fp_arg_words;    /* # words for FP args (IQ2000_EABI only).  */
  unsigned int fp_arg_words;    /* # words for FP args (IQ2000_EABI only).  */
  int last_arg_fp;              /* Nonzero if last arg was FP (EABI only).  */
  int last_arg_fp;              /* Nonzero if last arg was FP (EABI only).  */
  int fp_code;                  /* Mode of FP arguments.  */
  int fp_code;                  /* Mode of FP arguments.  */
  unsigned int num_adjusts;     /* Number of adjustments made.  */
  unsigned int num_adjusts;     /* Number of adjustments made.  */
                                /* Adjustments made to args pass in regs.  */
                                /* Adjustments made to args pass in regs.  */
  struct rtx_def * adjust[MAX_ARGS_IN_REGISTERS * 2];
  struct rtx_def * adjust[MAX_ARGS_IN_REGISTERS * 2];
} CUMULATIVE_ARGS;
} CUMULATIVE_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, INDIRECT, N_NAMED_ARGS) \
#define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \
  init_cumulative_args (& CUM, FNTYPE, LIBNAME)                         \
  init_cumulative_args (& CUM, FNTYPE, LIBNAME)                         \
 
 
#define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED)                    \
#define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED)                    \
  function_arg_advance (& CUM, MODE, TYPE, NAMED)
  function_arg_advance (& CUM, MODE, TYPE, NAMED)
 
 
#define FUNCTION_ARG_PADDING(MODE, TYPE)                                \
#define FUNCTION_ARG_PADDING(MODE, TYPE)                                \
  (! BYTES_BIG_ENDIAN                                                   \
  (! BYTES_BIG_ENDIAN                                                   \
   ? upward                                                             \
   ? upward                                                             \
   : (((MODE) == BLKmode                                                \
   : (((MODE) == BLKmode                                                \
       ? ((TYPE) && TREE_CODE (TYPE_SIZE (TYPE)) == INTEGER_CST         \
       ? ((TYPE) && TREE_CODE (TYPE_SIZE (TYPE)) == INTEGER_CST         \
          && int_size_in_bytes (TYPE) < (PARM_BOUNDARY / BITS_PER_UNIT))\
          && int_size_in_bytes (TYPE) < (PARM_BOUNDARY / BITS_PER_UNIT))\
       : (GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY                       \
       : (GET_MODE_BITSIZE (MODE) < PARM_BOUNDARY                       \
          && (GET_MODE_CLASS (MODE) == MODE_INT)))                      \
          && (GET_MODE_CLASS (MODE) == MODE_INT)))                      \
      ? downward : upward))
      ? downward : upward))
 
 
#define FUNCTION_ARG_BOUNDARY(MODE, TYPE)                               \
#define FUNCTION_ARG_BOUNDARY(MODE, TYPE)                               \
  (((TYPE) != 0)                                                 \
  (((TYPE) != 0)                                                 \
        ? ((TYPE_ALIGN(TYPE) <= PARM_BOUNDARY)                          \
        ? ((TYPE_ALIGN(TYPE) <= PARM_BOUNDARY)                          \
                ? PARM_BOUNDARY                                         \
                ? PARM_BOUNDARY                                         \
                : TYPE_ALIGN(TYPE))                                     \
                : TYPE_ALIGN(TYPE))                                     \
        : ((GET_MODE_ALIGNMENT(MODE) <= PARM_BOUNDARY)                  \
        : ((GET_MODE_ALIGNMENT(MODE) <= PARM_BOUNDARY)                  \
                ? PARM_BOUNDARY                                         \
                ? PARM_BOUNDARY                                         \
                : GET_MODE_ALIGNMENT(MODE)))
                : GET_MODE_ALIGNMENT(MODE)))
 
 
#define FUNCTION_ARG_REGNO_P(N)                                         \
#define FUNCTION_ARG_REGNO_P(N)                                         \
  (((N) >= GP_ARG_FIRST && (N) <= GP_ARG_LAST))
  (((N) >= GP_ARG_FIRST && (N) <= GP_ARG_LAST))
 
 


/* How Scalar Function Values are Returned.  */
/* How Scalar Function Values are Returned.  */
 
 
#define FUNCTION_VALUE(VALTYPE, FUNC)   iq2000_function_value (VALTYPE, FUNC)
#define FUNCTION_VALUE(VALTYPE, FUNC)   iq2000_function_value (VALTYPE, FUNC)
 
 
#define LIBCALL_VALUE(MODE)                             \
#define LIBCALL_VALUE(MODE)                             \
  gen_rtx_REG (((GET_MODE_CLASS (MODE) != MODE_INT      \
  gen_rtx_REG (((GET_MODE_CLASS (MODE) != MODE_INT      \
                 || GET_MODE_SIZE (MODE) >= 4)          \
                 || GET_MODE_SIZE (MODE) >= 4)          \
                ? (MODE)                                \
                ? (MODE)                                \
                : SImode),                              \
                : SImode),                              \
               GP_RETURN)
               GP_RETURN)
 
 
/* On the IQ2000, R2 and R3 are the only register thus used.  */
/* On the IQ2000, R2 and R3 are the only register thus used.  */
 
 
#define FUNCTION_VALUE_REGNO_P(N) ((N) == GP_RETURN)
#define FUNCTION_VALUE_REGNO_P(N) ((N) == GP_RETURN)
 
 


/* How Large Values are Returned.  */
/* How Large Values are Returned.  */
 
 
#define DEFAULT_PCC_STRUCT_RETURN 0
#define DEFAULT_PCC_STRUCT_RETURN 0


/* Function Entry and Exit.  */
/* Function Entry and Exit.  */
 
 
#define EXIT_IGNORE_STACK 1
#define EXIT_IGNORE_STACK 1
 
 


/* Generating Code for Profiling.  */
/* Generating Code for Profiling.  */
 
 
#define FUNCTION_PROFILER(FILE, LABELNO)                                \
#define FUNCTION_PROFILER(FILE, LABELNO)                                \
{                                                                       \
{                                                                       \
  fprintf (FILE, "\t.set\tnoreorder\n");                                \
  fprintf (FILE, "\t.set\tnoreorder\n");                                \
  fprintf (FILE, "\t.set\tnoat\n");                                     \
  fprintf (FILE, "\t.set\tnoat\n");                                     \
  fprintf (FILE, "\tmove\t%s,%s\t\t# save current return address\n",    \
  fprintf (FILE, "\tmove\t%s,%s\t\t# save current return address\n",    \
           reg_names[GP_REG_FIRST + 1], reg_names[GP_REG_FIRST + 31]);  \
           reg_names[GP_REG_FIRST + 1], reg_names[GP_REG_FIRST + 31]);  \
  fprintf (FILE, "\tjal\t_mcount\n");                                   \
  fprintf (FILE, "\tjal\t_mcount\n");                                   \
  fprintf (FILE,                                                        \
  fprintf (FILE,                                                        \
           "\t%s\t%s,%s,%d\t\t# _mcount pops 2 words from  stack\n",    \
           "\t%s\t%s,%s,%d\t\t# _mcount pops 2 words from  stack\n",    \
           "subu",                                                      \
           "subu",                                                      \
           reg_names[STACK_POINTER_REGNUM],                             \
           reg_names[STACK_POINTER_REGNUM],                             \
           reg_names[STACK_POINTER_REGNUM],                             \
           reg_names[STACK_POINTER_REGNUM],                             \
           Pmode == DImode ? 16 : 8);                                   \
           Pmode == DImode ? 16 : 8);                                   \
  fprintf (FILE, "\t.set\treorder\n");                                  \
  fprintf (FILE, "\t.set\treorder\n");                                  \
  fprintf (FILE, "\t.set\tat\n");                                       \
  fprintf (FILE, "\t.set\tat\n");                                       \
}
}
 
 


/* Implementing the Varargs Macros.  */
/* Implementing the Varargs Macros.  */
 
 
#define EXPAND_BUILTIN_VA_START(valist, nextarg) \
#define EXPAND_BUILTIN_VA_START(valist, nextarg) \
  iq2000_va_start (valist, nextarg)
  iq2000_va_start (valist, nextarg)
 
 


/* Trampolines for Nested Functions.  */
/* Trampolines for Nested Functions.  */
 
 
/* A C statement to output, on the stream FILE, assembler code for a
/* A C statement to output, on the stream FILE, assembler code for a
   block of data that contains the constant parts of a trampoline.
   block of data that contains the constant parts of a trampoline.
   This code should not include a label--the label is taken care of
   This code should not include a label--the label is taken care of
   automatically.  */
   automatically.  */
 
 
#define TRAMPOLINE_TEMPLATE(STREAM)                                      \
#define TRAMPOLINE_TEMPLATE(STREAM)                                      \
{                                                                        \
{                                                                        \
  fprintf (STREAM, "\t.word\t0x03e00821\t\t# move   $1,$31\n");         \
  fprintf (STREAM, "\t.word\t0x03e00821\t\t# move   $1,$31\n");         \
  fprintf (STREAM, "\t.word\t0x04110001\t\t# bgezal $0,.+8\n");         \
  fprintf (STREAM, "\t.word\t0x04110001\t\t# bgezal $0,.+8\n");         \
  fprintf (STREAM, "\t.word\t0x00000000\t\t# nop\n");                   \
  fprintf (STREAM, "\t.word\t0x00000000\t\t# nop\n");                   \
  if (Pmode == DImode)                                                  \
  if (Pmode == DImode)                                                  \
    {                                                                   \
    {                                                                   \
      fprintf (STREAM, "\t.word\t0xdfe30014\t\t# ld     $3,20($31)\n"); \
      fprintf (STREAM, "\t.word\t0xdfe30014\t\t# ld     $3,20($31)\n"); \
      fprintf (STREAM, "\t.word\t0xdfe2001c\t\t# ld     $2,28($31)\n"); \
      fprintf (STREAM, "\t.word\t0xdfe2001c\t\t# ld     $2,28($31)\n"); \
    }                                                                   \
    }                                                                   \
  else                                                                  \
  else                                                                  \
    {                                                                   \
    {                                                                   \
      fprintf (STREAM, "\t.word\t0x8fe30014\t\t# lw     $3,20($31)\n"); \
      fprintf (STREAM, "\t.word\t0x8fe30014\t\t# lw     $3,20($31)\n"); \
      fprintf (STREAM, "\t.word\t0x8fe20018\t\t# lw     $2,24($31)\n"); \
      fprintf (STREAM, "\t.word\t0x8fe20018\t\t# lw     $2,24($31)\n"); \
    }                                                                   \
    }                                                                   \
  fprintf (STREAM, "\t.word\t0x0060c821\t\t# move   $25,$3 (abicalls)\n"); \
  fprintf (STREAM, "\t.word\t0x0060c821\t\t# move   $25,$3 (abicalls)\n"); \
  fprintf (STREAM, "\t.word\t0x00600008\t\t# jr     $3\n");             \
  fprintf (STREAM, "\t.word\t0x00600008\t\t# jr     $3\n");             \
  fprintf (STREAM, "\t.word\t0x0020f821\t\t# move   $31,$1\n");         \
  fprintf (STREAM, "\t.word\t0x0020f821\t\t# move   $31,$1\n");         \
  fprintf (STREAM, "\t.word\t0x00000000\t\t# <function address>\n"); \
  fprintf (STREAM, "\t.word\t0x00000000\t\t# <function address>\n"); \
  fprintf (STREAM, "\t.word\t0x00000000\t\t# <static chain value>\n"); \
  fprintf (STREAM, "\t.word\t0x00000000\t\t# <static chain value>\n"); \
}
}
 
 
#define TRAMPOLINE_SIZE (40)
#define TRAMPOLINE_SIZE (40)
 
 
#define TRAMPOLINE_ALIGNMENT 32
#define TRAMPOLINE_ALIGNMENT 32
 
 
#define INITIALIZE_TRAMPOLINE(ADDR, FUNC, CHAIN)                            \
#define INITIALIZE_TRAMPOLINE(ADDR, FUNC, CHAIN)                            \
{                                                                           \
{                                                                           \
  rtx addr = ADDR;                                                          \
  rtx addr = ADDR;                                                          \
    emit_move_insn (gen_rtx_MEM (SImode, plus_constant (addr, 32)), FUNC); \
    emit_move_insn (gen_rtx_MEM (SImode, plus_constant (addr, 32)), FUNC); \
    emit_move_insn (gen_rtx_MEM (SImode, plus_constant (addr, 36)), CHAIN);\
    emit_move_insn (gen_rtx_MEM (SImode, plus_constant (addr, 36)), CHAIN);\
}
}
 
 


/* Addressing Modes.  */
/* Addressing Modes.  */
 
 
#define CONSTANT_ADDRESS_P(X)                                           \
#define CONSTANT_ADDRESS_P(X)                                           \
  (   (GET_CODE (X) == LABEL_REF || GET_CODE (X) == SYMBOL_REF          \
  (   (GET_CODE (X) == LABEL_REF || GET_CODE (X) == SYMBOL_REF          \
    || GET_CODE (X) == CONST_INT || GET_CODE (X) == HIGH                \
    || GET_CODE (X) == CONST_INT || GET_CODE (X) == HIGH                \
    || (GET_CODE (X) == CONST)))
    || (GET_CODE (X) == CONST)))
 
 
#define MAX_REGS_PER_ADDRESS 1
#define MAX_REGS_PER_ADDRESS 1
 
 
#ifdef REG_OK_STRICT
#ifdef REG_OK_STRICT
#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR)         \
#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR)         \
  {                                                     \
  {                                                     \
    if (iq2000_legitimate_address_p (MODE, X, 1))       \
    if (iq2000_legitimate_address_p (MODE, X, 1))       \
      goto ADDR;                                        \
      goto ADDR;                                        \
  }
  }
#else
#else
#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR)         \
#define GO_IF_LEGITIMATE_ADDRESS(MODE, X, ADDR)         \
  {                                                     \
  {                                                     \
    if (iq2000_legitimate_address_p (MODE, X, 0))        \
    if (iq2000_legitimate_address_p (MODE, X, 0))        \
      goto ADDR;                                        \
      goto ADDR;                                        \
  }
  }
#endif
#endif
 
 
#define REG_OK_FOR_INDEX_P(X) 0
#define REG_OK_FOR_INDEX_P(X) 0
 
 
 
 
/* For the IQ2000, transform:
/* For the IQ2000, transform:
 
 
        memory(X + <large int>)
        memory(X + <large int>)
   into:
   into:
        Y = <large int> & ~0x7fff;
        Y = <large int> & ~0x7fff;
        Z = X + Y
        Z = X + Y
        memory (Z + (<large int> & 0x7fff));
        memory (Z + (<large int> & 0x7fff));
*/
*/
 
 
#define LEGITIMIZE_ADDRESS(X,OLDX,MODE,WIN)                             \
#define LEGITIMIZE_ADDRESS(X,OLDX,MODE,WIN)                             \
{                                                                       \
{                                                                       \
  rtx xinsn = (X);                                                      \
  rtx xinsn = (X);                                                      \
                                                                        \
                                                                        \
  if (TARGET_DEBUG_B_MODE)                                              \
  if (TARGET_DEBUG_B_MODE)                                              \
    {                                                                   \
    {                                                                   \
      GO_PRINTF ("\n========== LEGITIMIZE_ADDRESS\n");                  \
      GO_PRINTF ("\n========== LEGITIMIZE_ADDRESS\n");                  \
      GO_DEBUG_RTX (xinsn);                                             \
      GO_DEBUG_RTX (xinsn);                                             \
    }                                                                   \
    }                                                                   \
                                                                        \
                                                                        \
  if (iq2000_check_split (X, MODE))             \
  if (iq2000_check_split (X, MODE))             \
    {                                                                   \
    {                                                                   \
      X = gen_rtx_LO_SUM (Pmode,                                        \
      X = gen_rtx_LO_SUM (Pmode,                                        \
                          copy_to_mode_reg (Pmode,                      \
                          copy_to_mode_reg (Pmode,                      \
                                            gen_rtx_HIGH (Pmode, X)),   \
                                            gen_rtx_HIGH (Pmode, X)),   \
                          X);                                           \
                          X);                                           \
      goto WIN;                                                         \
      goto WIN;                                                         \
    }                                                                   \
    }                                                                   \
                                                                        \
                                                                        \
  if (GET_CODE (xinsn) == PLUS)                                         \
  if (GET_CODE (xinsn) == PLUS)                                         \
    {                                                                   \
    {                                                                   \
      rtx xplus0 = XEXP (xinsn, 0);                                      \
      rtx xplus0 = XEXP (xinsn, 0);                                      \
      rtx xplus1 = XEXP (xinsn, 1);                                     \
      rtx xplus1 = XEXP (xinsn, 1);                                     \
      enum rtx_code code0 = GET_CODE (xplus0);                          \
      enum rtx_code code0 = GET_CODE (xplus0);                          \
      enum rtx_code code1 = GET_CODE (xplus1);                          \
      enum rtx_code code1 = GET_CODE (xplus1);                          \
                                                                        \
                                                                        \
      if (code0 != REG && code1 == REG)                                 \
      if (code0 != REG && code1 == REG)                                 \
        {                                                               \
        {                                                               \
          xplus0 = XEXP (xinsn, 1);                                     \
          xplus0 = XEXP (xinsn, 1);                                     \
          xplus1 = XEXP (xinsn, 0);                                      \
          xplus1 = XEXP (xinsn, 0);                                      \
          code0 = GET_CODE (xplus0);                                    \
          code0 = GET_CODE (xplus0);                                    \
          code1 = GET_CODE (xplus1);                                    \
          code1 = GET_CODE (xplus1);                                    \
        }                                                               \
        }                                                               \
                                                                        \
                                                                        \
      if (code0 == REG && REG_MODE_OK_FOR_BASE_P (xplus0, MODE)         \
      if (code0 == REG && REG_MODE_OK_FOR_BASE_P (xplus0, MODE)         \
          && code1 == CONST_INT && !SMALL_INT (xplus1))                 \
          && code1 == CONST_INT && !SMALL_INT (xplus1))                 \
        {                                                               \
        {                                                               \
          rtx int_reg = gen_reg_rtx (Pmode);                            \
          rtx int_reg = gen_reg_rtx (Pmode);                            \
          rtx ptr_reg = gen_reg_rtx (Pmode);                            \
          rtx ptr_reg = gen_reg_rtx (Pmode);                            \
                                                                        \
                                                                        \
          emit_move_insn (int_reg,                                      \
          emit_move_insn (int_reg,                                      \
                          GEN_INT (INTVAL (xplus1) & ~ 0x7fff));        \
                          GEN_INT (INTVAL (xplus1) & ~ 0x7fff));        \
                                                                        \
                                                                        \
          emit_insn (gen_rtx_SET (VOIDmode,                             \
          emit_insn (gen_rtx_SET (VOIDmode,                             \
                                  ptr_reg,                              \
                                  ptr_reg,                              \
                                  gen_rtx_PLUS (Pmode, xplus0, int_reg))); \
                                  gen_rtx_PLUS (Pmode, xplus0, int_reg))); \
                                                                        \
                                                                        \
          X = plus_constant (ptr_reg, INTVAL (xplus1) & 0x7fff);        \
          X = plus_constant (ptr_reg, INTVAL (xplus1) & 0x7fff);        \
          goto WIN;                                                     \
          goto WIN;                                                     \
        }                                                               \
        }                                                               \
    }                                                                   \
    }                                                                   \
                                                                        \
                                                                        \
  if (TARGET_DEBUG_B_MODE)                                              \
  if (TARGET_DEBUG_B_MODE)                                              \
    GO_PRINTF ("LEGITIMIZE_ADDRESS could not fix.\n");                  \
    GO_PRINTF ("LEGITIMIZE_ADDRESS could not fix.\n");                  \
}
}
 
 
#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL) {}
#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR,LABEL) {}
 
 
#define LEGITIMATE_CONSTANT_P(X) (1)
#define LEGITIMATE_CONSTANT_P(X) (1)
 
 


/* Describing Relative Costs of Operations.  */
/* Describing Relative Costs of Operations.  */
 
 
#define REGISTER_MOVE_COST(MODE, FROM, TO)      2
#define REGISTER_MOVE_COST(MODE, FROM, TO)      2
 
 
#define MEMORY_MOVE_COST(MODE,CLASS,TO_P)       \
#define MEMORY_MOVE_COST(MODE,CLASS,TO_P)       \
  (TO_P ? 2 : 16)
  (TO_P ? 2 : 16)
 
 
#define BRANCH_COST 2
#define BRANCH_COST 2
 
 
#define SLOW_BYTE_ACCESS 1
#define SLOW_BYTE_ACCESS 1
 
 
#define NO_FUNCTION_CSE 1
#define NO_FUNCTION_CSE 1
 
 
#define ADJUST_COST(INSN,LINK,DEP_INSN,COST)                            \
#define ADJUST_COST(INSN,LINK,DEP_INSN,COST)                            \
  if (REG_NOTE_KIND (LINK) != 0)                                 \
  if (REG_NOTE_KIND (LINK) != 0)                                 \
    (COST) = 0; /* Anti or output dependence.  */
    (COST) = 0; /* Anti or output dependence.  */
 
 


/* Dividing the output into sections.  */
/* Dividing the output into sections.  */
 
 
#define TEXT_SECTION_ASM_OP     "\t.text"       /* Instructions.  */
#define TEXT_SECTION_ASM_OP     "\t.text"       /* Instructions.  */
 
 
#define DATA_SECTION_ASM_OP     "\t.data"       /* Large data.  */
#define DATA_SECTION_ASM_OP     "\t.data"       /* Large data.  */
 
 


/* The Overall Framework of an Assembler File.  */
/* The Overall Framework of an Assembler File.  */
 
 
#define ASM_COMMENT_START " #"
#define ASM_COMMENT_START " #"
 
 
#define ASM_APP_ON "#APP\n"
#define ASM_APP_ON "#APP\n"
 
 
#define ASM_APP_OFF "#NO_APP\n"
#define ASM_APP_OFF "#NO_APP\n"
 
 


/* Output and Generation of Labels.  */
/* Output and Generation of Labels.  */
 
 
#undef ASM_GENERATE_INTERNAL_LABEL
#undef ASM_GENERATE_INTERNAL_LABEL
#define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM)                   \
#define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM)                   \
  sprintf ((LABEL), "*%s%s%ld", (LOCAL_LABEL_PREFIX), (PREFIX), (long) (NUM))
  sprintf ((LABEL), "*%s%s%ld", (LOCAL_LABEL_PREFIX), (PREFIX), (long) (NUM))
 
 
#define GLOBAL_ASM_OP "\t.globl\t"
#define GLOBAL_ASM_OP "\t.globl\t"
 
 


/* Output of Assembler Instructions.  */
/* Output of Assembler Instructions.  */
 
 
#define REGISTER_NAMES                                                  \
#define REGISTER_NAMES                                                  \
{                                                                       \
{                                                                       \
 "%0",   "%1",   "%2",   "%3",   "%4",   "%5",   "%6",   "%7",          \
 "%0",   "%1",   "%2",   "%3",   "%4",   "%5",   "%6",   "%7",          \
 "%8",   "%9",   "%10",  "%11",  "%12",  "%13",  "%14",  "%15",         \
 "%8",   "%9",   "%10",  "%11",  "%12",  "%13",  "%14",  "%15",         \
 "%16",  "%17",  "%18",  "%19",  "%20",  "%21",  "%22",  "%23",         \
 "%16",  "%17",  "%18",  "%19",  "%20",  "%21",  "%22",  "%23",         \
 "%24",  "%25",  "%26",  "%27",  "%28",  "%29",  "%30",  "%31",  "%rap" \
 "%24",  "%25",  "%26",  "%27",  "%28",  "%29",  "%30",  "%31",  "%rap" \
};
};
 
 
#define ADDITIONAL_REGISTER_NAMES                                       \
#define ADDITIONAL_REGISTER_NAMES                                       \
{                                                                       \
{                                                                       \
  { "%0",        0 + GP_REG_FIRST },                                     \
  { "%0",        0 + GP_REG_FIRST },                                     \
  { "%1",        1 + GP_REG_FIRST },                                    \
  { "%1",        1 + GP_REG_FIRST },                                    \
  { "%2",        2 + GP_REG_FIRST },                                    \
  { "%2",        2 + GP_REG_FIRST },                                    \
  { "%3",        3 + GP_REG_FIRST },                                    \
  { "%3",        3 + GP_REG_FIRST },                                    \
  { "%4",        4 + GP_REG_FIRST },                                    \
  { "%4",        4 + GP_REG_FIRST },                                    \
  { "%5",        5 + GP_REG_FIRST },                                    \
  { "%5",        5 + GP_REG_FIRST },                                    \
  { "%6",        6 + GP_REG_FIRST },                                    \
  { "%6",        6 + GP_REG_FIRST },                                    \
  { "%7",        7 + GP_REG_FIRST },                                    \
  { "%7",        7 + GP_REG_FIRST },                                    \
  { "%8",        8 + GP_REG_FIRST },                                    \
  { "%8",        8 + GP_REG_FIRST },                                    \
  { "%9",        9 + GP_REG_FIRST },                                    \
  { "%9",        9 + GP_REG_FIRST },                                    \
  { "%10",      10 + GP_REG_FIRST },                                    \
  { "%10",      10 + GP_REG_FIRST },                                    \
  { "%11",      11 + GP_REG_FIRST },                                    \
  { "%11",      11 + GP_REG_FIRST },                                    \
  { "%12",      12 + GP_REG_FIRST },                                    \
  { "%12",      12 + GP_REG_FIRST },                                    \
  { "%13",      13 + GP_REG_FIRST },                                    \
  { "%13",      13 + GP_REG_FIRST },                                    \
  { "%14",      14 + GP_REG_FIRST },                                    \
  { "%14",      14 + GP_REG_FIRST },                                    \
  { "%15",      15 + GP_REG_FIRST },                                    \
  { "%15",      15 + GP_REG_FIRST },                                    \
  { "%16",      16 + GP_REG_FIRST },                                    \
  { "%16",      16 + GP_REG_FIRST },                                    \
  { "%17",      17 + GP_REG_FIRST },                                    \
  { "%17",      17 + GP_REG_FIRST },                                    \
  { "%18",      18 + GP_REG_FIRST },                                    \
  { "%18",      18 + GP_REG_FIRST },                                    \
  { "%19",      19 + GP_REG_FIRST },                                    \
  { "%19",      19 + GP_REG_FIRST },                                    \
  { "%20",      20 + GP_REG_FIRST },                                    \
  { "%20",      20 + GP_REG_FIRST },                                    \
  { "%21",      21 + GP_REG_FIRST },                                    \
  { "%21",      21 + GP_REG_FIRST },                                    \
  { "%22",      22 + GP_REG_FIRST },                                    \
  { "%22",      22 + GP_REG_FIRST },                                    \
  { "%23",      23 + GP_REG_FIRST },                                    \
  { "%23",      23 + GP_REG_FIRST },                                    \
  { "%24",      24 + GP_REG_FIRST },                                    \
  { "%24",      24 + GP_REG_FIRST },                                    \
  { "%25",      25 + GP_REG_FIRST },                                    \
  { "%25",      25 + GP_REG_FIRST },                                    \
  { "%26",      26 + GP_REG_FIRST },                                    \
  { "%26",      26 + GP_REG_FIRST },                                    \
  { "%27",      27 + GP_REG_FIRST },                                    \
  { "%27",      27 + GP_REG_FIRST },                                    \
  { "%28",      28 + GP_REG_FIRST },                                    \
  { "%28",      28 + GP_REG_FIRST },                                    \
  { "%29",      29 + GP_REG_FIRST },                                    \
  { "%29",      29 + GP_REG_FIRST },                                    \
  { "%30",      27 + GP_REG_FIRST },                                    \
  { "%30",      27 + GP_REG_FIRST },                                    \
  { "%31",      31 + GP_REG_FIRST },                                    \
  { "%31",      31 + GP_REG_FIRST },                                    \
  { "%rap",     32 + GP_REG_FIRST },                                    \
  { "%rap",     32 + GP_REG_FIRST },                                    \
}
}
 
 
/* Check if the current insn needs a nop in front of it
/* Check if the current insn needs a nop in front of it
   because of load delays, and also update the delay slot statistics.  */
   because of load delays, and also update the delay slot statistics.  */
 
 
#define FINAL_PRESCAN_INSN(INSN, OPVEC, NOPERANDS)                      \
#define FINAL_PRESCAN_INSN(INSN, OPVEC, NOPERANDS)                      \
  final_prescan_insn (INSN, OPVEC, NOPERANDS)
  final_prescan_insn (INSN, OPVEC, NOPERANDS)
 
 
/* See iq2000.c for the IQ2000 specific codes.  */
/* See iq2000.c for the IQ2000 specific codes.  */
#define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
#define PRINT_OPERAND(FILE, X, CODE) print_operand (FILE, X, CODE)
 
 
#define PRINT_OPERAND_PUNCT_VALID_P(CODE) iq2000_print_operand_punct[CODE]
#define PRINT_OPERAND_PUNCT_VALID_P(CODE) iq2000_print_operand_punct[CODE]
 
 
#define PRINT_OPERAND_ADDRESS(FILE, ADDR) print_operand_address (FILE, ADDR)
#define PRINT_OPERAND_ADDRESS(FILE, ADDR) print_operand_address (FILE, ADDR)
 
 
#define DBR_OUTPUT_SEQEND(STREAM)                                       \
#define DBR_OUTPUT_SEQEND(STREAM)                                       \
do                                                                      \
do                                                                      \
  {                                                                     \
  {                                                                     \
    fputs ("\n", STREAM);                                               \
    fputs ("\n", STREAM);                                               \
  }                                                                     \
  }                                                                     \
while (0)
while (0)
 
 
#define LOCAL_LABEL_PREFIX      "$"
#define LOCAL_LABEL_PREFIX      "$"
 
 
#define USER_LABEL_PREFIX       ""
#define USER_LABEL_PREFIX       ""
 
 


/* Output of dispatch tables.  */
/* Output of dispatch tables.  */
 
 
#define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL)              \
#define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL)              \
  do                                                                    \
  do                                                                    \
    {                                                                   \
    {                                                                   \
      fprintf (STREAM, "\t%s\t%sL%d\n",                                 \
      fprintf (STREAM, "\t%s\t%sL%d\n",                                 \
               Pmode == DImode ? ".dword" : ".word",                    \
               Pmode == DImode ? ".dword" : ".word",                    \
               LOCAL_LABEL_PREFIX, VALUE);                              \
               LOCAL_LABEL_PREFIX, VALUE);                              \
    }                                                                   \
    }                                                                   \
  while (0)
  while (0)
 
 
#define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE)                          \
#define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE)                          \
  fprintf (STREAM, "\t%s\t%sL%d\n",                                     \
  fprintf (STREAM, "\t%s\t%sL%d\n",                                     \
           Pmode == DImode ? ".dword" : ".word",                        \
           Pmode == DImode ? ".dword" : ".word",                        \
           LOCAL_LABEL_PREFIX,                                          \
           LOCAL_LABEL_PREFIX,                                          \
           VALUE)
           VALUE)
 
 


/* Assembler Commands for Alignment.  */
/* Assembler Commands for Alignment.  */
 
 
#undef ASM_OUTPUT_SKIP
#undef ASM_OUTPUT_SKIP
#define ASM_OUTPUT_SKIP(STREAM,SIZE)                                    \
#define ASM_OUTPUT_SKIP(STREAM,SIZE)                                    \
  fprintf (STREAM, "\t.space\t%u\n", (SIZE))
  fprintf (STREAM, "\t.space\t%u\n", (SIZE))
 
 
#define ASM_OUTPUT_ALIGN(STREAM,LOG)                                    \
#define ASM_OUTPUT_ALIGN(STREAM,LOG)                                    \
  if ((LOG) != 0)                                                \
  if ((LOG) != 0)                                                \
    fprintf (STREAM, "\t.balign %d\n", 1<<(LOG))
    fprintf (STREAM, "\t.balign %d\n", 1<<(LOG))
 
 


/* Macros Affecting all Debug Formats.  */
/* Macros Affecting all Debug Formats.  */
 
 
#define DEBUGGER_AUTO_OFFSET(X)  \
#define DEBUGGER_AUTO_OFFSET(X)  \
  iq2000_debugger_offset (X, (HOST_WIDE_INT) 0)
  iq2000_debugger_offset (X, (HOST_WIDE_INT) 0)
 
 
#define DEBUGGER_ARG_OFFSET(OFFSET, X)  \
#define DEBUGGER_ARG_OFFSET(OFFSET, X)  \
  iq2000_debugger_offset (X, (HOST_WIDE_INT) OFFSET)
  iq2000_debugger_offset (X, (HOST_WIDE_INT) OFFSET)
 
 
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
 
 
#define DWARF2_DEBUGGING_INFO 1
#define DWARF2_DEBUGGING_INFO 1
 
 


/* Miscellaneous Parameters.  */
/* Miscellaneous Parameters.  */
 
 
#define CASE_VECTOR_MODE SImode
#define CASE_VECTOR_MODE SImode
 
 
#define WORD_REGISTER_OPERATIONS
#define WORD_REGISTER_OPERATIONS
 
 
#define LOAD_EXTEND_OP(MODE) ZERO_EXTEND
#define LOAD_EXTEND_OP(MODE) ZERO_EXTEND
 
 
#define MOVE_MAX 4
#define MOVE_MAX 4
 
 
#define MAX_MOVE_MAX 8
#define MAX_MOVE_MAX 8
 
 
#define SHIFT_COUNT_TRUNCATED 1
#define SHIFT_COUNT_TRUNCATED 1
 
 
#define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1
#define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1
 
 
#define STORE_FLAG_VALUE 1
#define STORE_FLAG_VALUE 1
 
 
#define Pmode SImode
#define Pmode SImode
 
 
#define FUNCTION_MODE SImode
#define FUNCTION_MODE SImode
 
 
/* Standard GCC variables that we reference.  */
/* Standard GCC variables that we reference.  */
 
 
extern char     call_used_regs[];
extern char     call_used_regs[];
 
 
/* IQ2000 external variables defined in iq2000.c.  */
/* IQ2000 external variables defined in iq2000.c.  */
 
 
/* Comparison type.  */
/* Comparison type.  */
enum cmp_type
enum cmp_type
{
{
  CMP_SI,                               /* Compare four byte integers.  */
  CMP_SI,                               /* Compare four byte integers.  */
  CMP_DI,                               /* Compare eight byte integers.  */
  CMP_DI,                               /* Compare eight byte integers.  */
  CMP_SF,                               /* Compare single precision floats.  */
  CMP_SF,                               /* Compare single precision floats.  */
  CMP_DF,                               /* Compare double precision floats.  */
  CMP_DF,                               /* Compare double precision floats.  */
  CMP_MAX                               /* Max comparison type.  */
  CMP_MAX                               /* Max comparison type.  */
};
};
 
 
/* Types of delay slot.  */
/* Types of delay slot.  */
enum delay_type
enum delay_type
{
{
  DELAY_NONE,                           /* No delay slot.  */
  DELAY_NONE,                           /* No delay slot.  */
  DELAY_LOAD,                           /* Load from memory delay.  */
  DELAY_LOAD,                           /* Load from memory delay.  */
  DELAY_FCMP                            /* Delay after doing c.<xx>.{d,s}.  */
  DELAY_FCMP                            /* Delay after doing c.<xx>.{d,s}.  */
};
};
 
 
/* Which processor to schedule for.  */
/* Which processor to schedule for.  */
 
 
enum processor_type
enum processor_type
{
{
  PROCESSOR_DEFAULT,
  PROCESSOR_DEFAULT,
  PROCESSOR_IQ2000,
  PROCESSOR_IQ2000,
  PROCESSOR_IQ10
  PROCESSOR_IQ10
};
};
 
 
/* Recast the cpu class to be the cpu attribute.  */
/* Recast the cpu class to be the cpu attribute.  */
#define iq2000_cpu_attr ((enum attr_cpu) iq2000_tune)
#define iq2000_cpu_attr ((enum attr_cpu) iq2000_tune)
 
 
#define BITMASK_UPPER16 ((unsigned long) 0xffff << 16)  /* 0xffff0000 */
#define BITMASK_UPPER16 ((unsigned long) 0xffff << 16)  /* 0xffff0000 */
#define BITMASK_LOWER16 ((unsigned long) 0xffff)        /* 0x0000ffff */
#define BITMASK_LOWER16 ((unsigned long) 0xffff)        /* 0x0000ffff */
 
 


#define GENERATE_BRANCHLIKELY  (ISA_HAS_BRANCHLIKELY)
#define GENERATE_BRANCHLIKELY  (ISA_HAS_BRANCHLIKELY)
 
 
/* Macros to decide whether certain features are available or not,
/* Macros to decide whether certain features are available or not,
   depending on the instruction set architecture level.  */
   depending on the instruction set architecture level.  */
 
 
#define BRANCH_LIKELY_P()       GENERATE_BRANCHLIKELY
#define BRANCH_LIKELY_P()       GENERATE_BRANCHLIKELY
 
 
/* ISA has branch likely instructions.  */
/* ISA has branch likely instructions.  */
#define ISA_HAS_BRANCHLIKELY    (iq2000_isa == 1)
#define ISA_HAS_BRANCHLIKELY    (iq2000_isa == 1)
 
 


#undef ASM_SPEC
#undef ASM_SPEC
 
 


/* The mapping from gcc register number to DWARF 2 CFA column number.  */
/* The mapping from gcc register number to DWARF 2 CFA column number.  */
#define DWARF_FRAME_REGNUM(REG)        (REG)
#define DWARF_FRAME_REGNUM(REG)        (REG)
 
 
/* The DWARF 2 CFA column which tracks the return address.  */
/* The DWARF 2 CFA column which tracks the return address.  */
#define DWARF_FRAME_RETURN_COLUMN (GP_REG_FIRST + 31)
#define DWARF_FRAME_RETURN_COLUMN (GP_REG_FIRST + 31)
 
 
/* Describe how we implement __builtin_eh_return.  */
/* Describe how we implement __builtin_eh_return.  */
#define EH_RETURN_DATA_REGNO(N) ((N) < 4 ? (N) + GP_ARG_FIRST : INVALID_REGNUM)
#define EH_RETURN_DATA_REGNO(N) ((N) < 4 ? (N) + GP_ARG_FIRST : INVALID_REGNUM)
 
 
/* The EH_RETURN_STACKADJ_RTX macro returns RTL which describes the
/* The EH_RETURN_STACKADJ_RTX macro returns RTL which describes the
   location used to store the amount to adjust the stack.  This is
   location used to store the amount to adjust the stack.  This is
   usually a register that is available from end of the function's body
   usually a register that is available from end of the function's body
   to the end of the epilogue. Thus, this cannot be a register used as a
   to the end of the epilogue. Thus, this cannot be a register used as a
   temporary by the epilogue.
   temporary by the epilogue.
 
 
   This must be an integer register.  */
   This must be an integer register.  */
#define EH_RETURN_STACKADJ_REGNO        3
#define EH_RETURN_STACKADJ_REGNO        3
#define EH_RETURN_STACKADJ_RTX  gen_rtx_REG (Pmode, EH_RETURN_STACKADJ_REGNO)
#define EH_RETURN_STACKADJ_RTX  gen_rtx_REG (Pmode, EH_RETURN_STACKADJ_REGNO)
 
 
/* The EH_RETURN_HANDLER_RTX macro returns RTL which describes the
/* The EH_RETURN_HANDLER_RTX macro returns RTL which describes the
   location used to store the address the processor should jump to
   location used to store the address the processor should jump to
   catch exception.  This is usually a registers that is available from
   catch exception.  This is usually a registers that is available from
   end of the function's body to the end of the epilogue. Thus, this
   end of the function's body to the end of the epilogue. Thus, this
   cannot be a register used as a temporary by the epilogue.
   cannot be a register used as a temporary by the epilogue.
 
 
   This must be an address register.  */
   This must be an address register.  */
#define EH_RETURN_HANDLER_REGNO         26
#define EH_RETURN_HANDLER_REGNO         26
#define EH_RETURN_HANDLER_RTX           \
#define EH_RETURN_HANDLER_RTX           \
        gen_rtx_REG (Pmode, EH_RETURN_HANDLER_REGNO)
        gen_rtx_REG (Pmode, EH_RETURN_HANDLER_REGNO)
 
 
/* Offsets recorded in opcodes are a multiple of this alignment factor.  */
/* Offsets recorded in opcodes are a multiple of this alignment factor.  */
#define DWARF_CIE_DATA_ALIGNMENT 4
#define DWARF_CIE_DATA_ALIGNMENT 4
 
 
/* For IQ2000, width of a floating point register.  */
/* For IQ2000, width of a floating point register.  */
#define UNITS_PER_FPREG 4
#define UNITS_PER_FPREG 4
 
 
/* Force right-alignment for small varargs in 32 bit little_endian mode */
/* Force right-alignment for small varargs in 32 bit little_endian mode */
 
 
#define PAD_VARARGS_DOWN !BYTES_BIG_ENDIAN
#define PAD_VARARGS_DOWN !BYTES_BIG_ENDIAN
 
 
/* Internal macros to classify a register number as to whether it's a
/* Internal macros to classify a register number as to whether it's a
   general purpose register, a floating point register, a
   general purpose register, a floating point register, a
   multiply/divide register, or a status register.  */
   multiply/divide register, or a status register.  */
 
 
#define GP_REG_FIRST 0
#define GP_REG_FIRST 0
#define GP_REG_LAST  31
#define GP_REG_LAST  31
#define GP_REG_NUM   (GP_REG_LAST - GP_REG_FIRST + 1)
#define GP_REG_NUM   (GP_REG_LAST - GP_REG_FIRST + 1)
 
 
#define RAP_REG_NUM   32
#define RAP_REG_NUM   32
#define AT_REGNUM       (GP_REG_FIRST + 1)
#define AT_REGNUM       (GP_REG_FIRST + 1)
 
 
#define GP_REG_P(REGNO) \
#define GP_REG_P(REGNO) \
  ((unsigned int) ((int) (REGNO) - GP_REG_FIRST) < GP_REG_NUM)
  ((unsigned int) ((int) (REGNO) - GP_REG_FIRST) < GP_REG_NUM)
 
 
/* IQ2000 registers used in prologue/epilogue code when the stack frame
/* IQ2000 registers used in prologue/epilogue code when the stack frame
   is larger than 32K bytes.  These registers must come from the
   is larger than 32K bytes.  These registers must come from the
   scratch register set, and not used for passing and returning
   scratch register set, and not used for passing and returning
   arguments and any other information used in the calling sequence.  */
   arguments and any other information used in the calling sequence.  */
 
 
#define IQ2000_TEMP1_REGNUM (GP_REG_FIRST + 12)
#define IQ2000_TEMP1_REGNUM (GP_REG_FIRST + 12)
#define IQ2000_TEMP2_REGNUM (GP_REG_FIRST + 13)
#define IQ2000_TEMP2_REGNUM (GP_REG_FIRST + 13)
 
 
/* This macro is used later on in the file.  */
/* This macro is used later on in the file.  */
#define GR_REG_CLASS_P(CLASS)                                           \
#define GR_REG_CLASS_P(CLASS)                                           \
  ((CLASS) == GR_REGS)
  ((CLASS) == GR_REGS)
 
 
#define SMALL_INT(X) ((unsigned HOST_WIDE_INT) (INTVAL (X) + 0x8000) < 0x10000)
#define SMALL_INT(X) ((unsigned HOST_WIDE_INT) (INTVAL (X) + 0x8000) < 0x10000)
#define SMALL_INT_UNSIGNED(X) ((unsigned HOST_WIDE_INT) (INTVAL (X)) < 0x10000)
#define SMALL_INT_UNSIGNED(X) ((unsigned HOST_WIDE_INT) (INTVAL (X)) < 0x10000)
 
 
/* Certain machines have the property that some registers cannot be
/* Certain machines have the property that some registers cannot be
   copied to some other registers without using memory.  Define this
   copied to some other registers without using memory.  Define this
   macro on those machines to be a C expression that is nonzero if
   macro on those machines to be a C expression that is nonzero if
   objects of mode MODE in registers of CLASS1 can only be copied to
   objects of mode MODE in registers of CLASS1 can only be copied to
   registers of class CLASS2 by storing a register of CLASS1 into
   registers of class CLASS2 by storing a register of CLASS1 into
   memory and loading that memory location into a register of CLASS2.
   memory and loading that memory location into a register of CLASS2.
 
 
   Do not define this macro if its value would always be zero.  */
   Do not define this macro if its value would always be zero.  */
 
 
/* Return the maximum number of consecutive registers
/* Return the maximum number of consecutive registers
   needed to represent mode MODE in a register of class CLASS.  */
   needed to represent mode MODE in a register of class CLASS.  */
 
 
#define CLASS_UNITS(mode, size)                                         \
#define CLASS_UNITS(mode, size)                                         \
  ((GET_MODE_SIZE (mode) + (size) - 1) / (size))
  ((GET_MODE_SIZE (mode) + (size) - 1) / (size))
 
 
/* If defined, gives a class of registers that cannot be used as the
/* If defined, gives a class of registers that cannot be used as the
   operand of a SUBREG that changes the mode of the object illegally.  */
   operand of a SUBREG that changes the mode of the object illegally.  */
 
 
#define CLASS_CANNOT_CHANGE_MODE 0
#define CLASS_CANNOT_CHANGE_MODE 0
 
 
/* Defines illegal mode changes for CLASS_CANNOT_CHANGE_MODE.  */
/* Defines illegal mode changes for CLASS_CANNOT_CHANGE_MODE.  */
 
 
#define CLASS_CANNOT_CHANGE_MODE_P(FROM,TO) \
#define CLASS_CANNOT_CHANGE_MODE_P(FROM,TO) \
  (GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO))
  (GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO))
 
 
/* Make sure 4 words are always allocated on the stack.  */
/* Make sure 4 words are always allocated on the stack.  */
 
 
#ifndef STACK_ARGS_ADJUST
#ifndef STACK_ARGS_ADJUST
#define STACK_ARGS_ADJUST(SIZE)                                         \
#define STACK_ARGS_ADJUST(SIZE)                                         \
  {                                                                     \
  {                                                                     \
    if (SIZE.constant < 4 * UNITS_PER_WORD)                             \
    if (SIZE.constant < 4 * UNITS_PER_WORD)                             \
      SIZE.constant = 4 * UNITS_PER_WORD;                               \
      SIZE.constant = 4 * UNITS_PER_WORD;                               \
  }
  }
#endif
#endif
 
 


/* Symbolic macros for the registers used to return integer and floating
/* Symbolic macros for the registers used to return integer and floating
   point values.  */
   point values.  */
 
 
#define GP_RETURN (GP_REG_FIRST + 2)
#define GP_RETURN (GP_REG_FIRST + 2)
 
 
/* Symbolic macros for the first/last argument registers.  */
/* Symbolic macros for the first/last argument registers.  */
 
 
#define GP_ARG_FIRST (GP_REG_FIRST + 4)
#define GP_ARG_FIRST (GP_REG_FIRST + 4)
#define GP_ARG_LAST  (GP_REG_FIRST + 11)
#define GP_ARG_LAST  (GP_REG_FIRST + 11)
 
 
#define MAX_ARGS_IN_REGISTERS   8
#define MAX_ARGS_IN_REGISTERS   8
 
 


/* Tell prologue and epilogue if register REGNO should be saved / restored.  */
/* Tell prologue and epilogue if register REGNO should be saved / restored.  */
 
 
#define MUST_SAVE_REGISTER(regno) \
#define MUST_SAVE_REGISTER(regno) \
 ((regs_ever_live[regno] && !call_used_regs[regno])                     \
 ((regs_ever_live[regno] && !call_used_regs[regno])                     \
  || (regno == HARD_FRAME_POINTER_REGNUM && frame_pointer_needed)       \
  || (regno == HARD_FRAME_POINTER_REGNUM && frame_pointer_needed)       \
  || (regno == (GP_REG_FIRST + 31) && regs_ever_live[GP_REG_FIRST + 31]))
  || (regno == (GP_REG_FIRST + 31) && regs_ever_live[GP_REG_FIRST + 31]))
 
 
/* ALIGN FRAMES on double word boundaries */
/* ALIGN FRAMES on double word boundaries */
#ifndef IQ2000_STACK_ALIGN
#ifndef IQ2000_STACK_ALIGN
#define IQ2000_STACK_ALIGN(LOC) (((LOC) + 7) & ~7)
#define IQ2000_STACK_ALIGN(LOC) (((LOC) + 7) & ~7)
#endif
#endif
 
 


/* These assume that REGNO is a hard or pseudo reg number.
/* These assume that REGNO is a hard or pseudo reg number.
   They give nonzero only if REGNO is a hard reg of the suitable class
   They give nonzero only if REGNO 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.
   These definitions are NOT overridden anywhere.  */
   These definitions are NOT overridden anywhere.  */
 
 
#define BASE_REG_P(regno, mode)                                 \
#define BASE_REG_P(regno, mode)                                 \
  (GP_REG_P (regno))
  (GP_REG_P (regno))
 
 
#define GP_REG_OR_PSEUDO_STRICT_P(regno, mode)                              \
#define GP_REG_OR_PSEUDO_STRICT_P(regno, mode)                              \
  BASE_REG_P((regno < FIRST_PSEUDO_REGISTER) ? regno : reg_renumber[regno], \
  BASE_REG_P((regno < FIRST_PSEUDO_REGISTER) ? regno : reg_renumber[regno], \
             (mode))
             (mode))
 
 
#define GP_REG_OR_PSEUDO_NONSTRICT_P(regno, mode) \
#define GP_REG_OR_PSEUDO_NONSTRICT_P(regno, mode) \
  (((regno) >= FIRST_PSEUDO_REGISTER) || (BASE_REG_P ((regno), (mode))))
  (((regno) >= FIRST_PSEUDO_REGISTER) || (BASE_REG_P ((regno), (mode))))
 
 
#define REGNO_MODE_OK_FOR_BASE_P(regno, mode) \
#define REGNO_MODE_OK_FOR_BASE_P(regno, mode) \
  GP_REG_OR_PSEUDO_STRICT_P ((regno), (mode))
  GP_REG_OR_PSEUDO_STRICT_P ((regno), (mode))
 
 
/* 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 them all.
   The usual definition accepts all pseudo regs; the other rejects them all.
   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.
   Some source files that are used after register allocation
   Some source files that are used after register allocation
   need to be strict.  */
   need to be strict.  */
 
 
#ifndef REG_OK_STRICT
#ifndef REG_OK_STRICT
#define REG_MODE_OK_FOR_BASE_P(X, MODE) \
#define REG_MODE_OK_FOR_BASE_P(X, MODE) \
  iq2000_reg_mode_ok_for_base_p (X, MODE, 0)
  iq2000_reg_mode_ok_for_base_p (X, MODE, 0)
#else
#else
#define REG_MODE_OK_FOR_BASE_P(X, MODE) \
#define REG_MODE_OK_FOR_BASE_P(X, MODE) \
  iq2000_reg_mode_ok_for_base_p (X, MODE, 1)
  iq2000_reg_mode_ok_for_base_p (X, MODE, 1)
#endif
#endif
 
 
#if 1
#if 1
#define GO_PRINTF(x)    fprintf (stderr, (x))
#define GO_PRINTF(x)    fprintf (stderr, (x))
#define GO_PRINTF2(x,y) fprintf (stderr, (x), (y))
#define GO_PRINTF2(x,y) fprintf (stderr, (x), (y))
#define GO_DEBUG_RTX(x) debug_rtx (x)
#define GO_DEBUG_RTX(x) debug_rtx (x)
 
 
#else
#else
#define GO_PRINTF(x)
#define GO_PRINTF(x)
#define GO_PRINTF2(x,y)
#define GO_PRINTF2(x,y)
#define GO_DEBUG_RTX(x)
#define GO_DEBUG_RTX(x)
#endif
#endif
 
 
/* If defined, modifies the length assigned to instruction INSN as a
/* If defined, modifies the length assigned to instruction INSN as a
   function of the context in which it is used.  LENGTH is an lvalue
   function of the context in which it is used.  LENGTH is an lvalue
   that contains the initially computed length of the insn and should
   that contains the initially computed length of the insn and should
   be updated with the correct length of the insn.  */
   be updated with the correct length of the insn.  */
#define ADJUST_INSN_LENGTH(INSN, LENGTH) \
#define ADJUST_INSN_LENGTH(INSN, LENGTH) \
  ((LENGTH) = iq2000_adjust_insn_length ((INSN), (LENGTH)))
  ((LENGTH) = iq2000_adjust_insn_length ((INSN), (LENGTH)))
 
 


 
 
 
 
/* How to tell the debugger about changes of source files.  */
/* How to tell the debugger about changes of source files.  */
 
 
#ifndef SET_FILE_NUMBER
#ifndef SET_FILE_NUMBER
#define SET_FILE_NUMBER() ++ num_source_filenames
#define SET_FILE_NUMBER() ++ num_source_filenames
#endif
#endif
 
 
/* This is how to output a note the debugger telling it the line number
/* This is how to output a note the debugger telling it the line number
   to which the following sequence of instructions corresponds.  */
   to which the following sequence of instructions corresponds.  */
 
 
#ifndef LABEL_AFTER_LOC
#ifndef LABEL_AFTER_LOC
#define LABEL_AFTER_LOC(STREAM)
#define LABEL_AFTER_LOC(STREAM)
#endif
#endif
 
 


/* Default to -G 8 */
/* Default to -G 8 */
#ifndef IQ2000_DEFAULT_GVALUE
#ifndef IQ2000_DEFAULT_GVALUE
#define IQ2000_DEFAULT_GVALUE 8
#define IQ2000_DEFAULT_GVALUE 8
#endif
#endif
 
 
#define SDATA_SECTION_ASM_OP    "\t.sdata"      /* Small data.  */
#define SDATA_SECTION_ASM_OP    "\t.sdata"      /* Small data.  */
 
 


/* List of all IQ2000 punctuation characters used by print_operand.  */
/* List of all IQ2000 punctuation characters used by print_operand.  */
extern char iq2000_print_operand_punct[256];
extern char iq2000_print_operand_punct[256];
 
 
/* The target cpu for optimization and scheduling.  */
/* The target cpu for optimization and scheduling.  */
extern enum processor_type iq2000_tune;
extern enum processor_type iq2000_tune;
 
 
/* Which instruction set architecture to use.  */
/* Which instruction set architecture to use.  */
extern int iq2000_isa;
extern int iq2000_isa;
 
 
/* Cached operands, and operator to compare for use in set/branch/trap
/* Cached operands, and operator to compare for use in set/branch/trap
   on condition codes.  */
   on condition codes.  */
extern rtx branch_cmp[2];
extern rtx branch_cmp[2];
 
 
/* What type of branch to use.  */
/* What type of branch to use.  */
extern enum cmp_type branch_type;
extern enum cmp_type branch_type;
 
 
enum iq2000_builtins
enum iq2000_builtins
{
{
  IQ2000_BUILTIN_ADO16,
  IQ2000_BUILTIN_ADO16,
  IQ2000_BUILTIN_CFC0,
  IQ2000_BUILTIN_CFC0,
  IQ2000_BUILTIN_CFC1,
  IQ2000_BUILTIN_CFC1,
  IQ2000_BUILTIN_CFC2,
  IQ2000_BUILTIN_CFC2,
  IQ2000_BUILTIN_CFC3,
  IQ2000_BUILTIN_CFC3,
  IQ2000_BUILTIN_CHKHDR,
  IQ2000_BUILTIN_CHKHDR,
  IQ2000_BUILTIN_CTC0,
  IQ2000_BUILTIN_CTC0,
  IQ2000_BUILTIN_CTC1,
  IQ2000_BUILTIN_CTC1,
  IQ2000_BUILTIN_CTC2,
  IQ2000_BUILTIN_CTC2,
  IQ2000_BUILTIN_CTC3,
  IQ2000_BUILTIN_CTC3,
  IQ2000_BUILTIN_LU,
  IQ2000_BUILTIN_LU,
  IQ2000_BUILTIN_LUC32L,
  IQ2000_BUILTIN_LUC32L,
  IQ2000_BUILTIN_LUC64,
  IQ2000_BUILTIN_LUC64,
  IQ2000_BUILTIN_LUC64L,
  IQ2000_BUILTIN_LUC64L,
  IQ2000_BUILTIN_LUK,
  IQ2000_BUILTIN_LUK,
  IQ2000_BUILTIN_LULCK,
  IQ2000_BUILTIN_LULCK,
  IQ2000_BUILTIN_LUM32,
  IQ2000_BUILTIN_LUM32,
  IQ2000_BUILTIN_LUM32L,
  IQ2000_BUILTIN_LUM32L,
  IQ2000_BUILTIN_LUM64,
  IQ2000_BUILTIN_LUM64,
  IQ2000_BUILTIN_LUM64L,
  IQ2000_BUILTIN_LUM64L,
  IQ2000_BUILTIN_LUR,
  IQ2000_BUILTIN_LUR,
  IQ2000_BUILTIN_LURL,
  IQ2000_BUILTIN_LURL,
  IQ2000_BUILTIN_MFC0,
  IQ2000_BUILTIN_MFC0,
  IQ2000_BUILTIN_MFC1,
  IQ2000_BUILTIN_MFC1,
  IQ2000_BUILTIN_MFC2,
  IQ2000_BUILTIN_MFC2,
  IQ2000_BUILTIN_MFC3,
  IQ2000_BUILTIN_MFC3,
  IQ2000_BUILTIN_MRGB,
  IQ2000_BUILTIN_MRGB,
  IQ2000_BUILTIN_MTC0,
  IQ2000_BUILTIN_MTC0,
  IQ2000_BUILTIN_MTC1,
  IQ2000_BUILTIN_MTC1,
  IQ2000_BUILTIN_MTC2,
  IQ2000_BUILTIN_MTC2,
  IQ2000_BUILTIN_MTC3,
  IQ2000_BUILTIN_MTC3,
  IQ2000_BUILTIN_PKRL,
  IQ2000_BUILTIN_PKRL,
  IQ2000_BUILTIN_RAM,
  IQ2000_BUILTIN_RAM,
  IQ2000_BUILTIN_RB,
  IQ2000_BUILTIN_RB,
  IQ2000_BUILTIN_RX,
  IQ2000_BUILTIN_RX,
  IQ2000_BUILTIN_SRRD,
  IQ2000_BUILTIN_SRRD,
  IQ2000_BUILTIN_SRRDL,
  IQ2000_BUILTIN_SRRDL,
  IQ2000_BUILTIN_SRULC,
  IQ2000_BUILTIN_SRULC,
  IQ2000_BUILTIN_SRULCK,
  IQ2000_BUILTIN_SRULCK,
  IQ2000_BUILTIN_SRWR,
  IQ2000_BUILTIN_SRWR,
  IQ2000_BUILTIN_SRWRU,
  IQ2000_BUILTIN_SRWRU,
  IQ2000_BUILTIN_TRAPQF,
  IQ2000_BUILTIN_TRAPQF,
  IQ2000_BUILTIN_TRAPQFL,
  IQ2000_BUILTIN_TRAPQFL,
  IQ2000_BUILTIN_TRAPQN,
  IQ2000_BUILTIN_TRAPQN,
  IQ2000_BUILTIN_TRAPQNE,
  IQ2000_BUILTIN_TRAPQNE,
  IQ2000_BUILTIN_TRAPRE,
  IQ2000_BUILTIN_TRAPRE,
  IQ2000_BUILTIN_TRAPREL,
  IQ2000_BUILTIN_TRAPREL,
  IQ2000_BUILTIN_WB,
  IQ2000_BUILTIN_WB,
  IQ2000_BUILTIN_WBR,
  IQ2000_BUILTIN_WBR,
  IQ2000_BUILTIN_WBU,
  IQ2000_BUILTIN_WBU,
  IQ2000_BUILTIN_WX,
  IQ2000_BUILTIN_WX,
  IQ2000_BUILTIN_SYSCALL
  IQ2000_BUILTIN_SYSCALL
};
};
 
 

powered by: WebSVN 2.1.0

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