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 5902 : 8027754: Enable loop optimizations for loops with MathExact inside

*** 2035,2057 **** const RegMask Matcher::method_handle_invoke_SP_save_mask() { return L7_REGP_mask(); } - 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(); - } - - %} // The intptr_t operand types, defined by textual substitution. // (Cf. opto/type.hpp. This lets us avoid many, many other ifdefs.) --- 2035,2044 ----
src/cpu/sparc/vm/sparc.ad
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File