mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
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:
parent
40d7e4c2e9
commit
05e175bf1b
18 changed files with 491 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue