< prev index next >

src/cpu/x86/vm/stubRoutines_x86.cpp

Print this page

        

*** 46,55 **** --- 46,78 ---- address StubRoutines::x86::_upper_word_mask_addr = NULL; address StubRoutines::x86::_shuffle_byte_flip_mask_addr = NULL; address StubRoutines::x86::_k256_adr = NULL; address StubRoutines::x86::_pshuffle_byte_flip_mask_addr = NULL; + //tables common for sin and cos + address StubRoutines::x86::_ONEHALF_adr = NULL; + address StubRoutines::x86::_P_2_adr = NULL; + address StubRoutines::x86::_SC_4_adr = NULL; + address StubRoutines::x86::_Ctable_adr = NULL; + address StubRoutines::x86::_SC_2_adr = NULL; + address StubRoutines::x86::_SC_3_adr = NULL; + address StubRoutines::x86::_SC_1_adr = NULL; + address StubRoutines::x86::_PI_INV_TABLE_adr = NULL; + address StubRoutines::x86::_PI_4_adr = NULL; + address StubRoutines::x86::_PI32INV_adr = NULL; + address StubRoutines::x86::_SIGN_MASK_adr = NULL; + address StubRoutines::x86::_P_1_adr = NULL; + address StubRoutines::x86::_P_3_adr = NULL; + address StubRoutines::x86::_NEG_ZERO_adr = NULL; + + //tables common for sincos and tancot + address StubRoutines::x86::_L_2il0floatpacket_0_adr = NULL; + address StubRoutines::x86::_Pi4Inv_adr = NULL; + address StubRoutines::x86::_Pi4x3_adr = NULL; + address StubRoutines::x86::_Pi4x4_adr = NULL; + address StubRoutines::x86::_ones_adr = NULL; + uint64_t StubRoutines::x86::_crc_by128_masks[] = { /* The fields in this structure are arranged so that they can be * picked up two at a time with 128-bit loads. *
< prev index next >