src/hotspot/cpu/x86/x86_32.ad
changeset 58029 66c880e5d21d
parent 58019 86b95fc6ca32
child 58679 9c3209ff7550
child 59277 31272cef28e2
equal deleted inserted replaced
58028:7ac4273bb49b 58029:66c880e5d21d
  7313   ins_encode( /*empty encoding*/ );
  7313   ins_encode( /*empty encoding*/ );
  7314   ins_cost(0);
  7314   ins_cost(0);
  7315   ins_pipe( empty );
  7315   ins_pipe( empty );
  7316 %}
  7316 %}
  7317 
  7317 
  7318 instruct castLL( rRegL dst ) %{
  7318 instruct castLL( eRegL dst ) %{
  7319   match(Set dst (CastLL dst));
  7319   match(Set dst (CastLL dst));
  7320   format %{ "#castLL of $dst" %}
  7320   format %{ "#castLL of $dst" %}
  7321   ins_encode( /*empty encoding*/ );
  7321   ins_encode( /*empty encoding*/ );
  7322   ins_cost(0);
  7322   ins_cost(0);
  7323   ins_pipe( empty );
  7323   ins_pipe( empty );