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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [config/] [or32/] [or32.h] - Diff between revs 514 and 515

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 514 Rev 515
Line 848... Line 848...
#define GO_IF_MODE_DEPENDENT_ADDRESS(addr,label)
#define GO_IF_MODE_DEPENDENT_ADDRESS(addr,label)
 
 
/* Is this suitable for an immediate operand.
/* Is this suitable for an immediate operand.
 
 
   JPB 1-Sep-10: Is this correct. We can only do 16-bit immediates directly. */
   JPB 1-Sep-10: Is this correct. We can only do 16-bit immediates directly. */
#define LEGITIMATE_CONSTANT_P(x) (GET_CODE(x) != CONST_DOUBLE)
#define LEGITIMATE_CONSTANT_P(x) \
 
  (GET_CODE(x) != CONST_DOUBLE || GET_MODE (x) == VOIDmode)
 
 
/* 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.  */
   tablejump instruction.  */
#define CASE_VECTOR_MODE SImode
#define CASE_VECTOR_MODE SImode
 
 

powered by: WebSVN 2.1.0

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