8139340: SuperWord enhancement to support vector conditional move (CMovVD) on Intel AVX cpu

Emit vector conditional moves

Reviewed-by: kvn
This commit is contained in:
Jan Civlin 2015-10-26 19:33:31 -07:00 committed by Igor Veresov
parent 1c8b312b4c
commit 0485593fbc
16 changed files with 499 additions and 38 deletions

View file

@ -4140,6 +4140,7 @@ bool MatchRule::is_vector() const {
"AddVB","AddVS","AddVI","AddVL","AddVF","AddVD",
"SubVB","SubVS","SubVI","SubVL","SubVF","SubVD",
"MulVS","MulVI","MulVL","MulVF","MulVD",
"CMoveVD",
"DivVF","DivVD",
"AbsVF","AbsVD",
"NegVF","NegVD",