mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
7201026: add vector for shift count
Add generation of vectors for scalar shift count. Reviewed-by: roland, twisti, dlong
This commit is contained in:
parent
59b8489a0c
commit
e8332c76e9
9 changed files with 178 additions and 100 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue