author | duke |
Wed, 05 Jul 2017 23:10:03 +0200 | |
changeset 44509 | 02253db2ace1 |
parent 42039 | db627462f2c9 |
permissions | -rw-r--r-- |
18507
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
1 |
/* |
40010 | 2 |
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. |
18507
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
4 |
* |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
5 |
* This code is free software; you can redistribute it and/or modify it |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
7 |
* published by the Free Software Foundation. |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
8 |
* |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
9 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
10 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
11 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
12 |
* version 2 for more details (a copy is included in the LICENSE file that |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
13 |
* accompanied this code). |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
14 |
* |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
15 |
* You should have received a copy of the GNU General Public License version |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
16 |
* 2 along with this work; if not, write to the Free Software Foundation, |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
17 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
18 |
* |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
19 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
20 |
* or visit www.oracle.com if you need additional information or have any |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
21 |
* questions. |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
22 |
* |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
23 |
*/ |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
24 |
|
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
25 |
#ifndef CPU_X86_VM_STUBROUTINES_X86_HPP |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
26 |
#define CPU_X86_VM_STUBROUTINES_X86_HPP |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
27 |
|
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
28 |
// This file holds the platform specific parts of the StubRoutines |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
29 |
// definition. See stubRoutines.hpp for a description on how to |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
30 |
// extend it. |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
31 |
|
40010 | 32 |
static bool returns_to_call_stub(address return_pc) { return return_pc == _call_stub_return_address; } |
33 |
||
34 |
enum platform_dependent_constants { |
|
35 |
code_size1 = 20000 LP64_ONLY(+10000), // simply increase if too small (assembler will crash if too small) |
|
42039 | 36 |
code_size2 = 33800 LP64_ONLY(+10000) // simply increase if too small (assembler will crash if too small) |
40010 | 37 |
}; |
38 |
||
39 |
class x86 { |
|
40 |
friend class StubGenerator; |
|
41 |
friend class VMStructs; |
|
42 |
||
43 |
#ifdef _LP64 |
|
44 |
private: |
|
45 |
static address _get_previous_fp_entry; |
|
46 |
static address _get_previous_sp_entry; |
|
47 |
||
48 |
static address _f2i_fixup; |
|
49 |
static address _f2l_fixup; |
|
50 |
static address _d2i_fixup; |
|
51 |
static address _d2l_fixup; |
|
52 |
||
53 |
static address _float_sign_mask; |
|
54 |
static address _float_sign_flip; |
|
55 |
static address _double_sign_mask; |
|
56 |
static address _double_sign_flip; |
|
57 |
||
58 |
public: |
|
59 |
||
60 |
static address get_previous_fp_entry() { |
|
61 |
return _get_previous_fp_entry; |
|
62 |
} |
|
63 |
||
64 |
static address get_previous_sp_entry() { |
|
65 |
return _get_previous_sp_entry; |
|
66 |
} |
|
67 |
||
68 |
static address f2i_fixup() { |
|
69 |
return _f2i_fixup; |
|
70 |
} |
|
71 |
||
72 |
static address f2l_fixup() { |
|
73 |
return _f2l_fixup; |
|
74 |
} |
|
75 |
||
76 |
static address d2i_fixup() { |
|
77 |
return _d2i_fixup; |
|
78 |
} |
|
79 |
||
80 |
static address d2l_fixup() { |
|
81 |
return _d2l_fixup; |
|
82 |
} |
|
83 |
||
84 |
static address float_sign_mask() { |
|
85 |
return _float_sign_mask; |
|
86 |
} |
|
87 |
||
88 |
static address float_sign_flip() { |
|
89 |
return _float_sign_flip; |
|
90 |
} |
|
91 |
||
92 |
static address double_sign_mask() { |
|
93 |
return _double_sign_mask; |
|
94 |
} |
|
95 |
||
96 |
static address double_sign_flip() { |
|
97 |
return _double_sign_flip; |
|
98 |
} |
|
99 |
#else // !LP64 |
|
100 |
||
101 |
private: |
|
102 |
static address _verify_fpu_cntrl_wrd_entry; |
|
103 |
||
104 |
public: |
|
105 |
static address verify_fpu_cntrl_wrd_entry() { return _verify_fpu_cntrl_wrd_entry; } |
|
106 |
||
107 |
#endif // !LP64 |
|
108 |
||
18507
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
109 |
private: |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
110 |
static address _verify_mxcsr_entry; |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
111 |
// shuffle mask for fixing up 128-bit words consisting of big-endian 32-bit integers |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
112 |
static address _key_shuffle_mask_addr; |
35154 | 113 |
|
114 |
//shuffle mask for big-endian 128-bit integers |
|
115 |
static address _counter_shuffle_mask_addr; |
|
116 |
||
18507
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
117 |
// masks and table for CRC32 |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
118 |
static uint64_t _crc_by128_masks[]; |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
119 |
static juint _crc_table[]; |
33066 | 120 |
// table for CRC32C |
121 |
static juint* _crc32c_table; |
|
31404
63e8fcd70bfc
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
ascarpino
parents:
18507
diff
changeset
|
122 |
// swap mask for ghash |
63e8fcd70bfc
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
ascarpino
parents:
18507
diff
changeset
|
123 |
static address _ghash_long_swap_mask_addr; |
63e8fcd70bfc
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
ascarpino
parents:
18507
diff
changeset
|
124 |
static address _ghash_byte_swap_mask_addr; |
18507
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
125 |
|
36555 | 126 |
// upper word mask for sha1 |
127 |
static address _upper_word_mask_addr; |
|
128 |
// byte flip mask for sha1 |
|
129 |
static address _shuffle_byte_flip_mask_addr; |
|
130 |
||
131 |
//k256 table for sha256 |
|
132 |
static juint _k256[]; |
|
133 |
static address _k256_adr; |
|
38135
e06e2d071465
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
jcivlin
parents:
38018
diff
changeset
|
134 |
#ifdef _LP64 |
e06e2d071465
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
jcivlin
parents:
38018
diff
changeset
|
135 |
static juint _k256_W[]; |
e06e2d071465
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
jcivlin
parents:
38018
diff
changeset
|
136 |
static address _k256_W_adr; |
42039 | 137 |
static julong _k512_W[]; |
138 |
static address _k512_W_addr; |
|
139 |
// byte flip mask for sha512 |
|
140 |
static address _pshuffle_byte_flip_mask_addr_sha512; |
|
38135
e06e2d071465
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
jcivlin
parents:
38018
diff
changeset
|
141 |
#endif |
36555 | 142 |
// byte flip mask for sha256 |
143 |
static address _pshuffle_byte_flip_mask_addr; |
|
144 |
||
38018
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
145 |
//tables common for LIBM sin and cos |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
146 |
static juint _ONEHALF[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
147 |
static address _ONEHALF_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
148 |
static juint _P_2[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
149 |
static address _P_2_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
150 |
static juint _SC_4[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
151 |
static address _SC_4_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
152 |
static juint _Ctable[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
153 |
static address _Ctable_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
154 |
static juint _SC_2[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
155 |
static address _SC_2_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
156 |
static juint _SC_3[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
157 |
static address _SC_3_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
158 |
static juint _SC_1[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
159 |
static address _SC_1_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
160 |
static juint _PI_INV_TABLE[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
161 |
static address _PI_INV_TABLE_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
162 |
static juint _PI_4[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
163 |
static address _PI_4_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
164 |
static juint _PI32INV[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
165 |
static address _PI32INV_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
166 |
static juint _SIGN_MASK[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
167 |
static address _SIGN_MASK_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
168 |
static juint _P_1[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
169 |
static address _P_1_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
170 |
static juint _P_3[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
171 |
static address _P_3_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
172 |
static juint _NEG_ZERO[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
173 |
static address _NEG_ZERO_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
174 |
|
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
175 |
//tables common for LIBM sincos and tancot |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
176 |
static juint _L_2il0floatpacket_0[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
177 |
static address _L_2il0floatpacket_0_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
178 |
static juint _Pi4Inv[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
179 |
static address _Pi4Inv_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
180 |
static juint _Pi4x3[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
181 |
static address _Pi4x3_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
182 |
static juint _Pi4x4[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
183 |
static address _Pi4x4_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
184 |
static juint _ones[]; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
185 |
static address _ones_adr; |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
186 |
|
18507
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
187 |
public: |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
188 |
static address verify_mxcsr_entry() { return _verify_mxcsr_entry; } |
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
189 |
static address key_shuffle_mask_addr() { return _key_shuffle_mask_addr; } |
35154 | 190 |
static address counter_shuffle_mask_addr() { return _counter_shuffle_mask_addr; } |
18507
61bfc8995bb3
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
drchase
parents:
diff
changeset
|
191 |
static address crc_by128_masks_addr() { return (address)_crc_by128_masks; } |
31404
63e8fcd70bfc
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
ascarpino
parents:
18507
diff
changeset
|
192 |
static address ghash_long_swap_mask_addr() { return _ghash_long_swap_mask_addr; } |
63e8fcd70bfc
8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
ascarpino
parents:
18507
diff
changeset
|
193 |
static address ghash_byte_swap_mask_addr() { return _ghash_byte_swap_mask_addr; } |
36555 | 194 |
static address upper_word_mask_addr() { return _upper_word_mask_addr; } |
195 |
static address shuffle_byte_flip_mask_addr() { return _shuffle_byte_flip_mask_addr; } |
|
196 |
static address k256_addr() { return _k256_adr; } |
|
38135
e06e2d071465
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
jcivlin
parents:
38018
diff
changeset
|
197 |
#ifdef _LP64 |
e06e2d071465
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
jcivlin
parents:
38018
diff
changeset
|
198 |
static address k256_W_addr() { return _k256_W_adr; } |
42039 | 199 |
static address k512_W_addr() { return _k512_W_addr; } |
200 |
static address pshuffle_byte_flip_mask_addr_sha512() { return _pshuffle_byte_flip_mask_addr_sha512; } |
|
38135
e06e2d071465
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
jcivlin
parents:
38018
diff
changeset
|
201 |
#endif |
36555 | 202 |
static address pshuffle_byte_flip_mask_addr() { return _pshuffle_byte_flip_mask_addr; } |
33066 | 203 |
static void generate_CRC32C_table(bool is_pclmulqdq_supported); |
38018
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
204 |
static address _ONEHALF_addr() { return _ONEHALF_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
205 |
static address _P_2_addr() { return _P_2_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
206 |
static address _SC_4_addr() { return _SC_4_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
207 |
static address _Ctable_addr() { return _Ctable_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
208 |
static address _SC_2_addr() { return _SC_2_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
209 |
static address _SC_3_addr() { return _SC_3_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
210 |
static address _SC_1_addr() { return _SC_1_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
211 |
static address _PI_INV_TABLE_addr() { return _PI_INV_TABLE_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
212 |
static address _PI_4_addr() { return _PI_4_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
213 |
static address _PI32INV_addr() { return _PI32INV_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
214 |
static address _SIGN_MASK_addr() { return _SIGN_MASK_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
215 |
static address _P_1_addr() { return _P_1_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
216 |
static address _P_3_addr() { return _P_3_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
217 |
static address _NEG_ZERO_addr() { return _NEG_ZERO_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
218 |
static address _L_2il0floatpacket_0_addr() { return _L_2il0floatpacket_0_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
219 |
static address _Pi4Inv_addr() { return _Pi4Inv_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
220 |
static address _Pi4x3_addr() { return _Pi4x3_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
221 |
static address _Pi4x4_addr() { return _Pi4x4_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
222 |
static address _ones_addr() { return _ones_adr; } |
1dc6c6f21231
8152907: Update for x86 tan and log10 in the math lib
vdeshpande
parents:
36555
diff
changeset
|
223 |
|
40010 | 224 |
}; |
225 |
||
226 |
#endif // CPU_X86_VM_STUBROUTINES_X86_HPP |