src/share/vm/opto/matcher.cpp

changeset 8604
04d83ba48607
parent 8068
c1091733abe6
parent 7994
04ff2f6cd0eb
child 8856
ac27a9c85bea
equal deleted inserted replaced
8603:e134dc1879b7 8604:04d83ba48607
18 * 18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
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 */
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.
23 */ 29 */
24 30
25 #include "precompiled.hpp" 31 #include "precompiled.hpp"
26 #include "memory/allocation.inline.hpp" 32 #include "memory/allocation.inline.hpp"
27 #include "opto/addnode.hpp" 33 #include "opto/addnode.hpp"
48 # include "adfiles/ad_sparc.hpp" 54 # include "adfiles/ad_sparc.hpp"
49 #elif defined TARGET_ARCH_MODEL_zero 55 #elif defined TARGET_ARCH_MODEL_zero
50 # include "adfiles/ad_zero.hpp" 56 # include "adfiles/ad_zero.hpp"
51 #elif defined TARGET_ARCH_MODEL_ppc_64 57 #elif defined TARGET_ARCH_MODEL_ppc_64
52 # include "adfiles/ad_ppc_64.hpp" 58 # include "adfiles/ad_ppc_64.hpp"
59 #elif defined TARGET_ARCH_MODEL_mips_64
60 # include "adfiles/ad_mips_64.hpp"
53 #endif 61 #endif
54 62
55 OptoReg::Name OptoReg::c_frame_pointer; 63 OptoReg::Name OptoReg::c_frame_pointer;
56 64
57 const RegMask *Matcher::idealreg2regmask[_last_machine_leaf]; 65 const RegMask *Matcher::idealreg2regmask[_last_machine_leaf];

mercurial