src/cpu/sparc/vm/sparc.ad
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/cpu/sparc/vm/sparc.ad

src/cpu/sparc/vm/sparc.ad

Print this page
rev 5462 : 8026844: Various Math functions needs intrinsification
Reviewed-by: duke

*** 2020,2029 **** --- 2020,2033 ---- const RegMask Matcher::mathExactI_result_proj_mask() { return G1_REGI_mask(); } + const RegMask Matcher::mathExactL_result_proj_mask() { + return G1_REGL_mask(); + } + const RegMask Matcher::mathExactI_flags_proj_mask() { return INT_FLAGS_mask(); }
src/cpu/sparc/vm/sparc.ad
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File