Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions src/hotspot/cpu/arm/arm.ad
Original file line number Diff line number Diff line change
Expand Up @@ -1874,36 +1874,6 @@ operand immP0() %{
interface(CONST_INTER);
%}

// Pointer Immediate
operand immN()
%{
match(ConN);

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

operand immNKlass()
%{
match(ConNKlass);

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

// nullptr Pointer Immediate
operand immN0()
%{
predicate(n->get_narrowcon() == 0);
match(ConN);

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

operand immL() %{
match(ConL);
op_cost(40);
Expand Down