7201026: add vector for shift count

Add generation of vectors for scalar shift count.

Reviewed-by: roland, twisti, dlong
This commit is contained in:
Vladimir Kozlov 2012-10-02 12:25:13 -07:00
parent 59b8489a0c
commit e8332c76e9
9 changed files with 178 additions and 100 deletions

View file

@ -4049,6 +4049,7 @@ bool MatchRule::is_vector() const {
"MulVS","MulVI","MulVF","MulVD",
"DivVF","DivVD",
"AndV" ,"XorV" ,"OrV",
"LShiftCntV","RShiftCntV",
"LShiftVB","LShiftVS","LShiftVI","LShiftVL",
"RShiftVB","RShiftVS","RShiftVI","RShiftVL",
"URShiftVB","URShiftVS","URShiftVI","URShiftVL",