8076276: Add support for AVX512

Reviewed-by: kvn, roland
This commit is contained in:
Michael C Berg 2015-05-08 11:49:20 -07:00 committed by Vladimir Kozlov
parent 58a1361125
commit 4fca8dbb1f
46 changed files with 6234 additions and 1316 deletions

View file

@ -2010,6 +2010,8 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
declare_c2_type(SubVFNode, VectorNode) \
declare_c2_type(SubVDNode, VectorNode) \
declare_c2_type(MulVSNode, VectorNode) \
declare_c2_type(MulVLNode, VectorNode) \
declare_c2_type(MulReductionVLNode, ReductionNode) \
declare_c2_type(MulVINode, VectorNode) \
declare_c2_type(MulReductionVINode, ReductionNode) \
declare_c2_type(MulVFNode, VectorNode) \