diff src/share/vm/adlc/formssel.cpp @ 6823:859c45fb8cea

7201026: add vector for shift count Summary: Add generation of vectors for scalar shift count. Reviewed-by: roland, twisti, dlong
author kvn
date Tue, 02 Oct 2012 12:25:13 -0700
parents 0702f188baeb
children 8e47bac5643a
line wrap: on
line diff
--- a/src/share/vm/adlc/formssel.cpp	Mon Oct 01 14:50:10 2012 -0700
+++ b/src/share/vm/adlc/formssel.cpp	Tue Oct 02 12:25:13 2012 -0700
@@ -4049,6 +4049,7 @@
     "MulVS","MulVI","MulVF","MulVD",
     "DivVF","DivVD",
     "AndV" ,"XorV" ,"OrV",
+    "LShiftCntV","RShiftCntV",
     "LShiftVB","LShiftVS","LShiftVI","LShiftVL",
     "RShiftVB","RShiftVS","RShiftVI","RShiftVL",
     "URShiftVB","URShiftVS","URShiftVI","URShiftVL",