mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8292153: x86: Represent Registers as values
Reviewed-by: kvn, aph
This commit is contained in:
parent
dedc05cb40
commit
755ecf6b73
28 changed files with 482 additions and 433 deletions
|
@ -2552,9 +2552,8 @@
|
|||
/* Calling convention constants */ \
|
||||
/********************************/ \
|
||||
\
|
||||
declare_constant(RegisterImpl::number_of_registers) \
|
||||
declare_constant(ConcreteRegisterImpl::number_of_registers) \
|
||||
declare_preprocessor_constant("REG_COUNT", REG_COUNT) \
|
||||
declare_preprocessor_constant("REG_COUNT", REG_COUNT) \
|
||||
declare_c2_preprocessor_constant("SAVED_ON_ENTRY_REG_COUNT", SAVED_ON_ENTRY_REG_COUNT) \
|
||||
declare_c2_preprocessor_constant("C_SAVED_ON_ENTRY_REG_COUNT", C_SAVED_ON_ENTRY_REG_COUNT) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue