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

@ -241,6 +241,7 @@ macro(PartialSubtypeCheck)
macro(Phi)
macro(PopCountI)
macro(PopCountL)
macro(PopCountVI)
macro(PrefetchAllocation)
macro(Proj)
macro(RShiftI)