src/cpu/x86/vm/c1_Defs_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/c1_Defs_x86.hpp	Thu Nov 25 07:05:56 2010
--- new/src/cpu/x86/vm/c1_Defs_x86.hpp	Thu Nov 25 07:05:56 2010

*** 59,70 **** --- 59,70 ---- pd_nof_cpu_regs_linearscan = pd_nof_cpu_regs_frame_map, // number of registers visible to linear scan pd_nof_fpu_regs_linearscan = pd_nof_fpu_regs_frame_map, // number of registers visible to linear scan pd_nof_xmm_regs_linearscan = pd_nof_xmm_regs_frame_map, // number of registers visible to linear scan pd_first_cpu_reg = 0, pd_last_cpu_reg = NOT_LP64(5) LP64_ONLY(11), ! pd_first_byte_reg = NOT_LP64(2) LP64_ONLY(0), ! pd_last_byte_reg = NOT_LP64(5) LP64_ONLY(11), pd_first_fpu_reg = pd_nof_cpu_regs_frame_map, pd_last_fpu_reg = pd_first_fpu_reg + 7, pd_first_xmm_reg = pd_nof_cpu_regs_frame_map + pd_nof_fpu_regs_frame_map, pd_last_xmm_reg = pd_first_xmm_reg + pd_nof_xmm_regs_frame_map - 1 };

src/cpu/x86/vm/c1_Defs_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File