hotspot/src/cpu/x86/vm/assembler_x86.hpp
changeset 15115 f8ef87f6f07f
parent 15114 4074553c678b
child 15117 625397df6f4f
--- a/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Thu Jan 03 15:09:55 2013 -0800
+++ b/hotspot/src/cpu/x86/vm/assembler_x86.hpp	Thu Jan 03 16:30:47 2013 -0800
@@ -1754,6 +1754,9 @@
   void vextractf128h(Address dst, XMMRegister src);
   void vextracti128h(Address dst, XMMRegister src);
 
+  // duplicate 4-bytes integer data from src into 8 locations in dest
+  void vpbroadcastd(XMMRegister dst, XMMRegister src);
+
   // AVX instruction which is used to clear upper 128 bits of YMM registers and
   // to avoid transaction penalty between AVX and SSE states. There is no
   // penalty if legacy SSE instructions are encoded using VEX prefix because