URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
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
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.