Statistics
| Branch: | Revision:

root / target-mips / mips-defs.h @ 33ac7f16

History | View | Annotate | Download (581 Bytes)

1 6af0bf9c bellard
#if !defined (__QEMU_MIPS_DEFS_H__)
2 6af0bf9c bellard
#define __QEMU_MIPS_DEFS_H__
3 6af0bf9c bellard
4 6af0bf9c bellard
/* If we want to use host float regs... */
5 6af0bf9c bellard
//#define USE_HOST_FLOAT_REGS
6 6af0bf9c bellard
7 6af0bf9c bellard
/* real pages are variable size... */
8 6af0bf9c bellard
#define TARGET_PAGE_BITS 12
9 814b9a47 ths
#define MIPS_TLB_MAX 128
10 6af0bf9c bellard
11 60aa19ab ths
#ifdef TARGET_MIPS64
12 c570fd16 ths
#define TARGET_LONG_BITS 64
13 c570fd16 ths
#else
14 c570fd16 ths
#define TARGET_LONG_BITS 32
15 c570fd16 ths
#endif
16 c570fd16 ths
17 19221bda ths
/* Strictly follow the architecture standard:
18 19221bda ths
   - Disallow "special" instruction handling for PMON/SPIM.
19 19221bda ths
   Note that we still maintain Count/Compare to match the host clock. */
20 b48cfdff ths
//#define MIPS_STRICT_STANDARD 1
21 b48cfdff ths
22 6af0bf9c bellard
#endif /* !defined (__QEMU_MIPS_DEFS_H__) */