< prev index next >

src/hotspot/share/opto/matcher.hpp

Print this page

        

@@ -335,10 +335,13 @@
   }
 
   // Vector ideal reg
   static const uint vector_ideal_reg(int len);
 
+  // Does the CPU supports vector variable shift instructions?
+  static bool supports_vector_variable_shifts(void);
+
   // CPU supports misaligned vectors store/load.
   static const bool misaligned_vectors_ok();
 
   // Should original key array reference be passed to AES stubs
   static const bool pass_original_key_for_aes();
< prev index next >