src/share/vm/opto/optoreg.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

*** 46,55 **** --- 46,58 ---- # include "adfiles/adGlobals_ppc_32.hpp" #endif #ifdef TARGET_ARCH_MODEL_ppc_64 # include "adfiles/adGlobals_ppc_64.hpp" #endif + #ifdef TARGET_ARCH_MODEL_aarch64 + # include "adfiles/adGlobals_aarch64.hpp" + #endif //------------------------------OptoReg---------------------------------------- // We eventually need Registers for the Real World. Registers are essentially // non-SSA names. A Register is represented as a number. Non-regular values // (e.g., Control, Memory, I/O) use the Special register. The actual machine