src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/opto/matcher.hpp

src/share/vm/opto/matcher.hpp

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

*** 336,345 **** --- 336,346 ---- static RegMask divL_proj_mask(); // Register for MODL projection of divmodL static RegMask modL_proj_mask(); static const RegMask mathExactI_result_proj_mask(); + static const RegMask mathExactL_result_proj_mask(); static const RegMask mathExactI_flags_proj_mask(); // Use hardware DIV instruction when it is faster than // a code which use multiply for division by constant. static bool use_asm_for_ldiv_by_con( jlong divisor );
src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File