hotspot/src/cpu/x86/vm/x86_32.ad
changeset 2022 28ce8115a91d
parent 1500 bea9a90f3e8f
child 2034 ca0ff0c51e3b
--- a/hotspot/src/cpu/x86/vm/x86_32.ad	Wed Jan 21 11:18:38 2009 -0800
+++ b/hotspot/src/cpu/x86/vm/x86_32.ad	Mon Jan 26 16:22:12 2009 +0100
@@ -6413,9 +6413,9 @@
   ins_pipe( ialu_reg_mem );
 %}
 
-// Load Char (16bit unsigned)
-instruct loadC(eRegI dst, memory mem) %{
-  match(Set dst (LoadC mem));
+// Load Unsigned Short/Char (16bit unsigned)
+instruct loadUS(eRegI dst, memory mem) %{
+  match(Set dst (LoadUS mem));
 
   ins_cost(125);
   format %{ "MOVZX  $dst,$mem" %}