author | mcberg |
Wed, 09 Sep 2015 10:34:17 -0700 | |
changeset 32723 | 56534fb3d71a |
parent 30624 | 2e1803c8a26d |
child 33088 | 34fe49ecee13 |
permissions | -rw-r--r-- |
1 | 1 |
/* |
28954
7dda6c26cc98
8068977: Remove unused sun.misc.Unsafe prefetch intrinsic support
psandoz
parents:
26166
diff
changeset
|
2 |
* Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. |
1 | 3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
* |
|
5 |
* This code is free software; you can redistribute it and/or modify it |
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
|
7 |
* published by the Free Software Foundation. |
|
8 |
* |
|
9 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
* version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
* accompanied this code). |
|
14 |
* |
|
15 |
* You should have received a copy of the GNU General Public License version |
|
16 |
* 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
* |
|
5547
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
5352
diff
changeset
|
19 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
5352
diff
changeset
|
20 |
* or visit www.oracle.com if you need additional information or have any |
f4b087cbb361
6941466: Oracle rebranding changes for Hotspot repositories
trims
parents:
5352
diff
changeset
|
21 |
* questions. |
1 | 22 |
* |
23 |
*/ |
|
24 |
||
25 |
// The giant table of Node classes. |
|
26 |
// One entry per class, sorted by class name. |
|
27 |
||
28 |
macro(AbsD) |
|
29 |
macro(AbsF) |
|
30 |
macro(AbsI) |
|
31 |
macro(AddD) |
|
32 |
macro(AddF) |
|
33 |
macro(AddI) |
|
34 |
macro(AddL) |
|
35 |
macro(AddP) |
|
36 |
macro(Allocate) |
|
37 |
macro(AllocateArray) |
|
38 |
macro(AndI) |
|
39 |
macro(AndL) |
|
26166 | 40 |
macro(ArrayCopy) |
595
a2be4c89de81
6695049: (coll) Create an x86 intrinsic for Arrays.equals
rasbold
parents:
590
diff
changeset
|
41 |
macro(AryEq) |
1 | 42 |
macro(AtanD) |
43 |
macro(Binary) |
|
44 |
macro(Bool) |
|
45 |
macro(BoxLock) |
|
46 |
macro(ReverseBytesI) |
|
47 |
macro(ReverseBytesL) |
|
5352
cee8f7acb7bc
6946040: add intrinsic for short and char reverseBytes
never
parents:
2862
diff
changeset
|
48 |
macro(ReverseBytesUS) |
cee8f7acb7bc
6946040: add intrinsic for short and char reverseBytes
never
parents:
2862
diff
changeset
|
49 |
macro(ReverseBytesS) |
1 | 50 |
macro(CProj) |
51 |
macro(CallDynamicJava) |
|
52 |
macro(CallJava) |
|
53 |
macro(CallLeaf) |
|
54 |
macro(CallLeafNoFP) |
|
55 |
macro(CallRuntime) |
|
56 |
macro(CallStaticJava) |
|
57 |
macro(CastII) |
|
58 |
macro(CastX2P) |
|
59 |
macro(CastP2X) |
|
60 |
macro(CastPP) |
|
61 |
macro(Catch) |
|
62 |
macro(CatchProj) |
|
63 |
macro(CheckCastPP) |
|
64 |
macro(ClearArray) |
|
65 |
macro(ConstraintCast) |
|
66 |
macro(CMoveD) |
|
67 |
macro(CMoveF) |
|
68 |
macro(CMoveI) |
|
69 |
macro(CMoveL) |
|
70 |
macro(CMoveP) |
|
590
2954744d7bba
6703890: Compressed Oops: add LoadNKlass node to generate narrow oops (32-bits) compare instructions
kvn
parents:
392
diff
changeset
|
71 |
macro(CMoveN) |
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
236
diff
changeset
|
72 |
macro(CmpN) |
1 | 73 |
macro(CmpD) |
74 |
macro(CmpD3) |
|
75 |
macro(CmpF) |
|
76 |
macro(CmpF3) |
|
77 |
macro(CmpI) |
|
78 |
macro(CmpL) |
|
79 |
macro(CmpL3) |
|
80 |
macro(CmpLTMask) |
|
81 |
macro(CmpP) |
|
82 |
macro(CmpU) |
|
83 |
macro(CompareAndSwapI) |
|
84 |
macro(CompareAndSwapL) |
|
85 |
macro(CompareAndSwapP) |
|
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
236
diff
changeset
|
86 |
macro(CompareAndSwapN) |
13886
8d82c4dfa722
7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
roland
parents:
13485
diff
changeset
|
87 |
macro(GetAndAddI) |
8d82c4dfa722
7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
roland
parents:
13485
diff
changeset
|
88 |
macro(GetAndAddL) |
8d82c4dfa722
7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
roland
parents:
13485
diff
changeset
|
89 |
macro(GetAndSetI) |
8d82c4dfa722
7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
roland
parents:
13485
diff
changeset
|
90 |
macro(GetAndSetL) |
8d82c4dfa722
7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
roland
parents:
13485
diff
changeset
|
91 |
macro(GetAndSetP) |
8d82c4dfa722
7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
roland
parents:
13485
diff
changeset
|
92 |
macro(GetAndSetN) |
1 | 93 |
macro(Con) |
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
236
diff
changeset
|
94 |
macro(ConN) |
13969
d2a189b83b87
7054512: Compress class pointers after perm gen removal
roland
parents:
13930
diff
changeset
|
95 |
macro(ConNKlass) |
1 | 96 |
macro(ConD) |
97 |
macro(ConF) |
|
98 |
macro(ConI) |
|
99 |
macro(ConL) |
|
100 |
macro(ConP) |
|
101 |
macro(Conv2B) |
|
102 |
macro(ConvD2F) |
|
103 |
macro(ConvD2I) |
|
104 |
macro(ConvD2L) |
|
105 |
macro(ConvF2D) |
|
106 |
macro(ConvF2I) |
|
107 |
macro(ConvF2L) |
|
108 |
macro(ConvI2D) |
|
109 |
macro(ConvI2F) |
|
110 |
macro(ConvI2L) |
|
111 |
macro(ConvL2D) |
|
112 |
macro(ConvL2F) |
|
113 |
macro(ConvL2I) |
|
114 |
macro(CosD) |
|
115 |
macro(CountedLoop) |
|
116 |
macro(CountedLoopEnd) |
|
2862
fad636edf18f
6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
twisti
parents:
2348
diff
changeset
|
117 |
macro(CountLeadingZerosI) |
fad636edf18f
6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
twisti
parents:
2348
diff
changeset
|
118 |
macro(CountLeadingZerosL) |
fad636edf18f
6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
twisti
parents:
2348
diff
changeset
|
119 |
macro(CountTrailingZerosI) |
fad636edf18f
6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
twisti
parents:
2348
diff
changeset
|
120 |
macro(CountTrailingZerosL) |
1 | 121 |
macro(CreateEx) |
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
236
diff
changeset
|
122 |
macro(DecodeN) |
13969
d2a189b83b87
7054512: Compress class pointers after perm gen removal
roland
parents:
13930
diff
changeset
|
123 |
macro(DecodeNKlass) |
1 | 124 |
macro(DivD) |
125 |
macro(DivF) |
|
126 |
macro(DivI) |
|
127 |
macro(DivL) |
|
128 |
macro(DivMod) |
|
129 |
macro(DivModI) |
|
130 |
macro(DivModL) |
|
15242
695bb216be99
6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
kvn
parents:
13970
diff
changeset
|
131 |
macro(EncodeISOArray) |
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
236
diff
changeset
|
132 |
macro(EncodeP) |
13969
d2a189b83b87
7054512: Compress class pointers after perm gen removal
roland
parents:
13930
diff
changeset
|
133 |
macro(EncodePKlass) |
1 | 134 |
macro(ExpD) |
135 |
macro(FastLock) |
|
136 |
macro(FastUnlock) |
|
137 |
macro(Goto) |
|
138 |
macro(Halt) |
|
139 |
macro(If) |
|
140 |
macro(IfFalse) |
|
141 |
macro(IfTrue) |
|
142 |
macro(Initialize) |
|
143 |
macro(JProj) |
|
144 |
macro(Jump) |
|
145 |
macro(JumpProj) |
|
146 |
macro(LShiftI) |
|
147 |
macro(LShiftL) |
|
148 |
macro(LoadB) |
|
2150 | 149 |
macro(LoadUB) |
2022
28ce8115a91d
6796746: rename LoadC (char) opcode class to LoadUS (unsigned short)
twisti
parents:
1500
diff
changeset
|
150 |
macro(LoadUS) |
1 | 151 |
macro(LoadD) |
152 |
macro(LoadD_unaligned) |
|
153 |
macro(LoadF) |
|
154 |
macro(LoadI) |
|
155 |
macro(LoadKlass) |
|
590
2954744d7bba
6703890: Compressed Oops: add LoadNKlass node to generate narrow oops (32-bits) compare instructions
kvn
parents:
392
diff
changeset
|
156 |
macro(LoadNKlass) |
1 | 157 |
macro(LoadL) |
158 |
macro(LoadL_unaligned) |
|
159 |
macro(LoadPLocked) |
|
160 |
macro(LoadP) |
|
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
236
diff
changeset
|
161 |
macro(LoadN) |
1 | 162 |
macro(LoadRange) |
163 |
macro(LoadS) |
|
164 |
macro(Lock) |
|
165 |
macro(LogD) |
|
166 |
macro(Log10D) |
|
167 |
macro(Loop) |
|
9446 | 168 |
macro(LoopLimit) |
1 | 169 |
macro(Mach) |
170 |
macro(MachProj) |
|
171 |
macro(MaxI) |
|
172 |
macro(MemBarAcquire) |
|
22855
d637fd28a6c3
8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence.
goetz
parents:
21105
diff
changeset
|
173 |
macro(LoadFence) |
10262
c5f62d314bee
7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths
roland
parents:
9446
diff
changeset
|
174 |
macro(MemBarAcquireLock) |
1 | 175 |
macro(MemBarCPUOrder) |
176 |
macro(MemBarRelease) |
|
22855
d637fd28a6c3
8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence.
goetz
parents:
21105
diff
changeset
|
177 |
macro(StoreFence) |
10262
c5f62d314bee
7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths
roland
parents:
9446
diff
changeset
|
178 |
macro(MemBarReleaseLock) |
1 | 179 |
macro(MemBarVolatile) |
11431
5ca3a19e559a
7121140: Allocation paths require explicit memory synchronization operations for RMO systems
roland
parents:
10267
diff
changeset
|
180 |
macro(MemBarStoreStore) |
1 | 181 |
macro(MergeMem) |
182 |
macro(MinI) |
|
183 |
macro(ModD) |
|
184 |
macro(ModF) |
|
185 |
macro(ModI) |
|
186 |
macro(ModL) |
|
187 |
macro(MoveI2F) |
|
188 |
macro(MoveF2I) |
|
189 |
macro(MoveL2D) |
|
190 |
macro(MoveD2L) |
|
191 |
macro(MulD) |
|
192 |
macro(MulF) |
|
392 | 193 |
macro(MulHiL) |
1 | 194 |
macro(MulI) |
195 |
macro(MulL) |
|
196 |
macro(Multi) |
|
197 |
macro(NegD) |
|
198 |
macro(NegF) |
|
199 |
macro(NeverBranch) |
|
200 |
macro(Opaque1) |
|
201 |
macro(Opaque2) |
|
23491 | 202 |
macro(Opaque3) |
28912
27fac2f8fdbe
8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
vlivanov
parents:
26166
diff
changeset
|
203 |
macro(ProfileBoolean) |
1 | 204 |
macro(OrI) |
205 |
macro(OrL) |
|
22911
ff49c48c887d
8027754: Enable loop optimizations for loops with MathExact inside
rbackman
parents:
22872
diff
changeset
|
206 |
macro(OverflowAddI) |
ff49c48c887d
8027754: Enable loop optimizations for loops with MathExact inside
rbackman
parents:
22872
diff
changeset
|
207 |
macro(OverflowSubI) |
ff49c48c887d
8027754: Enable loop optimizations for loops with MathExact inside
rbackman
parents:
22872
diff
changeset
|
208 |
macro(OverflowMulI) |
ff49c48c887d
8027754: Enable loop optimizations for loops with MathExact inside
rbackman
parents:
22872
diff
changeset
|
209 |
macro(OverflowAddL) |
ff49c48c887d
8027754: Enable loop optimizations for loops with MathExact inside
rbackman
parents:
22872
diff
changeset
|
210 |
macro(OverflowSubL) |
ff49c48c887d
8027754: Enable loop optimizations for loops with MathExact inside
rbackman
parents:
22872
diff
changeset
|
211 |
macro(OverflowMulL) |
1 | 212 |
macro(PCTable) |
213 |
macro(Parm) |
|
214 |
macro(PartialSubtypeCheck) |
|
215 |
macro(Phi) |
|
2255
54abdf3e1055
6378821: bitCount() should use POPC on SPARC processors and AMD+10h
twisti
parents:
2150
diff
changeset
|
216 |
macro(PopCountI) |
54abdf3e1055
6378821: bitCount() should use POPC on SPARC processors and AMD+10h
twisti
parents:
2150
diff
changeset
|
217 |
macro(PopCountL) |
1 | 218 |
macro(PowD) |
10267 | 219 |
macro(PrefetchAllocation) |
1 | 220 |
macro(Proj) |
221 |
macro(RShiftI) |
|
222 |
macro(RShiftL) |
|
223 |
macro(Region) |
|
224 |
macro(Rethrow) |
|
225 |
macro(Return) |
|
226 |
macro(Root) |
|
227 |
macro(RoundDouble) |
|
228 |
macro(RoundFloat) |
|
229 |
macro(SafePoint) |
|
236
9a04268c8eea
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
kvn
parents:
1
diff
changeset
|
230 |
macro(SafePointScalarObject) |
1 | 231 |
macro(SCMemProj) |
232 |
macro(SinD) |
|
233 |
macro(SqrtD) |
|
234 |
macro(Start) |
|
235 |
macro(StartOSR) |
|
236 |
macro(StoreB) |
|
237 |
macro(StoreC) |
|
238 |
macro(StoreCM) |
|
239 |
macro(StorePConditional) |
|
1500
bea9a90f3e8f
6462850: generate biased locking code in C2 ideal graph
kvn
parents:
670
diff
changeset
|
240 |
macro(StoreIConditional) |
1 | 241 |
macro(StoreLConditional) |
242 |
macro(StoreD) |
|
243 |
macro(StoreF) |
|
244 |
macro(StoreI) |
|
245 |
macro(StoreL) |
|
246 |
macro(StoreP) |
|
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
236
diff
changeset
|
247 |
macro(StoreN) |
13969
d2a189b83b87
7054512: Compress class pointers after perm gen removal
roland
parents:
13930
diff
changeset
|
248 |
macro(StoreNKlass) |
1 | 249 |
macro(StrComp) |
2348 | 250 |
macro(StrEquals) |
251 |
macro(StrIndexOf) |
|
1 | 252 |
macro(SubD) |
253 |
macro(SubF) |
|
254 |
macro(SubI) |
|
255 |
macro(SubL) |
|
256 |
macro(TailCall) |
|
257 |
macro(TailJump) |
|
258 |
macro(TanD) |
|
259 |
macro(ThreadLocal) |
|
260 |
macro(Unlock) |
|
261 |
macro(URShiftI) |
|
262 |
macro(URShiftL) |
|
263 |
macro(XorI) |
|
264 |
macro(XorL) |
|
265 |
macro(Vector) |
|
266 |
macro(AddVB) |
|
267 |
macro(AddVS) |
|
268 |
macro(AddVI) |
|
30211 | 269 |
macro(AddReductionVI) |
1 | 270 |
macro(AddVL) |
30211 | 271 |
macro(AddReductionVL) |
1 | 272 |
macro(AddVF) |
30211 | 273 |
macro(AddReductionVF) |
1 | 274 |
macro(AddVD) |
30211 | 275 |
macro(AddReductionVD) |
1 | 276 |
macro(SubVB) |
277 |
macro(SubVS) |
|
278 |
macro(SubVI) |
|
279 |
macro(SubVL) |
|
280 |
macro(SubVF) |
|
281 |
macro(SubVD) |
|
13485
6c7faa516fc6
6340864: Implement vectorization optimizations in hotspot-server
kvn
parents:
13104
diff
changeset
|
282 |
macro(MulVS) |
6c7faa516fc6
6340864: Implement vectorization optimizations in hotspot-server
kvn
parents:
13104
diff
changeset
|
283 |
macro(MulVI) |
30211 | 284 |
macro(MulReductionVI) |
30624 | 285 |
macro(MulVL) |
286 |
macro(MulReductionVL) |
|
1 | 287 |
macro(MulVF) |
30211 | 288 |
macro(MulReductionVF) |
1 | 289 |
macro(MulVD) |
30211 | 290 |
macro(MulReductionVD) |
1 | 291 |
macro(DivVF) |
292 |
macro(DivVD) |
|
32723
56534fb3d71a
8135028: support for vectorizing double precision sqrt
mcberg
parents:
30624
diff
changeset
|
293 |
macro(SqrtVD) |
13930 | 294 |
macro(LShiftCntV) |
295 |
macro(RShiftCntV) |
|
1 | 296 |
macro(LShiftVB) |
297 |
macro(LShiftVS) |
|
298 |
macro(LShiftVI) |
|
13485
6c7faa516fc6
6340864: Implement vectorization optimizations in hotspot-server
kvn
parents:
13104
diff
changeset
|
299 |
macro(LShiftVL) |
13104
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
300 |
macro(RShiftVB) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
301 |
macro(RShiftVS) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
302 |
macro(RShiftVI) |
13485
6c7faa516fc6
6340864: Implement vectorization optimizations in hotspot-server
kvn
parents:
13104
diff
changeset
|
303 |
macro(RShiftVL) |
6c7faa516fc6
6340864: Implement vectorization optimizations in hotspot-server
kvn
parents:
13104
diff
changeset
|
304 |
macro(URShiftVB) |
6c7faa516fc6
6340864: Implement vectorization optimizations in hotspot-server
kvn
parents:
13104
diff
changeset
|
305 |
macro(URShiftVS) |
6c7faa516fc6
6340864: Implement vectorization optimizations in hotspot-server
kvn
parents:
13104
diff
changeset
|
306 |
macro(URShiftVI) |
6c7faa516fc6
6340864: Implement vectorization optimizations in hotspot-server
kvn
parents:
13104
diff
changeset
|
307 |
macro(URShiftVL) |
1 | 308 |
macro(AndV) |
309 |
macro(OrV) |
|
310 |
macro(XorV) |
|
13104
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
311 |
macro(LoadVector) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
312 |
macro(StoreVector) |
1 | 313 |
macro(Pack) |
314 |
macro(PackB) |
|
315 |
macro(PackS) |
|
316 |
macro(PackI) |
|
317 |
macro(PackL) |
|
318 |
macro(PackF) |
|
319 |
macro(PackD) |
|
13104
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
320 |
macro(Pack2L) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
321 |
macro(Pack2D) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
322 |
macro(ReplicateB) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
323 |
macro(ReplicateS) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
324 |
macro(ReplicateI) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
325 |
macro(ReplicateL) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
326 |
macro(ReplicateF) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
327 |
macro(ReplicateD) |
1 | 328 |
macro(Extract) |
329 |
macro(ExtractB) |
|
13104
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
330 |
macro(ExtractUB) |
657b387034fb
7119644: Increase superword's vector size up to 256 bits
kvn
parents:
12957
diff
changeset
|
331 |
macro(ExtractC) |
1 | 332 |
macro(ExtractS) |
333 |
macro(ExtractI) |
|
334 |
macro(ExtractL) |
|
335 |
macro(ExtractF) |
|
336 |
macro(ExtractD) |