comparison src/cpu/ppc/vm/register_definitions_ppc.cpp @ 14445:67fa91961822

8029940: PPC64 (part 122): C2 compiler port Reviewed-by: kvn
author goetz
date Wed, 11 Dec 2013 00:06:11 +0100
parents ec28f9c041ff
children
comparison
equal deleted inserted replaced
14444:492e67693373 14445:67fa91961822
28 28
29 #include "precompiled.hpp" 29 #include "precompiled.hpp"
30 #include "asm/macroAssembler.hpp" 30 #include "asm/macroAssembler.hpp"
31 #include "asm/register.hpp" 31 #include "asm/register.hpp"
32 #include "register_ppc.hpp" 32 #include "register_ppc.hpp"
33 #ifdef TARGET_ARCH_MODEL_32 33 #ifdef TARGET_ARCH_MODEL_ppc_32
34 # include "interp_masm_32.hpp" 34 # include "interp_masm_ppc_32.hpp"
35 #endif 35 #endif
36 #ifdef TARGET_ARCH_MODEL_ppc_64 36 #ifdef TARGET_ARCH_MODEL_ppc_64
37 # include "interp_masm_ppc_64.hpp" 37 # include "interp_masm_ppc_64.hpp"
38 #endif 38 #endif
39 39