src/share/vm/c1/c1_Defs.hpp

changeset 6876
710a3c8b516e
parent 2708
1d1603768966
parent 1
2d8a650513c2
equal deleted inserted replaced
6875:28b50d07f6f8 6876:710a3c8b516e
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 /*
26 * This file has been modified by Loongson Technology in 2015. These
27 * modifications are Copyright (c) 2015 Loongson Technology, and are made
28 * available on the same license terms set forth above.
29 */
30
25 #ifndef SHARE_VM_C1_C1_DEFS_HPP 31 #ifndef SHARE_VM_C1_C1_DEFS_HPP
26 #define SHARE_VM_C1_C1_DEFS_HPP 32 #define SHARE_VM_C1_C1_DEFS_HPP
27 33
28 #include "utilities/globalDefinitions.hpp" 34 #include "utilities/globalDefinitions.hpp"
29 #ifdef TARGET_ARCH_x86 35 #ifdef TARGET_ARCH_x86
30 # include "register_x86.hpp" 36 # include "register_x86.hpp"
37 #endif
38 #ifdef TARGET_ARCH_mips
39 # include "register_mips.hpp"
31 #endif 40 #endif
32 #ifdef TARGET_ARCH_sparc 41 #ifdef TARGET_ARCH_sparc
33 # include "register_sparc.hpp" 42 # include "register_sparc.hpp"
34 #endif 43 #endif
35 #ifdef TARGET_ARCH_zero 44 #ifdef TARGET_ARCH_zero
50 }; 59 };
51 60
52 61
53 #ifdef TARGET_ARCH_x86 62 #ifdef TARGET_ARCH_x86
54 # include "c1_Defs_x86.hpp" 63 # include "c1_Defs_x86.hpp"
64 #endif
65 #ifdef TARGET_ARCH_mips
66 # include "c1_Defs_mips.hpp"
55 #endif 67 #endif
56 #ifdef TARGET_ARCH_sparc 68 #ifdef TARGET_ARCH_sparc
57 # include "c1_Defs_sparc.hpp" 69 # include "c1_Defs_sparc.hpp"
58 #endif 70 #endif
59 #ifdef TARGET_ARCH_arm 71 #ifdef TARGET_ARCH_arm

mercurial