comparison src/cpu/sparc/vm/c1_FrameMap_sparc.hpp @ 1997:505c913f22f8

Merge
author trims
date Fri, 10 Dec 2010 17:59:46 -0800
parents f95d63e2154a
children ac637b7220d1
comparison
equal deleted inserted replaced
1949:058f494c8b6d 1997:505c913f22f8
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 */ 23 */
24
25 #ifndef CPU_SPARC_VM_C1_FRAMEMAP_SPARC_HPP
26 #define CPU_SPARC_VM_C1_FRAMEMAP_SPARC_HPP
24 27
25 public: 28 public:
26 29
27 enum { 30 enum {
28 nof_reg_args = 6, // registers o0-o5 are available for parameter passing 31 nof_reg_args = 6, // registers o0-o5 are available for parameter passing
149 152
150 static VMReg fpu_regname (int n); 153 static VMReg fpu_regname (int n);
151 154
152 static bool is_caller_save_register (LIR_Opr reg); 155 static bool is_caller_save_register (LIR_Opr reg);
153 static bool is_caller_save_register (Register r); 156 static bool is_caller_save_register (Register r);
157
158 #endif // CPU_SPARC_VM_C1_FRAMEMAP_SPARC_HPP