src/cpu/x86/vm/assembler_x86.hpp

changeset 1919
61b2245abf36
parent 1858
c640000b7cc1
child 1934
e9ff18c4ace7
equal deleted inserted replaced
1918:1a5913bf5e19 1919: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

mercurial