< prev index next >

src/hotspot/cpu/x86/x86_32.ad

Print this page

        

@@ -3376,20 +3376,10 @@
   op_cost(5);
   format %{ %}
   interface(CONST_INTER);
 %}
 
-operand immU8()
-%{
-  predicate((0 <= n->get_int()) && (n->get_int() <= 255));
-  match(ConI);
-
-  op_cost(5);
-  format %{ %}
-  interface(CONST_INTER);
-%}
-
 operand immI16() %{
   predicate((-32768 <= n->get_int()) && (n->get_int() <= 32767));
   match(ConI);
 
   op_cost(10);
< prev index next >