Searched defs:pd_last_fpu_reg (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_Defs_arm.hpp63 pd_last_fpu_reg = pd_first_fpu_reg + pd_nof_fpu_regs_frame_map - 1, enumerator in enum:__anon34
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_Defs_ppc.hpp63 pd_last_fpu_reg = pd_nof_cpu_regs_frame_map + pd_nof_fpu_regs_reg_alloc - 1, enumerator in enum:__anon59
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_Defs_sparc.hpp58 pd_last_fpu_reg = pd_nof_cpu_regs_frame_map + pd_nof_fpu_regs_frame_map - 1, enumerator in enum:__anon142
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_Defs_x86.hpp67 pd_last_fpu_reg = pd_first_fpu_reg + 7, enumerator in enum:__anon164
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_Defs_s390.hpp58 pd_last_fpu_reg = pd_first_fpu_reg + pd_nof_fpu_regs_frame_map - pd_nof_fcpu_regs_unallocated - 1, enumerator in enum:__anon102
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_Defs_aarch64.hpp67 pd_last_fpu_reg = pd_first_fpu_reg + 31, enumerator in enum:__anon10

Completed in 26 milliseconds