equal
deleted
inserted
replaced
32 // Implementation of the platform-specific part of StubRoutines - for |
32 // Implementation of the platform-specific part of StubRoutines - for |
33 // a description of how to extend it, see the stubRoutines.hpp file. |
33 // a description of how to extend it, see the stubRoutines.hpp file. |
34 |
34 |
35 address StubRoutines::x86::_verify_mxcsr_entry = NULL; |
35 address StubRoutines::x86::_verify_mxcsr_entry = NULL; |
36 address StubRoutines::x86::_key_shuffle_mask_addr = NULL; |
36 address StubRoutines::x86::_key_shuffle_mask_addr = NULL; |
|
37 address StubRoutines::x86::_counter_shuffle_mask_addr = NULL; |
37 address StubRoutines::x86::_ghash_long_swap_mask_addr = NULL; |
38 address StubRoutines::x86::_ghash_long_swap_mask_addr = NULL; |
38 address StubRoutines::x86::_ghash_byte_swap_mask_addr = NULL; |
39 address StubRoutines::x86::_ghash_byte_swap_mask_addr = NULL; |
39 |
40 |
40 uint64_t StubRoutines::x86::_crc_by128_masks[] = |
41 uint64_t StubRoutines::x86::_crc_by128_masks[] = |
41 { |
42 { |