diff --git a/src/hotspot/cpu/aarch64/aarch64.ad b/src/hotspot/cpu/aarch64/aarch64.ad index 5b516746767c1..bbd5df5124e9e 100644 --- a/src/hotspot/cpu/aarch64/aarch64.ad +++ b/src/hotspot/cpu/aarch64/aarch64.ad @@ -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)); @@ -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));