8214751: X86: Support for VNNI Instructions

Co-authored-by: Razvan A Lupusoru <razvan.a.lupusoru@intel.com>
Reviewed-by: kvn
This commit is contained in:
Vivek Deshpande 2018-12-12 14:48:34 -08:00
parent 40d7e4c2e9
commit 05e175bf1b
18 changed files with 491 additions and 4 deletions

View file

@ -4181,6 +4181,7 @@ bool MatchRule::is_vector() const {
"AddReductionVF", "AddReductionVD",
"MulReductionVI", "MulReductionVL",
"MulReductionVF", "MulReductionVD",
"MulAddVS2VI",
"LShiftCntV","RShiftCntV",
"LShiftVB","LShiftVS","LShiftVI","LShiftVL",
"RShiftVB","RShiftVS","RShiftVI","RShiftVL",