SCM Repository
Annotation of /sml/trunk/src/MLRISC/cm/IA32.cm
Parent Directory
|
Revision Log
Revision 797 - (view) (download)
1 : | leunga | 775 | (* This file is created by makeallcm *) |
2 : | leunga | 744 | Library |
3 : | signature MEMORY_REGISTERS | ||
4 : | signature X86CELLS | ||
5 : | signature X86COMP_INSTR_EXT | ||
6 : | signature X86INSTR | ||
7 : | signature X86REWRITE | ||
8 : | signature X86SHUFFLE | ||
9 : | signature X86SPILL | ||
10 : | structure X86Cells | ||
11 : | structure X86InstrExt | ||
12 : | functor IA32SVID_CCalls | ||
13 : | functor X86 | ||
14 : | functor X86AsmEmitter | ||
15 : | functor X86CompInstrExt | ||
16 : | leunga | 796 | functor X86ExpandCopies |
17 : | leunga | 744 | functor X86FP |
18 : | functor X86FreqProps | ||
19 : | functor X86Instr | ||
20 : | functor X86Jumps | ||
21 : | functor X86MCEmitter | ||
22 : | functor X86Props | ||
23 : | functor X86RA | ||
24 : | functor X86Rewrite | ||
25 : | functor X86Shuffle | ||
26 : | functor X86Spill | ||
27 : | is | ||
28 : | #if defined(NEW_CM) | ||
29 : | #if SMLNJ_VERSION * 100 + SMLNJ_MINOR_VERSION >= 11030 | ||
30 : | leunga | 775 | $/basis.cm |
31 : | #if defined(UNSHARED_MLRISC) | ||
32 : | $/smlnj-lib.cm | ||
33 : | MLRISC.cm | ||
34 : | Control.cm | ||
35 : | Lib.cm | ||
36 : | leunga | 797 | MLTREE.cm |
37 : | leunga | 775 | #else |
38 : | $/smlnj-lib.cm | ||
39 : | blume | 771 | $/MLRISC.cm |
40 : | $/Control.cm | ||
41 : | $/Lib.cm | ||
42 : | leunga | 797 | $/MLTREE.cm |
43 : | leunga | 775 | #endif |
44 : | leunga | 744 | #else |
45 : | leunga | 775 | basis.cm |
46 : | smlnj-lib.cm | ||
47 : | blume | 771 | MLRISC.cm |
48 : | Control.cm | ||
49 : | Lib.cm | ||
50 : | leunga | 797 | MLTREE.cm |
51 : | leunga | 744 | #endif |
52 : | #else | ||
53 : | leunga | 775 | smlnj-lib.cm |
54 : | leunga | 744 | MLRISC.cm |
55 : | Control.cm | ||
56 : | Lib.cm | ||
57 : | leunga | 797 | MLTREE.cm |
58 : | blume | 771 | #endif |
59 : | leunga | 744 | ../x86/c-calls/ia32-svid.sml |
60 : | ../x86/instructions/x86Cells.sml | ||
61 : | ../x86/instructions/x86comp-instr-ext.sml | ||
62 : | ../x86/instructions/x86Instr.sml | ||
63 : | ../x86/instructions/x86instr-ext.sml | ||
64 : | ../x86/instructions/x86Shuffle.sig | ||
65 : | ../x86/instructions/x86Shuffle.sml | ||
66 : | ../x86/instructions/x86Props.sml | ||
67 : | ../x86/instructions/x86MemRegs.sig | ||
68 : | ../x86/instructions/x86FreqProps.sml | ||
69 : | leunga | 796 | ../x86/instructions/x86ExpandCopies.sml |
70 : | leunga | 744 | ../x86/emit/x86Asm.sml |
71 : | ../x86/x86MC.sml | ||
72 : | ../x86/ra/x86Rewrite.sig | ||
73 : | ../x86/ra/x86Rewrite.sml | ||
74 : | ../x86/ra/x86Spill.sml | ||
75 : | ../x86/backpatch/x86Jumps.sml | ||
76 : | ../x86/mltree/x86.sml | ||
77 : | ../x86/mltree/x86-fp.sml | ||
78 : | ../x86/ra/x86RA.sml |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |