< prev index next >

src/cpu/x86/vm/macroAssembler_x86.hpp

Print this page

        

@@ -1276,10 +1276,12 @@
   void fold_8bit_crc32(Register crc, Register table, Register tmp);
   void fold_8bit_crc32(XMMRegister crc, Register table, XMMRegister xtmp, Register tmp);
 
 #undef VIRTUAL
 
+  void save_vector_registers();
+  void restore_vector_registers();
 };
 
 /**
  * class SkipIfEqual:
  *
< prev index next >