comparison src/cpu/x86/vm/assembler_x86.hpp @ 1564:61b2245abf36

6930772: JSR 292 needs to support SPARC C1 Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
author twisti
date Fri, 21 May 2010 02:59:24 -0700
parents c640000b7cc1
children e9ff18c4ace7
comparison
equal deleted inserted replaced
1563:1a5913bf5e19 1564:61b2245abf36
132 // Using noreg ensures if the dead code is incorrectly live and executed it 132 // Using noreg ensures if the dead code is incorrectly live and executed it
133 // will cause an assertion failure 133 // will cause an assertion failure
134 #define rscratch1 noreg 134 #define rscratch1 noreg
135 135
136 #endif // _LP64 136 #endif // _LP64
137
138 // JSR 292 fixed register usages:
139 REGISTER_DECLARATION(Register, rbp_mh_SP_save, rbp);
137 140
138 // Address is an abstraction used to represent a memory location 141 // Address is an abstraction used to represent a memory location
139 // using any of the amd64 addressing modes with one object. 142 // using any of the amd64 addressing modes with one object.
140 // 143 //
141 // Note: A register location is represented via a Register, not 144 // Note: A register location is represented via a Register, not