Skip to content

Commit

Permalink
Remove unused immIOffset/immLOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
Fei Gao committed Dec 7, 2023
1 parent 6c0461b commit a7bfe26
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/hotspot/cpu/aarch64/aarch64.ad
Original file line number Diff line number Diff line change
Expand Up @@ -4313,16 +4313,6 @@ operand immLU12()
%}

// Offset for scaled or unscaled immediate loads and stores
operand immIOffset()
%{
predicate(Address::offset_ok_for_immed(n->get_int(), 0));
match(ConI);

op_cost(0);
format %{ %}
interface(CONST_INTER);
%}

operand immIOffset1()
%{
predicate(Address::offset_ok_for_immed(n->get_int(), 0));
Expand Down Expand Up @@ -4373,16 +4363,6 @@ operand immIOffset16()
interface(CONST_INTER);
%}

operand immLoffset()
%{
predicate(Address::offset_ok_for_immed(n->get_long(), 0));
match(ConL);

op_cost(0);
format %{ %}
interface(CONST_INTER);
%}

operand immLoffset1()
%{
predicate(Address::offset_ok_for_immed(n->get_long(), 0));
Expand Down

0 comments on commit a7bfe26

Please sign in to comment.