Line 138... |
Line 138... |
#define REGNUM_TO_SPRNUM(regno) (or1k_regnum_to_sprnum(regno))
|
#define REGNUM_TO_SPRNUM(regno) (or1k_regnum_to_sprnum(regno))
|
|
|
/* Defines for SPR bits. */
|
/* Defines for SPR bits. */
|
#define DMR1_ST (0x00400000)
|
#define DMR1_ST (0x00400000)
|
|
|
#define DRR_BE (0x00000001)
|
/* Changed by CZ 21/06/01 */
|
#define DRR_SCE (0x00000002)
|
#define DRR_BE (0x00001000)
|
#define DRR_RE (0x00000004)
|
#define DRR_SCE (0x00000800)
|
#define DRR_IME (0x00000008)
|
#define DRR_RE (0x00000400)
|
#define DRR_DME (0x00000010)
|
#define DRR_IME (0x00000200)
|
#define DRR_HPINTE (0x00000020)
|
#define DRR_DME (0x00000100)
|
|
#define DRR_HPINTE (0x00000080)
|
#define DRR_IIE (0x00000040)
|
#define DRR_IIE (0x00000040)
|
#define DRR_AE (0x00000080)
|
#define DRR_AE (0x00000020)
|
#define DRR_LPINTE (0x00000100)
|
#define DRR_LPINTE (0x00000010)
|
#define DRR_IPFE (0x00000200)
|
#define DRR_IPFE (0x00000008)
|
#define DRR_DPFE (0x00000400)
|
#define DRR_DPFE (0x00000004)
|
#define DRR_BUSEE (0x00000800)
|
#define DRR_BUSEE (0x00000002)
|
#define DRR_RSTE (0x00001000)
|
#define DRR_RSTE (0x00000001)
|
|
|
/* Number of matchpoints */
|
/* Number of matchpoints */
|
#define NUM_MATCHPOINTS (or1k_implementation.num_matchpoints)
|
#define NUM_MATCHPOINTS (or1k_implementation.num_matchpoints)
|
#define MAX_MATCHPOINTS (8)
|
#define MAX_MATCHPOINTS (8)
|
|
|