2007-12-01 00:00:00 +00:00
|
|
|
/*
|
2015-02-10 21:32:05 +01:00
|
|
|
* Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
|
2007-12-01 00:00:00 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
*
|
|
|
|
* This code is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of the GNU General Public License version 2 only, as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
* version 2 for more details (a copy is included in the LICENSE file that
|
|
|
|
* accompanied this code).
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License version
|
|
|
|
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
|
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
*
|
2010-05-27 19:08:38 -07:00
|
|
|
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
|
|
* or visit www.oracle.com if you need additional information or have any
|
|
|
|
* questions.
|
2007-12-01 00:00:00 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Co-authored-by: Gerard Ziemski <gerard.ziemski@oracle.com>
Co-authored-by: Hugh Wilkinson <hugh.wilkinson@intel.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Co-authored-by: Bill Wheeler <bill.npo.wheeler@intel.com>
Co-authored-by: Vinay K. Awasthi <vinay.k.awasthi@intel.com>
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
2018-06-12 17:40:28 +02:00
|
|
|
#include "utilities/macros.hpp"
|
|
|
|
|
2007-12-01 00:00:00 +00:00
|
|
|
// The giant table of Node classes.
|
|
|
|
// One entry per class, sorted by class name.
|
|
|
|
|
|
|
|
macro(AbsD)
|
|
|
|
macro(AbsF)
|
|
|
|
macro(AbsI)
|
|
|
|
macro(AddD)
|
|
|
|
macro(AddF)
|
|
|
|
macro(AddI)
|
|
|
|
macro(AddL)
|
|
|
|
macro(AddP)
|
|
|
|
macro(Allocate)
|
|
|
|
macro(AllocateArray)
|
|
|
|
macro(AndI)
|
|
|
|
macro(AndL)
|
2014-08-11 14:12:51 +02:00
|
|
|
macro(ArrayCopy)
|
2008-05-29 16:22:09 -07:00
|
|
|
macro(AryEq)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(AtanD)
|
|
|
|
macro(Binary)
|
|
|
|
macro(Bool)
|
|
|
|
macro(BoxLock)
|
|
|
|
macro(ReverseBytesI)
|
|
|
|
macro(ReverseBytesL)
|
2010-04-26 11:27:21 -07:00
|
|
|
macro(ReverseBytesUS)
|
|
|
|
macro(ReverseBytesS)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(CProj)
|
|
|
|
macro(CallDynamicJava)
|
|
|
|
macro(CallJava)
|
|
|
|
macro(CallLeaf)
|
|
|
|
macro(CallLeafNoFP)
|
|
|
|
macro(CallRuntime)
|
|
|
|
macro(CallStaticJava)
|
|
|
|
macro(CastII)
|
|
|
|
macro(CastX2P)
|
|
|
|
macro(CastP2X)
|
|
|
|
macro(CastPP)
|
|
|
|
macro(Catch)
|
|
|
|
macro(CatchProj)
|
|
|
|
macro(CheckCastPP)
|
|
|
|
macro(ClearArray)
|
|
|
|
macro(ConstraintCast)
|
|
|
|
macro(CMoveD)
|
2015-10-26 19:33:31 -07:00
|
|
|
macro(CMoveVD)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(CMoveF)
|
2017-12-05 09:49:23 -08:00
|
|
|
macro(CMoveVF)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(CMoveI)
|
|
|
|
macro(CMoveL)
|
|
|
|
macro(CMoveP)
|
2008-05-21 13:46:23 -07:00
|
|
|
macro(CMoveN)
|
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
2008-04-13 17:43:42 -04:00
|
|
|
macro(CmpN)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(CmpD)
|
|
|
|
macro(CmpD3)
|
|
|
|
macro(CmpF)
|
|
|
|
macro(CmpF3)
|
|
|
|
macro(CmpI)
|
|
|
|
macro(CmpL)
|
|
|
|
macro(CmpL3)
|
|
|
|
macro(CmpLTMask)
|
|
|
|
macro(CmpP)
|
|
|
|
macro(CmpU)
|
2017-03-23 15:14:18 +01:00
|
|
|
macro(CmpUL)
|
2016-06-15 11:21:36 +03:00
|
|
|
macro(CompareAndSwapB)
|
|
|
|
macro(CompareAndSwapS)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(CompareAndSwapI)
|
|
|
|
macro(CompareAndSwapL)
|
|
|
|
macro(CompareAndSwapP)
|
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
2008-04-13 17:43:42 -04:00
|
|
|
macro(CompareAndSwapN)
|
2016-06-15 11:21:36 +03:00
|
|
|
macro(WeakCompareAndSwapB)
|
|
|
|
macro(WeakCompareAndSwapS)
|
2016-02-23 22:09:41 +03:00
|
|
|
macro(WeakCompareAndSwapI)
|
|
|
|
macro(WeakCompareAndSwapL)
|
|
|
|
macro(WeakCompareAndSwapP)
|
|
|
|
macro(WeakCompareAndSwapN)
|
2016-06-15 11:21:36 +03:00
|
|
|
macro(CompareAndExchangeB)
|
|
|
|
macro(CompareAndExchangeS)
|
2016-02-23 22:09:41 +03:00
|
|
|
macro(CompareAndExchangeI)
|
|
|
|
macro(CompareAndExchangeL)
|
|
|
|
macro(CompareAndExchangeP)
|
|
|
|
macro(CompareAndExchangeN)
|
2016-06-15 11:21:36 +03:00
|
|
|
macro(GetAndAddB)
|
|
|
|
macro(GetAndAddS)
|
2012-09-20 16:49:17 +02:00
|
|
|
macro(GetAndAddI)
|
|
|
|
macro(GetAndAddL)
|
2016-06-15 11:21:36 +03:00
|
|
|
macro(GetAndSetB)
|
|
|
|
macro(GetAndSetS)
|
2012-09-20 16:49:17 +02:00
|
|
|
macro(GetAndSetI)
|
|
|
|
macro(GetAndSetL)
|
|
|
|
macro(GetAndSetP)
|
|
|
|
macro(GetAndSetN)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(Con)
|
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
2008-04-13 17:43:42 -04:00
|
|
|
macro(ConN)
|
2012-10-09 10:11:38 +02:00
|
|
|
macro(ConNKlass)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(ConD)
|
|
|
|
macro(ConF)
|
|
|
|
macro(ConI)
|
|
|
|
macro(ConL)
|
|
|
|
macro(ConP)
|
|
|
|
macro(Conv2B)
|
|
|
|
macro(ConvD2F)
|
|
|
|
macro(ConvD2I)
|
|
|
|
macro(ConvD2L)
|
|
|
|
macro(ConvF2D)
|
|
|
|
macro(ConvF2I)
|
|
|
|
macro(ConvF2L)
|
|
|
|
macro(ConvI2D)
|
|
|
|
macro(ConvI2F)
|
|
|
|
macro(ConvI2L)
|
|
|
|
macro(ConvL2D)
|
|
|
|
macro(ConvL2F)
|
|
|
|
macro(ConvL2I)
|
|
|
|
macro(CountedLoop)
|
|
|
|
macro(CountedLoopEnd)
|
2017-11-28 11:59:16 +01:00
|
|
|
macro(OuterStripMinedLoop)
|
|
|
|
macro(OuterStripMinedLoopEnd)
|
2009-05-06 00:27:52 -07:00
|
|
|
macro(CountLeadingZerosI)
|
|
|
|
macro(CountLeadingZerosL)
|
|
|
|
macro(CountTrailingZerosI)
|
|
|
|
macro(CountTrailingZerosL)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(CreateEx)
|
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
2008-04-13 17:43:42 -04:00
|
|
|
macro(DecodeN)
|
2012-10-09 10:11:38 +02:00
|
|
|
macro(DecodeNKlass)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(DivD)
|
|
|
|
macro(DivF)
|
|
|
|
macro(DivI)
|
|
|
|
macro(DivL)
|
|
|
|
macro(DivMod)
|
|
|
|
macro(DivModI)
|
|
|
|
macro(DivModL)
|
2013-01-22 15:34:16 -08:00
|
|
|
macro(EncodeISOArray)
|
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
2008-04-13 17:43:42 -04:00
|
|
|
macro(EncodeP)
|
2012-10-09 10:11:38 +02:00
|
|
|
macro(EncodePKlass)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(FastLock)
|
|
|
|
macro(FastUnlock)
|
2016-08-26 12:17:50 -07:00
|
|
|
macro(FmaD)
|
|
|
|
macro(FmaF)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(Goto)
|
|
|
|
macro(Halt)
|
8141132: JEP 254: Compact Strings
Adopt a more space-efficient internal representation for strings.
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Vivek Deshpande <vivek.r.deshpande@intel.com>
Co-authored-by: Charlie Hunt <charlie.hunt@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Xueming Shen <xueming.shen@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
2015-11-03 09:41:03 +01:00
|
|
|
macro(HasNegatives)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(If)
|
2015-11-09 11:28:31 +01:00
|
|
|
macro(RangeCheck)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(IfFalse)
|
|
|
|
macro(IfTrue)
|
|
|
|
macro(Initialize)
|
|
|
|
macro(JProj)
|
|
|
|
macro(Jump)
|
|
|
|
macro(JumpProj)
|
|
|
|
macro(LShiftI)
|
|
|
|
macro(LShiftL)
|
|
|
|
macro(LoadB)
|
2009-03-09 03:17:11 -07:00
|
|
|
macro(LoadUB)
|
2009-01-26 16:22:12 +01:00
|
|
|
macro(LoadUS)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(LoadD)
|
|
|
|
macro(LoadD_unaligned)
|
|
|
|
macro(LoadF)
|
|
|
|
macro(LoadI)
|
|
|
|
macro(LoadKlass)
|
2008-05-21 13:46:23 -07:00
|
|
|
macro(LoadNKlass)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(LoadL)
|
|
|
|
macro(LoadL_unaligned)
|
|
|
|
macro(LoadPLocked)
|
|
|
|
macro(LoadP)
|
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
2008-04-13 17:43:42 -04:00
|
|
|
macro(LoadN)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(LoadRange)
|
|
|
|
macro(LoadS)
|
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Co-authored-by: Gerard Ziemski <gerard.ziemski@oracle.com>
Co-authored-by: Hugh Wilkinson <hugh.wilkinson@intel.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Co-authored-by: Bill Wheeler <bill.npo.wheeler@intel.com>
Co-authored-by: Vinay K. Awasthi <vinay.k.awasthi@intel.com>
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
2018-06-12 17:40:28 +02:00
|
|
|
#if INCLUDE_ZGC
|
|
|
|
#define zgcmacro(x) macro(x)
|
|
|
|
#else
|
|
|
|
#define zgcmacro(x) optionalmacro(x)
|
|
|
|
#endif
|
|
|
|
zgcmacro(LoadBarrier)
|
|
|
|
zgcmacro(LoadBarrierSlowReg)
|
|
|
|
zgcmacro(LoadBarrierWeakSlowReg)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(Lock)
|
|
|
|
macro(Loop)
|
2011-05-04 13:12:42 -07:00
|
|
|
macro(LoopLimit)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(Mach)
|
|
|
|
macro(MachProj)
|
|
|
|
macro(MaxI)
|
|
|
|
macro(MemBarAcquire)
|
2013-11-26 18:38:19 -08:00
|
|
|
macro(LoadFence)
|
2016-04-18 15:18:14 -07:00
|
|
|
macro(SetVectMaskI)
|
2011-08-02 18:36:40 +02:00
|
|
|
macro(MemBarAcquireLock)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(MemBarCPUOrder)
|
|
|
|
macro(MemBarRelease)
|
2013-11-26 18:38:19 -08:00
|
|
|
macro(StoreFence)
|
2011-08-02 18:36:40 +02:00
|
|
|
macro(MemBarReleaseLock)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(MemBarVolatile)
|
2011-12-20 16:56:50 +01:00
|
|
|
macro(MemBarStoreStore)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(MergeMem)
|
|
|
|
macro(MinI)
|
|
|
|
macro(ModD)
|
|
|
|
macro(ModF)
|
|
|
|
macro(ModI)
|
|
|
|
macro(ModL)
|
|
|
|
macro(MoveI2F)
|
|
|
|
macro(MoveF2I)
|
|
|
|
macro(MoveL2D)
|
|
|
|
macro(MoveD2L)
|
|
|
|
macro(MulD)
|
|
|
|
macro(MulF)
|
2008-05-07 08:06:46 -07:00
|
|
|
macro(MulHiL)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(MulI)
|
|
|
|
macro(MulL)
|
|
|
|
macro(Multi)
|
|
|
|
macro(NegD)
|
|
|
|
macro(NegF)
|
|
|
|
macro(NeverBranch)
|
2016-03-30 17:04:14 +02:00
|
|
|
macro(OnSpinWait)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(Opaque1)
|
|
|
|
macro(Opaque2)
|
2014-03-20 17:49:27 -07:00
|
|
|
macro(Opaque3)
|
2017-05-29 18:17:49 +02:00
|
|
|
macro(Opaque4)
|
2015-01-29 10:25:59 -08:00
|
|
|
macro(ProfileBoolean)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(OrI)
|
|
|
|
macro(OrL)
|
2014-01-23 12:08:28 +01:00
|
|
|
macro(OverflowAddI)
|
|
|
|
macro(OverflowSubI)
|
|
|
|
macro(OverflowMulI)
|
|
|
|
macro(OverflowAddL)
|
|
|
|
macro(OverflowSubL)
|
|
|
|
macro(OverflowMulL)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(PCTable)
|
|
|
|
macro(Parm)
|
|
|
|
macro(PartialSubtypeCheck)
|
|
|
|
macro(Phi)
|
2009-03-13 11:35:17 -07:00
|
|
|
macro(PopCountI)
|
|
|
|
macro(PopCountL)
|
2018-03-13 10:22:15 -07:00
|
|
|
macro(PopCountVI)
|
2011-08-16 16:59:46 -07:00
|
|
|
macro(PrefetchAllocation)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(Proj)
|
|
|
|
macro(RShiftI)
|
|
|
|
macro(RShiftL)
|
|
|
|
macro(Region)
|
|
|
|
macro(Rethrow)
|
|
|
|
macro(Return)
|
|
|
|
macro(Root)
|
|
|
|
macro(RoundDouble)
|
|
|
|
macro(RoundFloat)
|
|
|
|
macro(SafePoint)
|
2008-03-13 16:06:34 -07:00
|
|
|
macro(SafePointScalarObject)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(SCMemProj)
|
|
|
|
macro(SqrtD)
|
2017-11-22 14:43:37 +03:00
|
|
|
macro(SqrtF)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(Start)
|
|
|
|
macro(StartOSR)
|
|
|
|
macro(StoreB)
|
|
|
|
macro(StoreC)
|
|
|
|
macro(StoreCM)
|
|
|
|
macro(StorePConditional)
|
2008-11-07 09:29:38 -08:00
|
|
|
macro(StoreIConditional)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(StoreLConditional)
|
|
|
|
macro(StoreD)
|
|
|
|
macro(StoreF)
|
|
|
|
macro(StoreI)
|
|
|
|
macro(StoreL)
|
|
|
|
macro(StoreP)
|
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv
Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
2008-04-13 17:43:42 -04:00
|
|
|
macro(StoreN)
|
2012-10-09 10:11:38 +02:00
|
|
|
macro(StoreNKlass)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(StrComp)
|
8141132: JEP 254: Compact Strings
Adopt a more space-efficient internal representation for strings.
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Vivek Deshpande <vivek.r.deshpande@intel.com>
Co-authored-by: Charlie Hunt <charlie.hunt@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Xueming Shen <xueming.shen@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
2015-11-03 09:41:03 +01:00
|
|
|
macro(StrCompressedCopy)
|
2009-03-31 14:07:08 -07:00
|
|
|
macro(StrEquals)
|
|
|
|
macro(StrIndexOf)
|
8141132: JEP 254: Compact Strings
Adopt a more space-efficient internal representation for strings.
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Vivek Deshpande <vivek.r.deshpande@intel.com>
Co-authored-by: Charlie Hunt <charlie.hunt@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Xueming Shen <xueming.shen@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
2015-11-03 09:41:03 +01:00
|
|
|
macro(StrIndexOfChar)
|
|
|
|
macro(StrInflatedCopy)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(SubD)
|
|
|
|
macro(SubF)
|
|
|
|
macro(SubI)
|
|
|
|
macro(SubL)
|
|
|
|
macro(TailCall)
|
|
|
|
macro(TailJump)
|
|
|
|
macro(ThreadLocal)
|
|
|
|
macro(Unlock)
|
|
|
|
macro(URShiftI)
|
|
|
|
macro(URShiftL)
|
|
|
|
macro(XorI)
|
|
|
|
macro(XorL)
|
|
|
|
macro(Vector)
|
|
|
|
macro(AddVB)
|
|
|
|
macro(AddVS)
|
|
|
|
macro(AddVI)
|
2015-04-01 18:07:50 -07:00
|
|
|
macro(AddReductionVI)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(AddVL)
|
2015-04-01 18:07:50 -07:00
|
|
|
macro(AddReductionVL)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(AddVF)
|
2015-04-01 18:07:50 -07:00
|
|
|
macro(AddReductionVF)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(AddVD)
|
2015-04-01 18:07:50 -07:00
|
|
|
macro(AddReductionVD)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(SubVB)
|
|
|
|
macro(SubVS)
|
|
|
|
macro(SubVI)
|
|
|
|
macro(SubVL)
|
|
|
|
macro(SubVF)
|
|
|
|
macro(SubVD)
|
2012-08-20 09:07:21 -07:00
|
|
|
macro(MulVS)
|
|
|
|
macro(MulVI)
|
2015-04-01 18:07:50 -07:00
|
|
|
macro(MulReductionVI)
|
2015-05-08 11:49:20 -07:00
|
|
|
macro(MulVL)
|
|
|
|
macro(MulReductionVL)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(MulVF)
|
2015-04-01 18:07:50 -07:00
|
|
|
macro(MulReductionVF)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(MulVD)
|
2015-04-01 18:07:50 -07:00
|
|
|
macro(MulReductionVD)
|
2017-06-07 13:09:46 -07:00
|
|
|
macro(FmaVD)
|
|
|
|
macro(FmaVF)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(DivVF)
|
|
|
|
macro(DivVD)
|
2015-09-30 04:35:39 -04:00
|
|
|
macro(AbsVF)
|
|
|
|
macro(AbsVD)
|
|
|
|
macro(NegVF)
|
|
|
|
macro(NegVD)
|
2015-09-09 10:34:17 -07:00
|
|
|
macro(SqrtVD)
|
2017-11-22 14:43:37 +03:00
|
|
|
macro(SqrtVF)
|
2012-10-02 12:25:13 -07:00
|
|
|
macro(LShiftCntV)
|
|
|
|
macro(RShiftCntV)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(LShiftVB)
|
|
|
|
macro(LShiftVS)
|
|
|
|
macro(LShiftVI)
|
2012-08-20 09:07:21 -07:00
|
|
|
macro(LShiftVL)
|
2012-06-15 01:25:19 -07:00
|
|
|
macro(RShiftVB)
|
|
|
|
macro(RShiftVS)
|
|
|
|
macro(RShiftVI)
|
2012-08-20 09:07:21 -07:00
|
|
|
macro(RShiftVL)
|
|
|
|
macro(URShiftVB)
|
|
|
|
macro(URShiftVS)
|
|
|
|
macro(URShiftVI)
|
|
|
|
macro(URShiftVL)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(AndV)
|
|
|
|
macro(OrV)
|
|
|
|
macro(XorV)
|
2012-06-15 01:25:19 -07:00
|
|
|
macro(LoadVector)
|
|
|
|
macro(StoreVector)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(Pack)
|
|
|
|
macro(PackB)
|
|
|
|
macro(PackS)
|
|
|
|
macro(PackI)
|
|
|
|
macro(PackL)
|
|
|
|
macro(PackF)
|
|
|
|
macro(PackD)
|
2012-06-15 01:25:19 -07:00
|
|
|
macro(Pack2L)
|
|
|
|
macro(Pack2D)
|
|
|
|
macro(ReplicateB)
|
|
|
|
macro(ReplicateS)
|
|
|
|
macro(ReplicateI)
|
|
|
|
macro(ReplicateL)
|
|
|
|
macro(ReplicateF)
|
|
|
|
macro(ReplicateD)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(Extract)
|
|
|
|
macro(ExtractB)
|
2012-06-15 01:25:19 -07:00
|
|
|
macro(ExtractUB)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(ExtractC)
|
2012-06-15 01:25:19 -07:00
|
|
|
macro(ExtractS)
|
2007-12-01 00:00:00 +00:00
|
|
|
macro(ExtractI)
|
|
|
|
macro(ExtractL)
|
|
|
|
macro(ExtractF)
|
|
|
|
macro(ExtractD)
|