1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 #ifdef __NO_PA_HDRS
22 PA header file -- do not include this header file for non-PA builds.
23 #endif
24
25
26 #ifndef _MACHINE_FPU_INCLUDED
27 #define _MACHINE_FPU_INCLUDED
28
29 #if 0
30 #ifndef _SYS_STDSYMS_INCLUDED
31 # include <sys/stdsyms.h>
32 #endif
33 #include <machine/pdc/pdc_rqsts.h>
34 #endif
35
36 #define PA83_FPU_FLAG 0x00000001
37 #define PA89_FPU_FLAG 0x00000002
38 #define PA2_0_FPU_FLAG 0x00000010
39
40 #define TIMEX_EXTEN_FLAG 0x00000004
41
42 #define ROLEX_EXTEN_FLAG 0x00000008
43 #define COPR_FP 0x00000080
44 #define SFU_MPY_DIVIDE 0x00008000
45
46
47 #define EM_FPU_TYPE_OFFSET 272
48
49
50 #define EMULATION_VERSION 4
51
52
53
54
55
56
57
58 #define ROLEX_POTENTIAL_KEY_FLAGS PDC_MODEL_CPU_KEY_WORD_TO_IO
59 #define TIMEX_POTENTIAL_KEY_FLAGS (PDC_MODEL_CPU_KEY_QUAD_STORE | \
60 PDC_MODEL_CPU_KEY_RECIP_SQRT)
61
62
63 #endif