src/cpu/x86/vm/assembler_x86.hpp

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1919
61b2245abf36
child 2039
66c5dadb4d61
equal deleted inserted replaced
1917:dfe27f03244a 1934:e9ff18c4ace7
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