src/hotspot/cpu/x86/x86_32.ad
changeset 58019 86b95fc6ca32
parent 54750 1851a532ddfe
child 58029 66c880e5d21d
--- a/src/hotspot/cpu/x86/x86_32.ad	Thu Sep 05 12:39:48 2019 +0200
+++ b/src/hotspot/cpu/x86/x86_32.ad	Thu Sep 05 13:56:17 2019 +0200
@@ -7315,6 +7315,14 @@
   ins_pipe( empty );
 %}
 
+instruct castLL( rRegL dst ) %{
+  match(Set dst (CastLL dst));
+  format %{ "#castLL of $dst" %}
+  ins_encode( /*empty encoding*/ );
+  ins_cost(0);
+  ins_pipe( empty );
+%}
+
 
 // Load-locked - same as a regular pointer load when used with compare-swap
 instruct loadPLocked(eRegP dst, memory mem) %{