mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24: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
|
@ -201,6 +201,7 @@ macro(Loop)
|
|||
macro(LoopLimit)
|
||||
macro(Mach)
|
||||
macro(MachProj)
|
||||
macro(MulAddS2I)
|
||||
macro(MaxI)
|
||||
macro(MemBarAcquire)
|
||||
macro(LoadFence)
|
||||
|
@ -341,6 +342,7 @@ macro(MulVF)
|
|||
macro(MulReductionVF)
|
||||
macro(MulVD)
|
||||
macro(MulReductionVD)
|
||||
macro(MulAddVS2VI)
|
||||
macro(FmaVD)
|
||||
macro(FmaVF)
|
||||
macro(DivVF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue