8199421: Add support for vector popcount

Reviewed-by: kvn
This commit is contained in:
Razvan Lupusoru 2018-03-13 10:22:15 -07:00
parent 147488cbce
commit 343cf9910d
13 changed files with 209 additions and 6 deletions

View file

@ -1996,6 +1996,7 @@ typedef PaddedEnd<ObjectMonitor> PaddedObjectMonitor;
declare_c2_type(MulReductionVDNode, ReductionNode) \
declare_c2_type(DivVFNode, VectorNode) \
declare_c2_type(DivVDNode, VectorNode) \
declare_c2_type(PopCountVINode, VectorNode) \
declare_c2_type(LShiftVBNode, VectorNode) \
declare_c2_type(LShiftVSNode, VectorNode) \
declare_c2_type(LShiftVINode, VectorNode) \