Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
offamitkumar committed Oct 16, 2024
1 parent 083b229 commit 3836caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/cpu/s390/s390.ad
Original file line number Diff line number Diff line change
Expand Up @@ -6516,9 +6516,9 @@ instruct umodL_reg_reg(revenRegL r4_reven_dst, roddRegL r5_rodd_tmp, iRegL src2,

__ block_comment("unsigned_mod_long {");
__ z_lgr(r5_rodd_tmp, r4_reven_dst); // load rightmost 64bits in even register
__ z_lghi(r4_reven_dst, 0); // make leftmost 64bits 0
__ z_lghi(r4_reven_dst, 0); // make leftmost 64bits 0
__ z_dlgr(r4_reven_dst, b);
__ block_comment("} unsigned_mod_integer");
__ block_comment("} unsigned_mod_long");
%}
ins_pipe(pipe_class_dummy);
%}
Expand Down

0 comments on commit 3836caf

Please sign in to comment.