8292153: x86: Represent Registers as values

Reviewed-by: kvn, aph
This commit is contained in:
Vladimir Ivanov 2022-08-11 21:16:02 +00:00
parent dedc05cb40
commit 755ecf6b73
28 changed files with 482 additions and 433 deletions

View file

@ -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) \
\