comparison src/cpu/x86/vm/register_definitions_x86.cpp @ 12962:5ccbab1c69f3

8026251: New type profiling points: parameters to methods Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
author roland
date Tue, 22 Oct 2013 09:51:47 +0200
parents 127b3692c168
children de6a9e811145
comparison
equal deleted inserted replaced
12961:4748b3308cda 12962:5ccbab1c69f3
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "asm/assembler.hpp" 26 #include "asm/assembler.hpp"
27 #include "asm/register.hpp" 27 #include "asm/register.hpp"
28 #include "register_x86.hpp" 28 #include "register_x86.hpp"
29 #ifdef TARGET_ARCH_MODEL_x86_32 29 #ifdef TARGET_ARCH_x86
30 # include "interp_masm_x86_32.hpp" 30 # include "interp_masm_x86.hpp"
31 #endif
32 #ifdef TARGET_ARCH_MODEL_x86_64
33 # include "interp_masm_x86_64.hpp"
34 #endif 31 #endif
35 32
36 REGISTER_DEFINITION(Register, noreg); 33 REGISTER_DEFINITION(Register, noreg);
37 REGISTER_DEFINITION(Register, rax); 34 REGISTER_DEFINITION(Register, rax);
38 REGISTER_DEFINITION(Register, rcx); 35 REGISTER_DEFINITION(Register, rcx);