src/share/vm/opto/regmask.hpp

changeset 7994
04ff2f6cd0eb
parent 7598
ddce0b7cee93
parent 6876
710a3c8b516e
equal deleted inserted replaced
7993:9bf9a733246b 7994:04ff2f6cd0eb
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 #ifndef SHARE_VM_OPTO_REGMASK_HPP 31 #ifndef SHARE_VM_OPTO_REGMASK_HPP
26 #define SHARE_VM_OPTO_REGMASK_HPP 32 #define SHARE_VM_OPTO_REGMASK_HPP
27 33
38 # include "adfiles/adGlobals_sparc.hpp" 44 # include "adfiles/adGlobals_sparc.hpp"
39 #elif defined TARGET_ARCH_MODEL_zero 45 #elif defined TARGET_ARCH_MODEL_zero
40 # include "adfiles/adGlobals_zero.hpp" 46 # include "adfiles/adGlobals_zero.hpp"
41 #elif defined TARGET_ARCH_MODEL_ppc_64 47 #elif defined TARGET_ARCH_MODEL_ppc_64
42 # include "adfiles/adGlobals_ppc_64.hpp" 48 # include "adfiles/adGlobals_ppc_64.hpp"
49 #elif defined TARGET_ARCH_MODEL_mips_64
50 # include "adfiles/adGlobals_mips_64.hpp"
43 #endif 51 #endif
44 52
45 // Some fun naming (textual) substitutions: 53 // Some fun naming (textual) substitutions:
46 // 54 //
47 // RegMask::get_low_elem() ==> RegMask::find_first_elem() 55 // RegMask::get_low_elem() ==> RegMask::find_first_elem()

mercurial