< prev index next >

src/cpu/x86/vm/macroAssembler_x86.hpp

Print this page

        

*** 1276,1285 **** --- 1276,1287 ---- 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 >